mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
10 lines
459 B
Plaintext
10 lines
459 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.4053" newVersion="8.0.50727.4053"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</windows>
|
|
</configuration> |