14 lines
569 B
Plaintext
14 lines
569 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
|
<configuration>
|
||
|
|
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
||
|
|
</startup>
|
||
|
|
<runtime>
|
||
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||
|
|
<dependentAssembly>
|
||
|
|
<assemblyIdentity name="Apowersoft.CommUtilities" publicKeyToken="19f9075164bea67a" culture="neutral" />
|
||
|
|
<bindingRedirect oldVersion="1.0.0.0-2.0.0.0" newVersion="2.1.0.0" />
|
||
|
|
</dependentAssembly>
|
||
|
|
</assemblyBinding>
|
||
|
|
</runtime>
|
||
|
|
</configuration>
|