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. --- NetEx/NetEx.vcxproj | 204 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 202 insertions(+), 2 deletions(-) (limited to 'NetEx') diff --git a/NetEx/NetEx.vcxproj b/NetEx/NetEx.vcxproj index d6d59c8..ff8a50d 100644 --- a/NetEx/NetEx.vcxproj +++ b/NetEx/NetEx.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) + {574D6A73-F38F-30E0-0F30-64AD0378B426} 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\ @@ -179,6 +260,37 @@ .\Debug\NetEx.lib + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + true + EditAndContinue + ../FoundationEx;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\NetEx.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\NetEx.bsc + + + true + .\Debug\NetEx.lib + + MultiThreadedDebug @@ -209,6 +321,36 @@ .\Debug\NetEx.lib + + + MultiThreadedDebug + Default + false + Disabled + true + Level3 + ProgramDatabase + ../FoundationEx;%(AdditionalIncludeDirectories) + _DEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\NetEx.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + 0x0409 + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\NetEx.bsc + + + true + .\Debug\NetEx.lib + + MultiThreaded @@ -238,6 +380,35 @@ .\Release\NetEx.lib + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../FoundationEx;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) + .\Release\ + .\Release\NetEx.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\NetEx.bsc + + + true + .\Release\NetEx.lib + + MultiThreaded @@ -296,6 +467,35 @@ .\Release\NetEx.lib + + + MultiThreaded + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + ../FoundationEx;%(AdditionalIncludeDirectories) + NDEBUG;WIN32;_LIB;SYNC_THREADS;%(PreprocessorDefinitions) + .\Release\ + .\Release\NetEx.pch + .\Release\ + .\Release\ + + + 0x0409 + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\NetEx.bsc + + + true + .\Release\NetEx.lib + + MultiThreaded -- cgit v1.1