taglib-sharp initial import (r553)

This commit is contained in:
chudov
2012-04-13 23:27:50 +00:00
parent fc236e817e
commit 42064890b7
269 changed files with 91425 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<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>