ToeCracker/ToeCracker/app.config

15 lines
825 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="ToeCracker.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
</sectionGroup>
</configSections>
<userSettings>
<ToeCracker.Properties.Settings>
<setting name="BaseURL" serializeAs="String">
<value>https://words.bighugelabs.com/{0}</value>
</setting>
</ToeCracker.Properties.Settings>
</userSettings>
</configuration>