App.config 3.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
  5. <section name="Ips.Sps.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
  6. </sectionGroup>
  7. </configSections>
  8. <connectionStrings>
  9. <!--<add name="spsdb" connectionString="XpoProvider=SQLite;Data Source=D:\lq\db\sps1207.db"/>-->
  10. <!--<add name="spsdb" connectionString="XpoProvider=SQLite;Data Source=D:\lq\db\sps1207.db"/>-->
  11. <!--<add name="spsdb" connectionString="XpoProvider=SQLite;Data Source=F:\spsdata\sps2.db"/>-->
  12. <!--<add name="spsdb" connectionString="XpoProvider=SQLite;Data Source=A:\tdata\spsdata\sps2_th.db"/>-->
  13. <!--<add name="spsdb" connectionString="XpoProvider=SQLite;Data Source=A:\tdata\spsdata\sps_ww.db"/>-->
  14. <!--add name="spsdb" connectionString="XpoProvider=MySql;Server=MyServerAddress;User ID=MyUserName;Password=MyPassword;Database=sgsdb2;Persist Security Info= true;Charset=utf8"/-->
  15. <!--<add name="spsdb" connectionString="XpoProvider=Postgres;Server=127.0.0.1;User ID=postgres;Password=123456;Database=spsdb;Encoding=UNICODE"/>-->
  16. <!--add name="spsdb" connectionString="XpoProvider=ODPManaged;Data Source=TORCL;User ID=sgsdb2;Password=MyPassword"/-->
  17. </connectionStrings>
  18. <appSettings>
  19. <add key="AppName" value="信号定位平台"/>
  20. <add key ="HttpPort" value="16015"/>
  21. <add key="SkinName" value="" />
  22. <add key="PaletteName" value="" />
  23. <add key="CompactMode" value="true"/>
  24. <add key="EnableCatchFixError" value="false"/>
  25. <add key="ScoutAdTimes" value="2"/>
  26. <add key="AdWaitTime" value="3"/>
  27. <add key="FileClearPath" value="e:\data"/>
  28. <add key="RefTimeOut" value="10"/>
  29. <add key="UseGpuDdc" value="false"/>
  30. <add key="NoRefIsValidPos" value="true"/>
  31. <add key="DfoLocTurn" value="2225 "/>
  32. <add key="DefaultStdfErr" value="0"/>
  33. <add key="EnableLocGdopErr" value="false"/>
  34. <add key="EnablEphTle" value="false"/>
  35. <add key="EnableDtfLoc32" value="false"/>
  36. <!--采集服务Http基地址-->
  37. <add key="AdBaseAddr" value="http://192.168.0.10:16001" />
  38. <!--要随平台启动的子程序(子程序放在平台根目录plugins子目录中)-->
  39. <add key="Plugins" value="采集服务.exe,GPU服务.exe"/>
  40. </appSettings>
  41. <runtime>
  42. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  43. <probing privatePath="AddIns;" />
  44. <dependentAssembly>
  45. <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  46. <bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0" />
  47. </dependentAssembly>
  48. </assemblyBinding>
  49. </runtime>
  50. <userSettings>
  51. <Ips.Sps.Properties.Settings>
  52. <setting name="SkinName" serializeAs="String">
  53. <value />
  54. </setting>
  55. <setting name="Palette" serializeAs="String">
  56. <value />
  57. </setting>
  58. <setting name="CompactMode" serializeAs="String">
  59. <value>False</value>
  60. </setting>
  61. </Ips.Sps.Properties.Settings>
  62. </userSettings>
  63. </configuration>