mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 18:35:28 +00:00
f9be897c3f
* bootstrap* : expose POLICY_VERSIONS variable. * configure.in.in : AC_SUBST new POLICY_VERSIONS. * Makefile.include : build/install policy assemblies. * policy.config.in : policy config skeleton. * */Makefile.am : ditto. svn path=/trunk/gtk-sharp/; revision=50450
11 lines
373 B
Plaintext
11 lines
373 B
Plaintext
<configuration>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="35e10195dab3c99f" />
|
|
<bindingRedirect oldVersion="@POLICY@.0.0" newVersion="@API_VERSION@"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|