23 lines
1.1 KiB
Plaintext
23 lines
1.1 KiB
Plaintext
|
|
<?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="ConsoleApp6.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
||
|
|
</sectionGroup>
|
||
|
|
</configSections>
|
||
|
|
<startup>
|
||
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2" />
|
||
|
|
</startup>
|
||
|
|
<system.serviceModel>
|
||
|
|
<bindings />
|
||
|
|
<client />
|
||
|
|
</system.serviceModel>
|
||
|
|
<applicationSettings>
|
||
|
|
<ConsoleApp6.Properties.Settings>
|
||
|
|
<setting name="ConsoleApp6_localhost_blwws" serializeAs="String">
|
||
|
|
<!--<value>http://localhost:22346/blwws.asmx</value>-->
|
||
|
|
<value>http://pms.boonlive-rcu.com:89/blwws.asmx</value>
|
||
|
|
</setting>
|
||
|
|
</ConsoleApp6.Properties.Settings>
|
||
|
|
</applicationSettings>
|
||
|
|
</configuration>
|