2017-09-27 13:57:10 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<configuration>
|
|
|
|
<startup>
|
|
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
|
|
|
|
</startup>
|
|
|
|
<runtime>
|
|
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="System.Runtime.InteropServices.RuntimeInformation" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
|
|
</dependentAssembly>
|
2018-05-29 13:39:47 +00:00
|
|
|
<dependentAssembly>
|
|
|
|
<assemblyIdentity name="DocumentFormat.OpenXml" publicKeyToken="8fb06cb64d019a17" culture="neutral" />
|
|
|
|
<bindingRedirect oldVersion="0.0.0.0-2.8.1.0" newVersion="2.8.1.0" />
|
|
|
|
</dependentAssembly>
|
2017-09-27 13:57:10 +00:00
|
|
|
</assemblyBinding>
|
|
|
|
</runtime>
|
2017-05-16 01:04:42 +00:00
|
|
|
</configuration>
|