mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
11 lines
387 B
Plaintext
11 lines
387 B
Plaintext
<configuration>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="db62eba44689b5b0" />
|
|
<bindingRedirect oldVersion="@POLICY_2_0_VERSIONS@" newVersion="@ASSEMBLY_VERSION@"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|