#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
955 B

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
<section name="CodeConvertServiceClient.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
</sectionGroup>
</configSections>
<applicationSettings>
<CodeConvertServiceClient.Properties.Settings>
<setting name="CodeConvertServiceClient_ICSharpCode_OnlineConverter_ConvertService"
serializeAs="String">
<value>http://codeconverter.sharpdevelop.net/ConvertService.asmx</value>
</setting>
</CodeConvertServiceClient.Properties.Settings>
</applicationSettings>
</configuration>