From c7c39d0a0e1ddecdb099f6da8acbeb2fa1e3c3b2 Mon Sep 17 00:00:00 2001 From: tgotic Date: Mon, 17 Jan 2011 20:03:35 +0100 Subject: [PATCH] libzint and zint project solution for Visual Studio 2010 --- win32/vcx/libpng.props | 26 +++ win32/vcx/libpng.vcxproj | 258 ++++++++++++++++++++++++ win32/vcx/libpng.vcxproj.user | 3 + win32/vcx/libzint.vcxproj | 322 ++++++++++++++++++++++++++++++ win32/vcx/libzint.vcxproj.filters | 184 +++++++++++++++++ win32/vcx/libzint.vcxproj.user | 3 + win32/vcx/zint.sln | 62 ++++++ win32/vcx/zint.vcxproj | 209 +++++++++++++++++++ win32/vcx/zint.vcxproj.filters | 41 ++++ win32/vcx/zint.vcxproj.user | 3 + win32/vcx/zlib.props | 32 +++ win32/vcx/zlib.vcxproj | 203 +++++++++++++++++++ win32/vcx/zlib.vcxproj.user | 3 + 13 files changed, 1349 insertions(+) create mode 100644 win32/vcx/libpng.props create mode 100644 win32/vcx/libpng.vcxproj create mode 100644 win32/vcx/libpng.vcxproj.user create mode 100644 win32/vcx/libzint.vcxproj create mode 100644 win32/vcx/libzint.vcxproj.filters create mode 100644 win32/vcx/libzint.vcxproj.user create mode 100644 win32/vcx/zint.sln create mode 100644 win32/vcx/zint.vcxproj create mode 100644 win32/vcx/zint.vcxproj.filters create mode 100644 win32/vcx/zint.vcxproj.user create mode 100644 win32/vcx/zlib.props create mode 100644 win32/vcx/zlib.vcxproj create mode 100644 win32/vcx/zlib.vcxproj.user diff --git a/win32/vcx/libpng.props b/win32/vcx/libpng.props new file mode 100644 index 00000000..88321095 --- /dev/null +++ b/win32/vcx/libpng.props @@ -0,0 +1,26 @@ + + + + + + ..\..\..\lpng145 + + diff --git a/win32/vcx/libpng.vcxproj b/win32/vcx/libpng.vcxproj new file mode 100644 index 00000000..3a4194ed --- /dev/null +++ b/win32/vcx/libpng.vcxproj @@ -0,0 +1,258 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + {D6973076-9317-4EF2-A0B8-B7A18AC0713E} + Win32Proj + libpng + + + + + + DynamicLibrary + NotSet + false + + + StaticLibrary + NotSet + + + DynamicLibrary + true + NotSet + + + StaticLibrary + NotSet + + + + + + + + + + + + + + + + + + + true + + + $(ProjectName)14d + $(Configuration)\ + $(Configuration)\Tmp\ + + + false + + $(ProjectName)14d + $(Configuration)\ + $(Configuration)\Tmp\ + + + false + + + $(ProjectName)14 + $(Configuration)\ + $(Configuration)\Tmp\ + + + false + + $(ProjectName)14 + $(Configuration)\ + $(Configuration)\Tmp\ + + + + Level4 + false + EditAndContinue + EnableFastChecks + WIN32;_DEBUG;_USRDLL;PNG_BUILD_DLL;ZLIB_DLL;%(PreprocessorDefinitions) + true + true + false + false + false + CompileAsC + false + 4996;4127 + $(ZLibSrcDir);$(LpngSrcDir)\scripts;%(AdditionalIncludeDirectories) + true + Disabled + false + false + MultiThreadedDebugDLL + + + Console + true + zlib125d.dll.lib + false + 1.45 + $(OutDir) + + + false + $(OutDir)$(TargetName)$(TargetExt).lib + $(LpngSrcDir)\scripts\pngwin.def + false + + + + + Level4 + false + ProgramDatabase + Disabled + EnableFastChecks + MultiThreadedDebugDLL + WIN32;_DEBUG:_LIB;%(PreprocessorDefinitions) + true + true + false + false + false + CompileAsC + true + 4996;4127 + $(ZLibSrcDir);$(LpngSrcDir)\scripts;%(AdditionalIncludeDirectories) + true + + + Console + true + + + MachineX86 + + + + + + Level4 + ProgramDatabase + MultiThreadedDLL + true + true + WIN32;NDEBUG;PNG_BUILD_DLL;ZLIB_DLL;%(PreprocessorDefinitions) + false + false + false + Default + true + false + 4996;4127 + $(ZLibSrcDir);$(LpngSrcDir)\scripts;%(AdditionalIncludeDirectories) + true + Full + false + true + + + Console + false + true + true + zlib125.dll.lib + 1.45 + $(OutDir) + + + true + $(OutDir)$(TargetName)$(TargetExt).lib + $(LpngSrcDir)\scripts\pngwin.def + + + false + + + + + Level4 + ProgramDatabase + MultiThreadedDLL + true + true + WIN32;NDEBUG;%(PreprocessorDefinitions) + false + false + false + CompileAsC + true + false + 4996;4127 + $(ZLibSrcDir);$(LpngSrcDir)\scripts;%(AdditionalIncludeDirectories) + true + Full + false + false + false + $(IntDir) + + + Console + true + true + true + + + false + MachineX86 + + + + + + + + + + + + + + + + + + + + + + true + true + + + + + + \ No newline at end of file diff --git a/win32/vcx/libpng.vcxproj.user b/win32/vcx/libpng.vcxproj.user new file mode 100644 index 00000000..ace9a86a --- /dev/null +++ b/win32/vcx/libpng.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/win32/vcx/libzint.vcxproj b/win32/vcx/libzint.vcxproj new file mode 100644 index 00000000..5156ea8d --- /dev/null +++ b/win32/vcx/libzint.vcxproj @@ -0,0 +1,322 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + {5C08DC40-8F7D-475E-AA3C-814DED735A4B} + libzint_png_qr + Win32Proj + + + + + + DynamicLibrary + NotSet + true + + + StaticLibrary + NotSet + false + + + DynamicLibrary + NotSet + + + StaticLibrary + NotSet + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(Configuration)\ + $(Configuration)\ + $(Configuration)\Tmp\ + $(Configuration)\Tmp\ + true + true + $(Configuration)\ + $(Configuration)\ + $(Configuration)\Tmp\ + $(Configuration)\Tmp\ + false + false + zintd + zintd + zint + zint + + + + Disabled + $(ZlibSrcDir);$(LpngSrcDir);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL;%(PreprocessorDefinitions) + true + + + EnableFastChecks + true + MultiThreadedDebugDLL + true + false + + + Level3 + EditAndContinue + CompileAsCpp + 4018;4244;4305;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + + + false + + + $(OutDir)$(TargetName)$(TargetExt) + libpng14d.dll.lib;%(AdditionalDependencies) + $(OutDir);%(AdditionalLibraryDirectories) + true + Console + + + + + MachineX86 + 2.41 + ..\..\backend\zint.def + $(OutDir)$(TargetName)$(TargetExt).lib + + + + + Disabled + $(ZlibSrcDir);$(LpngSrcDir);%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";%(PreprocessorDefinitions) + true + + + EnableFastChecks + true + MultiThreadedDebugDLL + true + false + + + Level3 + EditAndContinue + CompileAsCpp + 4018;4244;4305;%(DisableSpecificWarnings) + + + _DEBUG;%(PreprocessorDefinitions) + + + false + + + $(OutDir)$(TargetName)$(TargetExt) + libpng14d.dll.lib;%(AdditionalDependencies) + $(OutDir);%(AdditionalLibraryDirectories) + true + Console + + + + + MachineX86 + 2.41 + ..\..\backend\zint.def + $(OutDir)$(TargetName)$(TargetExt).lib + + + MachineX86 + + + + + MaxSpeed + false + $(ZlibSrcDir);$(LpngSrcDir);%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";BUILD_ZINT_DLL;ZLIB_DLL;PNG_DLL;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + true + false + + + Level3 + + + CompileAsCpp + 4018;4244;4305;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + + + false + false + + + libpng14.dll.lib + $(OutDir)$(TargetName)$(TargetExt) + 2.41 + $(OutDir);%(AdditionalLibraryDirectories) + false + Console + true + true + true + MachineX86 + ..\..\backend\zint.def + $(OutDir)$(TargetName)$(TargetExt).lib + NotSet + + + + + MaxSpeed + false + $(ZlibSrcDir);$(LpngSrcDir);%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + true + false + + + Level3 + + + CompileAsCpp + 4018;4244;4305;%(DisableSpecificWarnings) + + + NDEBUG;%(PreprocessorDefinitions) + + + false + false + + + libpng14.lib + $(OutDir)$(TargetName)$(TargetExt) + 2.41 + $(OutDir);%(AdditionalLibraryDirectories) + false + Console + true + true + true + MachineX86 + ..\..\backend\zint.def + $(OutDir)$(TargetName)$(TargetExt).lib + NotSet + + + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/win32/vcx/libzint.vcxproj.filters b/win32/vcx/libzint.vcxproj.filters new file mode 100644 index 00000000..3ad564e5 --- /dev/null +++ b/win32/vcx/libzint.vcxproj.filters @@ -0,0 +1,184 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + + + Source Files + + + \ No newline at end of file diff --git a/win32/vcx/libzint.vcxproj.user b/win32/vcx/libzint.vcxproj.user new file mode 100644 index 00000000..ace9a86a --- /dev/null +++ b/win32/vcx/libzint.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/win32/vcx/zint.sln b/win32/vcx/zint.sln new file mode 100644 index 00000000..b981f7d7 --- /dev/null +++ b/win32/vcx/zint.sln @@ -0,0 +1,62 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zint", "zint.vcxproj", "{3169C7FA-E52C-4BFC-B7BB-E55EBA133770}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libzint", "libzint.vcxproj", "{5C08DC40-8F7D-475E-AA3C-814DED735A4B}" + ProjectSection(ProjectDependencies) = postProject + {D6973076-9317-4EF2-A0B8-B7A18AC0713E} = {D6973076-9317-4EF2-A0B8-B7A18AC0713E} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib.vcxproj", "{8F1D8958-0912-0C7E-1C07-55A823B14BA0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libpng", "libpng.vcxproj", "{D6973076-9317-4EF2-A0B8-B7A18AC0713E}" + ProjectSection(ProjectDependencies) = postProject + {8F1D8958-0912-0C7E-1C07-55A823B14BA0} = {8F1D8958-0912-0C7E-1C07-55A823B14BA0} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Library|Win32 = Debug Library|Win32 + Debug|Win32 = Debug|Win32 + Release Library|Win32 = Release Library|Win32 + Release|Win32 = Release|Win32 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Debug Library|Win32.ActiveCfg = Debug Library|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Debug Library|Win32.Build.0 = Debug Library|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Debug|Win32.ActiveCfg = Debug|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Debug|Win32.Build.0 = Debug|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Release Library|Win32.ActiveCfg = Release Library|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Release Library|Win32.Build.0 = Release Library|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Release|Win32.ActiveCfg = Release|Win32 + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770}.Release|Win32.Build.0 = Release|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Debug Library|Win32.ActiveCfg = Debug Library|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Debug Library|Win32.Build.0 = Debug Library|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Debug|Win32.ActiveCfg = Debug|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Debug|Win32.Build.0 = Debug|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Release Library|Win32.ActiveCfg = Release Library|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Release Library|Win32.Build.0 = Release Library|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Release|Win32.ActiveCfg = Release|Win32 + {5C08DC40-8F7D-475E-AA3C-814DED735A4B}.Release|Win32.Build.0 = Release|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Debug Library|Win32.ActiveCfg = Debug Library|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Debug Library|Win32.Build.0 = Debug Library|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Debug|Win32.ActiveCfg = Debug|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Debug|Win32.Build.0 = Debug|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Release Library|Win32.ActiveCfg = Release Library|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Release Library|Win32.Build.0 = Release Library|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Release|Win32.ActiveCfg = Release|Win32 + {8F1D8958-0912-0C7E-1C07-55A823B14BA0}.Release|Win32.Build.0 = Release|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.ActiveCfg = Debug Library|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug Library|Win32.Build.0 = Debug Library|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug|Win32.ActiveCfg = Debug|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Debug|Win32.Build.0 = Debug|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.ActiveCfg = Release Library|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release Library|Win32.Build.0 = Release Library|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release|Win32.ActiveCfg = Release|Win32 + {D6973076-9317-4EF2-A0B8-B7A18AC0713E}.Release|Win32.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/win32/vcx/zint.vcxproj b/win32/vcx/zint.vcxproj new file mode 100644 index 00000000..7a48d875 --- /dev/null +++ b/win32/vcx/zint.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + {3169C7FA-E52C-4BFC-B7BB-E55EBA133770} + zint + Win32Proj + + + + Application + NotSet + true + + + Application + NotSet + true + + + Application + NotSet + + + Application + NotSet + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(Configuration)\ + $(Configuration)\ + $(Configuration)\Tmp\ + $(Configuration)\Tmp\ + $(Configuration)\ + $(Configuration)\ + $(Configuration)\Tmp\ + $(Configuration)\Tmp\ + true + + + + Disabled + ..\..\backend;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";ZINT_DLL;ZLIB_DLL;PNG_DLL;%(PreprocessorDefinitions) + true + + + EnableFastChecks + true + MultiThreadedDebugDLL + true + false + + + Level3 + EditAndContinue + + + true + $(OutDir) + zintd.dll.lib + Console + + + false + + + + + Disabled + ..\..\backend;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";%(PreprocessorDefinitions) + true + + + EnableFastChecks + true + MultiThreadedDebugDLL + true + false + + + Level3 + EditAndContinue + + + true + $(OutDir) + zintd.lib;libpng14d.lib;zlib125.lib + Console + 2.41 + NotSet + + + + + MaxSpeed + ..\..\backend;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";ZINT_DLL;ZLIB_DLL;PNG_DLL;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + true + false + + + Level3 + + + + + 2.41 + $(OutDir);%(AdditionalLibraryDirectories) + true + true + true + zint.dll.lib + Console + + + false + + + + + MaxSpeed + ..\..\backend;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZINT_VERSION="2.4.1";%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + true + false + + + Level3 + + + + + 2.41 + $(OutDir);%(AdditionalLibraryDirectories) + true + true + true + zint.lib;libpng14.lib;zlib125.lib + Console + + + false + + + + + + + + + + + + + + + + + {5c08dc40-8f7d-475e-aa3c-814ded735a4b} + false + + + + + + \ No newline at end of file diff --git a/win32/vcx/zint.vcxproj.filters b/win32/vcx/zint.vcxproj.filters new file mode 100644 index 00000000..a130bd4e --- /dev/null +++ b/win32/vcx/zint.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/win32/vcx/zint.vcxproj.user b/win32/vcx/zint.vcxproj.user new file mode 100644 index 00000000..ace9a86a --- /dev/null +++ b/win32/vcx/zint.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/win32/vcx/zlib.props b/win32/vcx/zlib.props new file mode 100644 index 00000000..91af1ae4 --- /dev/null +++ b/win32/vcx/zlib.props @@ -0,0 +1,32 @@ + + + + + + + ..\..\..\zlib125 + + diff --git a/win32/vcx/zlib.vcxproj b/win32/vcx/zlib.vcxproj new file mode 100644 index 00000000..85f7210d --- /dev/null +++ b/win32/vcx/zlib.vcxproj @@ -0,0 +1,203 @@ + + + + + Debug Library + Win32 + + + Debug + Win32 + + + Release Library + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + + + + + + + + + + + + Win32Proj + + + + + StaticLibrary + + + DynamicLibrary + + + StaticLibrary + + + DynamicLibrary + NotSet + true + + + + + + + + + + + + + + + + + + zlib125 + $(Configuration)\ + $(Configuration)\Tmp\ + + + $(ProjectName)125d + $(Configuration)\ + $(Configuration)\Tmp\ + + + $(Configuration)\ + + + $(Configuration)\Tmp\ + $(ProjectName)125 + + + $(Configuration)\ + + + $(Configuration)\Tmp\ + $(ProjectName)125 + + + + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + TurnOffAllWarnings + ProgramDatabase + Disabled + false + + + MachineX86 + true + Console + + + MachineX86 + + + + + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_USRDLL;ZLIB_DLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + ProgramDatabase + Disabled + true + + + MachineX86 + true + Console + + + false + $(OutDir)$(TargetName)$(TargetExt).lib + $(ZlibSrcDir)\win32\zlib.def + + + + + Level3 + ProgramDatabase + Full + true + false + false + false + true + true + MultiThreadedDLL + WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS + + + MachineX86 + true + Console + + + MachineX86 + + + + + WIN32;NDEBUG;_USRDLL;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;ZLIB_DLL;%(PreprocessorDefinitions) + Level3 + ProgramDatabase + true + false + + + + + + + + + MachineX86 + false + Console + true + true + 1.25 + + + + + true + $(ZlibSrcDir)\win32\zlib.def + $(OutDir)$(TargetName)$(TargetExt).lib + + + + + + + false + + + + + + \ No newline at end of file diff --git a/win32/vcx/zlib.vcxproj.user b/win32/vcx/zlib.vcxproj.user new file mode 100644 index 00000000..ace9a86a --- /dev/null +++ b/win32/vcx/zlib.vcxproj.user @@ -0,0 +1,3 @@ + + + \ No newline at end of file