1
1
forked from 0ad/0ad

add .config version redirects for AtlasUI_dbg and test_dbg.exe for VC2008

This was SVN commit r7859.
This commit is contained in:
janwas 2010-08-06 13:01:38 +00:00
parent 9d18f59940
commit 3a0123b7b4
2 changed files with 21 additions and 0 deletions

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.4053"/>
</dependentAssembly>
</assemblyBinding>
</windows>
</configuration>

View File

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<configuration>
<windows>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"/>
<bindingRedirect oldVersion="8.0.50727.762" newVersion="8.0.50727.4053"/>
</dependentAssembly>
</assemblyBinding>
</windows>
</configuration>