ReactOS Sin Custom Revision Action (Revision ISO Creator)

svn path=/trunk/; revision=19491
This commit is contained in:
Casper Hornstrup 2005-11-23 17:31:28 +00:00
parent f250d1638b
commit a98cfa1b66
5 changed files with 443 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?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>