blob: 7e55639444ea939a570389ac92aed0ec5cf9e54f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" ?><!--This file is automatically generated by the build. see indra/newview/build_win32_appConfig.py--><configuration>
<windows>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.VC80.CRT" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b" type="win32"/>
<bindingRedirect newVersion="8.0.50727.762" oldVersion="8.0.41204.256-8.0.50727.4053"/>
</dependentAssembly>
</assemblyBinding>
</windows>
</configuration>
|