mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 02:24:47 +08:00
11 lines
341 B
XML
11 lines
341 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="publishPath" value="c:\iso" />
|
|
<add key="smtpServer" value="localhost" />
|
|
<add key="errorEmail" value="mailbox@somewhere-on-the-net" />
|
|
<add key="makeParameters" value="" />
|
|
<add key="fastDisk" value="" />
|
|
</appSettings>
|
|
</configuration>
|