<?xml version="1.0" encoding="utf-8"?>
|
<configuration>
|
<configSections>
|
<sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<section name="TProduct.WinFrmUI.GlobalParas.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
|
</sectionGroup>
|
</configSections>
|
<userSettings>
|
<TProduct.WinFrmUI.GlobalParas.Properties.Settings>
|
<setting name="CurrentLocationName" serializeAs="String">
|
<value>zh-CN</value>
|
</setting>
|
</TProduct.WinFrmUI.GlobalParas.Properties.Settings>
|
</userSettings>
|
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" /></startup>
|
<runtime>
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
<dependentAssembly>
|
<assemblyIdentity name="NPOI" publicKeyToken="0df73ec7942b34e1" culture="neutral" />
|
<bindingRedirect oldVersion="0.0.0.0-2.1.1.0" newVersion="2.1.1.0" />
|
</dependentAssembly>
|
<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>
|
</configuration>
|