aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/meta-impyDebug.exe.config
blob: 04d0e00bbd9742a5c7e70800018d2acb60f8ef05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<configuration>

       <windows>

              <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">

      <dependentAssembly>

        <assemblyIdentity type="win32" name="Microsoft.VC80.DebugCRT" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>

        <bindingRedirect oldVersion="8.0.41204.256-" newVersion="0.0.0.0"/>

      </dependentAssembly>

    </assemblyBinding>

       </windows>

</configuration>