mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
10 lines
297 B
Text
10 lines
297 B
Text
|
<?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>
|