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. --- Datafile/Datafile.vcxproj | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) (limited to 'Datafile/Datafile.vcxproj') diff --git a/Datafile/Datafile.vcxproj b/Datafile/Datafile.vcxproj index 964bca1..28e1d12 100644 --- a/Datafile/Datafile.vcxproj +++ b/Datafile/Datafile.vcxproj @@ -1,10 +1,18 @@  + + Debug VS2012 + Win32 + Debug Win32 + + Release VS2012 + Win32 + Release Win32 @@ -21,18 +29,34 @@ {ADBA4106-AFE3-43D2-88D9-308A7D75E372} Win32Proj Datafile + $(VCTargetsPath11) Application true Unicode + v100 + + + Application + true + Unicode + v110 Application false true Unicode + v100 + + + Application + false + true + Unicode + v110 @@ -40,17 +64,30 @@ + + + + + + true $(ProjectName)_D + + true + $(ProjectName)_D + false + + false + @@ -68,6 +105,23 @@ LIBCMTD + + + + + Level3 + Disabled + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + ../zlib; + true + + + Console + true + ..\zlib\debug\zlib.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + LIBCMTD + + Level3 @@ -88,6 +142,26 @@ LIBCMT + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + ../zlib; + + + Console + true + true + true + ..\zlib\release\zlib.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies) + LIBCMT + + -- cgit v1.1