diff --git a/projects/vstudio/libpng/libpng.vcxproj b/projects/vstudio/libpng/libpng.vcxproj index e10f4ff8b..1044fe1d6 100644 --- a/projects/vstudio/libpng/libpng.vcxproj +++ b/projects/vstudio/libpng/libpng.vcxproj @@ -158,11 +158,11 @@ Use - $(WarningLevel) + Level3 false ProgramDatabase EnableFastChecks - WIN32;_DEBUG;_USRDLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true true false @@ -173,7 +173,7 @@ true $(DisableSpecificWarnings) $(ZLibSrcDir);%(AdditionalIncludeDirectories) - $(TreatWarningAsError) + false Disabled MultiThreadedDebugDLL @@ -188,11 +188,11 @@ Use - $(WarningLevel) + Level3 false ProgramDatabase EnableFastChecks - WIN32;_DEBUG;_USRDLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true true false @@ -203,7 +203,7 @@ true $(DisableSpecificWarnings) $(ZLibSrcDir);%(AdditionalIncludeDirectories) - $(TreatWarningAsError) + false Disabled MultiThreadedDebugDLL @@ -223,7 +223,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true true false @@ -250,7 +250,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) true true false @@ -271,12 +271,12 @@ - $(WarningLevel) + Level3 Use ProgramDatabase true true - WIN32;NDEBUG;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false false pngpriv.h @@ -286,7 +286,7 @@ false $(DisableSpecificWarnings) $(ZLibSrcDir);%(AdditionalIncludeDirectories) - $(TreatWarningAsError) + false Full @@ -301,12 +301,12 @@ - $(WarningLevel) + Level3 Use ProgramDatabase true true - WIN32;NDEBUG;_USRDLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false false pngpriv.h @@ -316,7 +316,7 @@ false $(DisableSpecificWarnings) $(ZLibSrcDir);%(AdditionalIncludeDirectories) - $(TreatWarningAsError) + false Full @@ -337,7 +337,7 @@ MultiThreaded true true - WIN32;NDEBUG;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false false pngpriv.h @@ -369,7 +369,7 @@ MultiThreaded true true - WIN32;NDEBUG;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) false false pngpriv.h @@ -396,7 +396,7 @@ true - WIN32;_DEBUG;PNG_ARM_NEON_OPT=1;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;PNG_ARM_NEON_OPT=1;%(PreprocessorDefinitions) NotUsing NotUsing NotUsing @@ -405,7 +405,7 @@ NotUsing - WIN32;_DEBUG;PNG_ARM_NEON_OPT=1;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;PNG_ARM_NEON_OPT=1;%(PreprocessorDefinitions) NotUsing NotUsing NotUsing @@ -413,7 +413,7 @@ NotUsing - WIN32;_DEBUG;PNG_ARM_NEON_OPT=1;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;PNG_ARM_NEON_OPT=1;%(PreprocessorDefinitions) NotUsing NotUsing NotUsing diff --git a/projects/vstudio/pnglibconf/pnglibconf.vcxproj b/projects/vstudio/pnglibconf/pnglibconf.vcxproj index e0a3887a4..f033f5061 100644 --- a/projects/vstudio/pnglibconf/pnglibconf.vcxproj +++ b/projects/vstudio/pnglibconf/pnglibconf.vcxproj @@ -48,7 +48,7 @@ - $(WarningLevel) + Level3 MaxSpeed true true @@ -73,7 +73,7 @@ - $(WarningLevel) + Level3 MaxSpeed true true diff --git a/projects/vstudio/pngstest/pngstest.vcxproj b/projects/vstudio/pngstest/pngstest.vcxproj index 3937cb41d..e59459818 100644 --- a/projects/vstudio/pngstest/pngstest.vcxproj +++ b/projects/vstudio/pngstest/pngstest.vcxproj @@ -149,7 +149,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -182,7 +182,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -216,7 +216,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -249,7 +249,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -275,17 +275,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -310,17 +310,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -352,7 +352,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -388,7 +388,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false diff --git a/projects/vstudio/pngtest/pngtest.vcxproj b/projects/vstudio/pngtest/pngtest.vcxproj index 72beced2b..58f662fcd 100644 --- a/projects/vstudio/pngtest/pngtest.vcxproj +++ b/projects/vstudio/pngtest/pngtest.vcxproj @@ -149,7 +149,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -182,7 +182,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -216,7 +216,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -249,7 +249,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -275,17 +275,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -310,17 +310,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -352,7 +352,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -389,7 +389,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false diff --git a/projects/vstudio/pngunknown/pngunknown.vcxproj b/projects/vstudio/pngunknown/pngunknown.vcxproj index f4d130d0b..c1568feb6 100644 --- a/projects/vstudio/pngunknown/pngunknown.vcxproj +++ b/projects/vstudio/pngunknown/pngunknown.vcxproj @@ -149,7 +149,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -182,7 +182,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -216,7 +216,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -249,7 +249,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -275,17 +275,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -310,17 +310,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -352,7 +352,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -388,7 +388,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false diff --git a/projects/vstudio/pngvalid/pngvalid.vcxproj b/projects/vstudio/pngvalid/pngvalid.vcxproj index 3726193bf..d016df815 100644 --- a/projects/vstudio/pngvalid/pngvalid.vcxproj +++ b/projects/vstudio/pngvalid/pngvalid.vcxproj @@ -149,7 +149,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -182,7 +182,7 @@ ProgramDatabase Disabled EnableFastChecks - WIN32;_DEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -216,7 +216,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -249,7 +249,7 @@ Disabled EnableFastChecks MultiThreadedDebug - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -275,17 +275,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -310,17 +310,17 @@ - $(WarningLevel) + Level3 NotUsing ProgramDatabase Full false true - WIN32;NDEBUG;_CONSOLE;PNG_USE_DLL;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;PNG_USE_DLL;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false - $(TreatWarningAsError) + false true false true @@ -352,7 +352,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false @@ -388,7 +388,7 @@ MultiThreaded false true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) $(ZLibSrcDir);..\..\..\scripts;%(AdditionalIncludeDirectories) $(DisableSpecificWarnings) false diff --git a/projects/vstudio/zlib.props b/projects/vstudio/zlib.props index 878627966..b84a2c0fc 100644 --- a/projects/vstudio/zlib.props +++ b/projects/vstudio/zlib.props @@ -2,7 +2,7 @@ + xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> ..\..\..\..\zlib true - - EnableAllWarnings - true - 4255;4668;4710;4711;4746;4820;4996 + Level3 + false diff --git a/projects/vstudio/zlib/zlib.vcxproj b/projects/vstudio/zlib/zlib.vcxproj index 23e606517..7858706ef 100644 --- a/projects/vstudio/zlib/zlib.vcxproj +++ b/projects/vstudio/zlib/zlib.vcxproj @@ -154,13 +154,13 @@ WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions) MultiThreadedDebug - Level3 + $(WarningLevel) ProgramDatabase Disabled true true - $(DisableSpecificWarnings);4127;4131;4242;4244 - false + $(DisableSpecificWarnings) + $(TreatWarningAsError) MachineX86 @@ -172,13 +172,13 @@ WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions) MultiThreadedDebug - Level3 + $(WarningLevel) ProgramDatabase Disabled true true - $(DisableSpecificWarnings);4127;4131;4242;4244 - false + $(DisableSpecificWarnings) + $(TreatWarningAsError) true @@ -188,13 +188,13 @@ WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions) - Level3 + $(WarningLevel) ProgramDatabase Disabled true true - $(DisableSpecificWarnings);4127;4131;4242;4244 - false + $(DisableSpecificWarnings) + $(TreatWarningAsError) MultiThreadedDebugDLL @@ -206,13 +206,13 @@ WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions) - Level3 + $(WarningLevel) ProgramDatabase Disabled true true - $(DisableSpecificWarnings);4127;4131;4242;4244 - false + $(DisableSpecificWarnings) + $(TreatWarningAsError) MultiThreadedDebugDLL @@ -222,7 +222,7 @@ - Level3 + $(WarningLevel) ProgramDatabase Full true @@ -230,8 +230,8 @@ false true true - $(DisableSpecificWarnings);4127;4131;4242;4244 - false + $(DisableSpecificWarnings) + $(TreatWarningAsError) MultiThreaded WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions) @@ -246,7 +246,7 @@ - Level3 + $(WarningLevel) ProgramDatabase Full true @@ -254,8 +254,8 @@ false true true - $(DisableSpecificWarnings);4127;4131;4242;4244 - false + $(DisableSpecificWarnings) + $(TreatWarningAsError) MultiThreaded WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions) @@ -277,7 +277,7 @@ false true true - $(DisableSpecificWarnings);4127;4131;4242;4244 + $(DisableSpecificWarnings) $(TreatWarningAsError) WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions) @@ -302,7 +302,7 @@ false true true - $(DisableSpecificWarnings);4127;4131;4242;4244 + $(DisableSpecificWarnings) $(TreatWarningAsError) WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)