mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
5247d48cf1
svn path=/trunk/; revision=19523
10 lines
385 B
XML
10 lines
385 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="publishPath" value="c:\iso" /> <!-- c:\iso or ftp://ftp.server.com/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>
|