DeviceManager/TsSFCDeivceClient/App.config

17 lines
634 B
Plaintext
Raw Permalink Normal View History

2024-05-29 01:56:37 +00:00
<?xml version="1.0" encoding="utf-8"?>
2024-05-28 14:36:38 +00:00
<configuration>
2024-06-02 16:38:52 +00:00
<appSettings>
2024-07-08 02:44:57 +00:00
<add key="ServiceApiUrl" value="http://localhost/DeviceRepairApi2" />
2024-06-02 16:38:52 +00:00
</appSettings>
2024-05-28 14:36:38 +00:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
2024-05-29 01:56:37 +00:00
<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>
</assemblyBinding>
</runtime>
2024-05-28 14:36:38 +00:00
</configuration>