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.
11 lines
358 B
11 lines
358 B
<?xml version="1.0"?>
|
|
<configuration>
|
|
<appSettings>
|
|
<!--<add key="SiaSunSrvUrl" value="http://localhost:8001/Service"/>-->
|
|
<!--WCF服务地址-->
|
|
<add key="SiaSunSrvUrl" value="http://192.168.1.71:8001/Service"/>
|
|
</appSettings>
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup>
|
|
</configuration>
|