DeviceManager/TsSFCDevice.Client.Launch/App.config

23 lines
904 B
Plaintext
Raw Normal View History

2024-07-27 01:44:19 +00:00
<?xml version="1.0" encoding="utf-8"?>
<configuration>
2024-08-02 02:52:45 +00:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<appSettings>
<!--<add key="ServiceIP" value="193.112.23.48" />-->
<add key="ServiceIP" value="localhost" />
<add key="ServiceName" value="TsSFCDeviceSvc" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.8.5.0" newVersion="1.8.5.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
2024-07-27 01:44:19 +00:00
</configuration>