1
0
forked from 0ad/0ad
0ad/binaries/system/pyrogenesis_dbg.exe.config

12 lines
480 B
Plaintext
Raw Normal View History

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