From 961d5e1de35644c5c709e719f9023dbbac475f50 Mon Sep 17 00:00:00 2001 From: AG Date: Mon, 26 Oct 2015 22:18:58 +0100 Subject: visual studio 2013 solution Release & Debug --- infrastructure/msvc/2013/win32test.vcxproj | 114 +++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 infrastructure/msvc/2013/win32test.vcxproj (limited to 'infrastructure/msvc/2013/win32test.vcxproj') diff --git a/infrastructure/msvc/2013/win32test.vcxproj b/infrastructure/msvc/2013/win32test.vcxproj new file mode 100644 index 00000000..de542d28 --- /dev/null +++ b/infrastructure/msvc/2013/win32test.vcxproj @@ -0,0 +1,114 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {28C29E72-76A2-4D0C-B35B-12D446733D2E} + win32test + Win32Proj + + + + Application + MultiByte + true + v120 + + + Application + MultiByte + v120 + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(ProjectDir)..\..\..\$(Configuration)\ + $(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\ + $(ProjectDir)..\..\..\$(Configuration)\ + $(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\ + false + + + + Disabled + $(ProjectDir)..\..\..\bin\bbackupd;$(ProjectDir)..\..\..\lib\backupstore;$(ProjectDir)..\..\..\lib\backupclient;$(ProjectDir)..\..\..\lib\common;$(ProjectDir)..\..\..\lib\compress;$(ProjectDir)..\..\..\lib\crypto;$(ProjectDir)..\..\..\lib\server;$(ProjectDir)..\..\..\lib\win32;$(ProjectDir)..\..\..\..\openssl\include;$(ProjectDir)..\..\..\..\zlib\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;PLATFORM_DISABLE_MEM_LEAK_TESTING;_CRT_SECURE_NO_DEPRECATE;PCRE_STATIC;QDBM_STATIC;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + 4521 + + + true + $(OutDir)$(TargetName).pdb + Console + MachineX86 + NotSet + false + Ws2_32.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) + + + + + true + $(ProjectDir)..\..\..\bin\bbackupd;$(ProjectDir)..\..\..\lib\backupstore;$(ProjectDir)..\..\..\lib\backupclient;$(ProjectDir)..\..\..\lib\common;$(ProjectDir)..\..\..\lib\compress;$(ProjectDir)..\..\..\lib\crypto;$(ProjectDir)..\..\..\lib\server;$(ProjectDir)..\..\..\lib\win32;$(ProjectDir)..\..\..\..\openssl\include;$(ProjectDir)..\..\..\..\zlib\include;%(AdditionalIncludeDirectories) + WIN32;BOX_RELEASE_BUILD;_CONSOLE;PLATFORM_DISABLE_MEM_LEAK_TESTING;_CRT_SECURE_NO_DEPRECATE;PCRE_STATIC;%(PreprocessorDefinitions) + MultiThreaded + true + + + Level3 + ProgramDatabase + + + Ws2_32.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) + $(OutDir)$(TargetName)$(TargetExt) + + + true + Console + true + true + MachineX86 + + + + + + + + + + + + {a089cee6-ebf0-4232-a0c0-74850a8127a6} + false + + + + + + \ No newline at end of file -- cgit v1.2.3 From ad1c0240f9ac4c56519cf0e5c2765b7edfc30ca0 Mon Sep 17 00:00:00 2001 From: AG Date: Mon, 26 Oct 2015 22:31:05 +0100 Subject: remove Safe Exception Handling flag --- infrastructure/msvc/2013/win32test.vcxproj | 1 + 1 file changed, 1 insertion(+) (limited to 'infrastructure/msvc/2013/win32test.vcxproj') diff --git a/infrastructure/msvc/2013/win32test.vcxproj b/infrastructure/msvc/2013/win32test.vcxproj index de542d28..8369aabc 100644 --- a/infrastructure/msvc/2013/win32test.vcxproj +++ b/infrastructure/msvc/2013/win32test.vcxproj @@ -93,6 +93,7 @@ true true MachineX86 + false -- cgit v1.2.3