From 9fa6b7e2ded58330d0181321acb6b56ee61fb234 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Tue, 5 Jun 2012 08:46:29 +0000 Subject: Add VS2012 configs to the project files. --- zlib/Zlib.vcxproj | 200 +++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 198 insertions(+), 2 deletions(-) (limited to 'zlib/Zlib.vcxproj') diff --git a/zlib/Zlib.vcxproj b/zlib/Zlib.vcxproj index 82fd470..fabb9f9 100644 --- a/zlib/Zlib.vcxproj +++ b/zlib/Zlib.vcxproj @@ -1,6 +1,14 @@  + + Debug VS2012 + Win32 + + + Debug VS2012 + x64 + Debug x64 Win32 @@ -17,6 +25,14 @@ Debug x64 + + Release VS2012 + Win32 + + + Release VS2012 + x64 + Release x64 Win32 @@ -46,13 +62,16 @@ $(VCTargetsPath11) + {0F2DDC75-EE37-902B-0247-63A8EB8CD687} Application + v110 Application + v110 StaticLibrary @@ -60,21 +79,35 @@ MultiByte v100 + + StaticLibrary + false + MultiByte + v110 + StaticLibrary false MultiByte - v100 + v110 StaticLibrary false MultiByte + v110 + + + StaticLibrary + false + MultiByte + v110 StaticLibrary false MultiByte + v110 StaticLibrary @@ -82,13 +115,29 @@ MultiByte v100 + + StaticLibrary + false + MultiByte + v110 + StaticLibrary false MultiByte + v110 + + + StaticLibrary + false + MultiByte + v110 - v100 + v110 + + + v110 @@ -103,6 +152,10 @@ + + + + @@ -111,6 +164,10 @@ + + + + @@ -119,23 +176,43 @@ + + + + + + + + .\Debug\ .\Debug\ + + .\Debug\ + .\Debug\ + .\Debug\ .\Debug\ + + .\Debug\ + .\Debug\ + .\Release\ .\Release\ + + .\Release\ + .\Release\ + .\Release\ .\Release\ @@ -144,6 +221,10 @@ .\Release\ .\Release\ + + .\Release\ + .\Release\ + .\Release\ .\Release\ @@ -178,6 +259,36 @@ .\Debug\Zlib.lib + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\Zlib.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\Zlib.bsc + + + true + .\Debug\Zlib.lib + + MultiThreadedDebug @@ -207,6 +318,35 @@ .\Debug\Zlib.lib + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\Zlib.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\Zlib.bsc + + + true + .\Debug\Zlib.lib + + MultiThreaded @@ -235,6 +375,34 @@ .\Release\Zlib.lib + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + .\Release\ + .\Release\Zlib.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Zlib.bsc + + + true + .\Release\Zlib.lib + + MultiThreaded @@ -291,6 +459,34 @@ .\Release\Zlib.lib + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + .\Release\ + .\Release\Zlib.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\Zlib.bsc + + + true + .\Release\Zlib.lib + + MultiThreaded -- cgit v1.1