mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
d425d03d5b
- Remove the non-existent "TechBot.Commands.RBuild" project, it breaks the auomatic conversion of the solution to MSVS 2008 svn path=/trunk/; revision=35085
15 lines
790 B
XML
15 lines
790 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.IRCLibrary.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<userSettings>
|
|
<TechBot.IRCLibrary.Settings>
|
|
<setting name="CommandPrefix" serializeAs="String">
|
|
<value>!</value>
|
|
</setting>
|
|
</TechBot.IRCLibrary.Settings>
|
|
</userSettings>
|
|
</configuration> |