mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:21:59 +00:00
ReactOS Sin Verifier
svn path=/trunk/; revision=19490
This commit is contained in:
parent
03582db4bb
commit
f250d1638b
5 changed files with 467 additions and 0 deletions
9
cis/ReactOS.Verify/App.config
Normal file
9
cis/ReactOS.Verify/App.config
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<configuration>
|
||||
<appSettings>
|
||||
<add key="smtpServer" value="localhost" />
|
||||
<add key="errorEmail" value="mailbox@somewhere-on-the-net" />
|
||||
<add key="makeParameters" value="" />
|
||||
<add key="fastDisk" value="" />
|
||||
</appSettings>
|
||||
</configuration>
|
Loading…
Add table
Add a link
Reference in a new issue