You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
1.1 KiB
XML
23 lines
1.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
|
<section name="AutoUpdate.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
|
|
</sectionGroup>
|
|
</configSections>
|
|
<system.serviceModel>
|
|
<bindings/>
|
|
<client/>
|
|
</system.serviceModel>
|
|
<applicationSettings>
|
|
<AutoUpdate.Properties.Settings>
|
|
<setting name="AutoUpdate_autoUpdateVersion_WebService" serializeAs="String">
|
|
<value>http://localhost/WebService.asmx</value>
|
|
</setting>
|
|
</AutoUpdate.Properties.Settings>
|
|
</applicationSettings>
|
|
<appSettings>
|
|
<add key="FileNm" value="XGL.exe"/>
|
|
</appSettings>
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/></startup></configuration>
|