mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 06:43:58 -07:00
(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.
10 lines
429 B
Text
10 lines
429 B
Text
<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>
|