From 42ed8b3bbffa93e8496a9b0c18d7aba94ebd414b Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 25 May 2014 21:36:25 -0700 Subject: Splitting zlib out. --- win32/project/zlib.vcxproj | 169 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 win32/project/zlib.vcxproj (limited to 'win32/project/zlib.vcxproj') diff --git a/win32/project/zlib.vcxproj b/win32/project/zlib.vcxproj new file mode 100644 index 0000000..595fc05 --- /dev/null +++ b/win32/project/zlib.vcxproj @@ -0,0 +1,169 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {C98A6524-5AA7-4FFD-8DDA-679A1016D185} + zlib + + + + StaticLibrary + true + v120 + MultiByte + + + StaticLibrary + true + v120 + MultiByte + + + StaticLibrary + false + v120 + true + MultiByte + + + StaticLibrary + false + v120 + true + MultiByte + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + $(SolutionDir)$(Platform)\$(ProjectName)\$(Configuration)\ + $(Platform)\$(ProjectName)\$(Configuration)\ + + + + Level3 + Disabled + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + + + + + Level3 + Disabled + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + + + + + Level3 + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + true + true + + + + + Level3 + MaxSpeed + true + true + true + _CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) + + + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3