2019-02-07 21:09:20 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-10-21 12:22:50 +08:00
|
|
|
<configuration>
|
|
|
|
|
<configSections>
|
2019-02-07 21:09:20 +08:00
|
|
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
2017-10-21 12:22:50 +08:00
|
|
|
<section name="HslCommunicationNetTestTool.Settings1" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
|
|
|
|
</sectionGroup>
|
|
|
|
|
</configSections>
|
|
|
|
|
<userSettings>
|
|
|
|
|
<HslCommunicationNetTestTool.Settings1>
|
|
|
|
|
<setting name="Connects" serializeAs="String">
|
|
|
|
|
<value>[]</value>
|
|
|
|
|
</setting>
|
|
|
|
|
</HslCommunicationNetTestTool.Settings1>
|
|
|
|
|
</userSettings>
|
2019-02-07 21:09:20 +08: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>
|
2017-10-21 12:22:50 +08:00
|
|
|
</configuration>
|