1
0
forked from 0ad/0ad

attempt to resolve SxS versioning issue with vc80sp1

This was SVN commit r5066.
This commit is contained in:
janwas 2007-05-12 19:00:31 +00:00
parent addf1aba46
commit 695ba038f1

View File

@ -0,0 +1,10 @@
<configuration>
<windows>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.CRT" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
<bindingRedirect oldVersion="8.0.41204.256-8.0.50727.762" newVersion="8.0.50727.762"/>
</dependentAssembly>
</assemblyBinding>
</windows>
</configuration>