blob: 14dfd7a5a33f932340ca16011d7320aa47c664d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0"?>
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="cli_ure" publicKeyToken="ce2cb7e279207b9e"/>
<bindingRedirect oldVersion="CLI_URE_OLD_VERSION" newVersion="CLI_URE_NEW_VERSION" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>
|