diff options
author | McCabe Maxsted | 2009-12-04 12:57:57 -0700 |
---|---|---|
committer | Jacek Antonelli | 2009-12-06 16:46:33 -0600 |
commit | 58f0017d201b87a4ee7db7d118379c7c7e71a7e0 (patch) | |
tree | 24112cd9fa5753723fb522c58b93109c251eb06e /linden/indra/newview/Imprudence.exe.config | |
parent | Forgot to remove the debug entry for libpng12-0.dll from CopyWinLibs.cmake (diff) | |
download | meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.zip meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.tar.gz meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.tar.bz2 meta-impy-58f0017d201b87a4ee7db7d118379c7c7e71a7e0.tar.xz |
Added Imprudence VC80 .config files to the repo
Diffstat (limited to 'linden/indra/newview/Imprudence.exe.config')
-rw-r--r-- | linden/indra/newview/Imprudence.exe.config | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/linden/indra/newview/Imprudence.exe.config b/linden/indra/newview/Imprudence.exe.config new file mode 100644 index 0000000..293a9ba --- /dev/null +++ b/linden/indra/newview/Imprudence.exe.config | |||
@@ -0,0 +1,20 @@ | |||
1 | <configuration> | ||
2 | |||
3 | <windows> | ||
4 | |||
5 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
6 | |||
7 | <dependentAssembly> | ||
8 | |||
9 | <assemblyIdentity type="win32" name="Microsoft.VC80.CRT" processorArchitecture="x86" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity> | ||
10 | |||
11 | <bindingRedirect oldVersion="8.0.41204.256-" newVersion="0.0.0.0"/> | ||
12 | |||
13 | </dependentAssembly> | ||
14 | |||
15 | </assemblyBinding> | ||
16 | |||
17 | </windows> | ||
18 | |||
19 | </configuration> | ||
20 | |||