~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

1
2
3
4
5
6
7
8
9
10
<configuration>
   <runtime>
      <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
       <dependentAssembly>
         <assemblyIdentity name="@ASSEMBLY_NAME@" publicKeyToken="0738eb9f132ed756" />
         <bindingRedirect oldVersion="@POLICY@.0.0" newVersion="@API_VERSION@"/>
       </dependentAssembly>
      </assemblyBinding>
   </runtime>
</configuration>