app.config 1.6 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
  5. <section name="SIMDP.BLL.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  6. </sectionGroup>
  7. </configSections>
  8. <runtime>
  9. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  10. <dependentAssembly>
  11. <assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
  12. <bindingRedirect oldVersion="0.0.0.0-1.1.0.145" newVersion="1.1.0.145" />
  13. </dependentAssembly>
  14. </assemblyBinding>
  15. </runtime>
  16. <startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /></startup><applicationSettings>
  17. <SIMDP.BLL.Properties.Settings>
  18. <setting name="SIMDP_BLL_WeatherWebService_WeatherWebService"
  19. serializeAs="String">
  20. <value>http://www.webxml.com.cn/WebServices/WeatherWebService.asmx</value>
  21. </setting>
  22. <setting name="SIMDP_BLL_AS400FetchWebServiec_GETMAINR" serializeAs="String">
  23. <value>http://10.110.37.249:10010/web/services/GETMAINRService/GETMAINR</value>
  24. </setting>
  25. <setting name="SIMDP_BLL_AS400Service_GETMAINR" serializeAs="String">
  26. <value>http://10.251.68.5:10010/web/services/GETMAINRService/GETMAINR</value>
  27. </setting>
  28. </SIMDP.BLL.Properties.Settings>
  29. </applicationSettings>
  30. </configuration>