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.
34 lines
1.7 KiB
34 lines
1.7 KiB
<?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="WcfControlMonitorLib.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
|
|
</sectionGroup>
|
|
</configSections>
|
|
<system.web>
|
|
<compilation debug="true" />
|
|
</system.web>
|
|
<!-- 部署服务库项目时,必须将配置文件的内容添加到
|
|
主机的 app.config 文件中。System.Configuration 不支持库的配置文件。-->
|
|
|
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" /></startup>
|
|
<applicationSettings>
|
|
<WcfControlMonitorLib.Properties.Settings>
|
|
<setting name="WcfControlMonitorLib_ManageService_S_ManageService" serializeAs="String">
|
|
<value>http://192.168.0.118:9090/Service/ManageService</value>
|
|
</setting>
|
|
<setting name="WcfControlMonitorLib_FLUXService_WebService1" serializeAs="String">
|
|
<value>http://127.0.0.1:8081/WebService1.asmx</value>
|
|
</setting>
|
|
</WcfControlMonitorLib.Properties.Settings>
|
|
</applicationSettings>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|