[DDK]: Merge 46183 from header-branch.
[reactos.git] / irc / TechBot / TechBot.Commands.MSDN / app.config
1 <?xml version="1.0" encoding="utf-8" ?>
2 <configuration>
3 <configSections>
4 <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
5 <section name="TechBot.Commands.MSDN.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
6 </sectionGroup>
7 </configSections>
8 <userSettings>
9 <TechBot.Commands.MSDN.Settings>
10 <setting name="ChmPath" serializeAs="String">
11 <value>C:\IRC\TechBot\CHM</value>
12 </setting>
13 <setting name="MainChm" serializeAs="String">
14 <value>kmarch.chm</value>
15 </setting>
16 </TechBot.Commands.MSDN.Settings>
17 </userSettings>
18 </configuration>