Codebase list gtk-sharp2 / upstream/2.12.40 policy.config.in
upstream/2.12.40

Tree @upstream/2.12.40 (Download .tar.gz)

policy.config.in @upstream/2.12.40raw · history · blame

<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>