mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
ac77d9d3a6
- Made TechBot more configurable through .config files - Code refactoring - Removed automatic parameter parsing support to make everyone happy svn path=/trunk/; revision=33586
18 lines
No EOL
933 B
XML
18 lines
No EOL
933 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
|
|
<section name="TechBot.Commands.MSDN.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<userSettings>
|
|
<TechBot.Commands.MSDN.Settings>
|
|
<setting name="ChmPath" serializeAs="String">
|
|
<value>C:\IRC\TechBot\CHM</value>
|
|
</setting>
|
|
<setting name="MainChm" serializeAs="String">
|
|
<value>kmarch.chm</value>
|
|
</setting>
|
|
</TechBot.Commands.MSDN.Settings>
|
|
</userSettings>
|
|
</configuration> |