1
0
forked from 0ad/0ad
0ad/binaries/system/AtlasUI.dll.2.config
janwas bd2af78d4f hopefully final fix for vc8sp1 breakage
(we have no idea why the config file's resourceId must be 2, but filemon
shows this file is called for)

This was SVN commit r5067.
2007-05-13 02:01:08 +00:00

11 lines
429 B
Plaintext

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