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.
24 lines
1.1 KiB
24 lines
1.1 KiB
<?xml version="1.0"?>
|
|
<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.0"/></startup>
|
|
<applicationSettings>
|
|
<WcfControlMonitorLib.Properties.Settings>
|
|
<setting name="WcfControlMonitorLib_ManageService_S_ManageService"
|
|
serializeAs="String">
|
|
<value>http://192.168.0.118:9090/Service/ManageService</value>
|
|
</setting>
|
|
</WcfControlMonitorLib.Properties.Settings>
|
|
</applicationSettings>
|
|
</configuration>
|