From 951429a6f83db4e479617c6cd0f3ebfe14e3983b Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Sat, 7 Jan 2012 15:02:50 +0000 Subject: Adding experimental x64 build configs. THESE DO NOT WORK YET. --- NetEx/NetEx.vcxproj | 203 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) (limited to 'NetEx') diff --git a/NetEx/NetEx.vcxproj b/NetEx/NetEx.vcxproj index b5d391d..31d3806 100644 --- a/NetEx/NetEx.vcxproj +++ b/NetEx/NetEx.vcxproj @@ -1,18 +1,46 @@  + + Debug x64 + Win32 + + + Debug x64 + x64 + Debug Win32 + + Debug + x64 + + + Release x64 + Win32 + + + Release x64 + x64 + Release Win32 + + Release + x64 + Template Win32 + + Template + x64 + @@ -22,39 +50,97 @@ Application + + Application + StaticLibrary false MultiByte + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + StaticLibrary false MultiByte + + StaticLibrary + false + MultiByte + + + + + + + + + + + + + + + + + + + + .\Debug\ .\Debug\ + + .\Debug\ + .\Debug\ + .\Release\ .\Release\ + + .\Release\ + .\Release\ + + + .\Release\ + .\Release\ + + + .\Release\ + .\Release\ + MultiThreadedDebug @@ -86,6 +172,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 @@ -115,6 +231,93 @@ .\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 + 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 + 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 + + -- cgit v1.1