From 5a820fdc789ccb52edb09820c316346ff4a2abd0 Mon Sep 17 00:00:00 2001 From: Peter Olsson Date: Wed, 22 Jan 2014 22:47:11 +0100 Subject: [PATCH] Disabled some compiler warnings on Windows build (for Visual Studio 2012), also disabled code analysis one some projects. This should make the Windows build more clean in the future. --- libs/esl/src/esl.2012.vcxproj | 10 +- libs/libdingaling/libdingaling.2012.vcxproj | 18 +- .../libzrtp/projects/win/libzrtp.2012.vcxproj | 6 +- .../build/msvc/portaudio.2012.vcxproj | 10 +- libs/silk/src/Silk_FIX.2012.vcxproj | 12 +- libs/spandsp/src/libspandsp.2012.vcxproj | 8 +- libs/srtp/libsrtp.2012.vcxproj | 8 + libs/srtp/libsrtp.2012.vcxproj.filters | 3 + libs/win32/apr-util/libaprutil.2012.vcxproj | 6 +- libs/win32/apr-util/xml.2012.vcxproj | 6 +- libs/win32/apr/libapr.2012.vcxproj | 6 +- libs/win32/celt/libcelt.2012.vcxproj | 6 +- libs/win32/json/libjson.2012.vcxproj | 14 +- .../win32/ldns/ldns-lib/ldns-lib.2012.vcxproj | 18 +- libs/win32/libcbt/libcbt.2012.vcxproj | 44 +++-- libs/win32/libcbt/libcbt.2012.vcxproj.filters | 14 +- libs/win32/libjpeg/libjpeg.2012.vcxproj | 4 + libs/win32/mpg123/libmpg123.2012.vcxproj | 32 ++-- .../mpg123/libmpg123.2012.vcxproj.filters | 166 +++++++++++++++--- libs/win32/openssl/libeay32.2012.vcxproj | 8 +- libs/win32/openssl/openssl.2012.vcxproj | 8 +- libs/win32/openssl/ssleay32.2012.vcxproj | 4 + libs/win32/opus/opus.2012.vcxproj | 14 +- libs/win32/opus/opus.silk_fixed.2012.vcxproj | 6 +- libs/win32/pcre/libpcre.2012.vcxproj | 10 +- .../sofia/libsofia_sip_ua_static.2012.vcxproj | 6 +- libs/win32/xmlrpc-c/abyss.2012.vcxproj | 6 +- libs/win32/xmlrpc-c/gennmtab.2012.vcxproj | 2 + libs/win32/xmlrpc-c/xmlparse.2012.vcxproj | 6 +- libs/win32/xmlrpc-c/xmlrpc.2012.vcxproj | 4 + .../mod_blacklist/mod_blacklist.2012.vcxproj | 6 +- .../mod_callcenter.2012.vcxproj | 6 +- .../mod_commands/mod_commands.2012.vcxproj | 22 ++- .../mod_conference.2012.vcxproj | 22 ++- .../mod_directory/mod_directory.2012.vcxproj | 26 ++- .../mod_dptools/mod_dptools.2012.vcxproj | 22 ++- .../mod_enum/mod_enum.2012.vcxproj | 22 ++- .../mod_hash/mod_hash.2012.vcxproj | 22 ++- .../mod_httapi/mod_httapi.2012.vcxproj | 6 +- .../mod_redis/mod_redis.2012.vcxproj | 38 +++- .../mod_snom/mod_snom.2012.vcxproj | 6 +- .../mod_spandsp/mod_spandsp.2012.vcxproj | 26 ++- .../mod_voicemail/mod_voicemail.2012.vcxproj | 6 +- src/mod/codecs/mod_isac/mod_iSAC.2012.vcxproj | 30 +++- .../mod_gsmopen/mod_gsmopen.2012.vcxproj | 4 + .../mod_portaudio/mod_PortAudio.2012.vcxproj | 29 ++- .../endpoints/mod_rtmp/mod_rtmp.2012.vcxproj | 30 +++- .../mod_skinny/mod_skinny.2012.vcxproj | 37 +++- .../mod_skypopen/mod_skypopen.2012.vcxproj | 24 ++- .../mod_sofia/mod_sofia.2012.vcxproj | 22 ++- .../mod_tone_stream.2012.vcxproj | 6 +- .../languages/mod_lua/mod_lua.2012.vcxproj | 9 +- .../mod_managed/mod_managed.2012.vcxproj | 10 +- .../mod_logfile/mod_logfile.2012.vcxproj | 6 +- .../mod_xml_rpc/mod_xml_rpc.2012.vcxproj | 54 ++++-- w32/Library/FreeSwitchCore.2012.vcxproj | 28 ++- w32/winlibs.props | 6 + 57 files changed, 825 insertions(+), 165 deletions(-) diff --git a/libs/esl/src/esl.2012.vcxproj b/libs/esl/src/esl.2012.vcxproj index 90021628b6..a38a6df4cf 100644 --- a/libs/esl/src/esl.2012.vcxproj +++ b/libs/esl/src/esl.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -80,7 +80,7 @@ MultiThreadedDebugDLL Level4 true - 4706;4100;%(DisableSpecificWarnings) + 4267;4244;4706;4100;%(DisableSpecificWarnings) true @@ -97,7 +97,7 @@ MultiThreadedDebugDLL Level4 false - 4706;4100;%(DisableSpecificWarnings) + 4267;4244;4706;4100;%(DisableSpecificWarnings) true @@ -108,7 +108,7 @@ MultiThreadedDLL Level4 true - 4706;4100;%(DisableSpecificWarnings) + 4267;4244;4706;4100;%(DisableSpecificWarnings) true @@ -122,7 +122,7 @@ MultiThreadedDLL Level4 false - 4706;4100;%(DisableSpecificWarnings) + 4267;4244;4706;4100;%(DisableSpecificWarnings) true diff --git a/libs/libdingaling/libdingaling.2012.vcxproj b/libs/libdingaling/libdingaling.2012.vcxproj index 127d933cb6..d9ab864504 100644 --- a/libs/libdingaling/libdingaling.2012.vcxproj +++ b/libs/libdingaling/libdingaling.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -137,7 +137,7 @@ EnableFastChecks MultiThreadedDebugDLL Level4 - 4100;4706;%(DisableSpecificWarnings) + 4701;4702;4703;4100;4706;%(DisableSpecificWarnings) @@ -146,7 +146,7 @@ WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) MultiThreadedDLL Level4 - 4100;%(DisableSpecificWarnings) + 4701;4702;4703;4100;%(DisableSpecificWarnings) @@ -161,7 +161,7 @@ Level4 EditAndContinue - 4100;%(DisableSpecificWarnings) + 4701;4702;4703;4100;%(DisableSpecificWarnings) libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies) @@ -184,7 +184,7 @@ Level4 ProgramDatabase - 4100;%(DisableSpecificWarnings) + 4701;4702;4703;4100;%(DisableSpecificWarnings) libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies) @@ -207,7 +207,7 @@ EnableFastChecks MultiThreadedDebugDLL Level4 - 4100;4706;%(DisableSpecificWarnings) + 4701;4702;4703;4100;4706;%(DisableSpecificWarnings) @@ -219,7 +219,7 @@ WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;%(PreprocessorDefinitions) MultiThreadedDLL Level4 - 4100;%(DisableSpecificWarnings) + 4701;4702;4703;4100;%(DisableSpecificWarnings) @@ -237,7 +237,7 @@ Level4 ProgramDatabase - 4100;%(DisableSpecificWarnings) + 4701;4702;4703;4100;%(DisableSpecificWarnings) libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies) @@ -264,7 +264,7 @@ Level4 ProgramDatabase - 4100;%(DisableSpecificWarnings) + 4701;4702;4703;4100;%(DisableSpecificWarnings) libapr-1.lib;libaprutil-1.lib;iksemel.lib;Ws2_32.lib;%(AdditionalDependencies) diff --git a/libs/libzrtp/projects/win/libzrtp.2012.vcxproj b/libs/libzrtp/projects/win/libzrtp.2012.vcxproj index a570f8139c..c8c9f686e9 100644 --- a/libs/libzrtp/projects/win/libzrtp.2012.vcxproj +++ b/libs/libzrtp/projects/win/libzrtp.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -98,6 +98,7 @@ Level3 ProgramDatabase CompileAsC + 4267;%(DisableSpecificWarnings) @@ -117,6 +118,7 @@ Level3 ProgramDatabase CompileAsC + 4267;%(DisableSpecificWarnings) @@ -137,6 +139,7 @@ Level3 ProgramDatabase CompileAsC + 4267;%(DisableSpecificWarnings) @@ -157,6 +160,7 @@ Level3 ProgramDatabase CompileAsC + 4267;%(DisableSpecificWarnings) diff --git a/libs/portaudio/build/msvc/portaudio.2012.vcxproj b/libs/portaudio/build/msvc/portaudio.2012.vcxproj index 587d2ea593..3a44ba8692 100644 --- a/libs/portaudio/build/msvc/portaudio.2012.vcxproj +++ b/libs/portaudio/build/msvc/portaudio.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -140,6 +140,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -166,6 +167,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -191,6 +193,7 @@ MultiThreadedDebugDLL Level3 true + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -216,6 +219,7 @@ MultiThreadedDebugDLL Level3 true + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -241,6 +245,7 @@ MultiThreadedDebugDLL Level3 true + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -266,6 +271,7 @@ MultiThreadedDebugDLL Level3 true + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -292,6 +298,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -318,6 +325,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) diff --git a/libs/silk/src/Silk_FIX.2012.vcxproj b/libs/silk/src/Silk_FIX.2012.vcxproj index 6a23bc707c..c268944e18 100644 --- a/libs/silk/src/Silk_FIX.2012.vcxproj +++ b/libs/silk/src/Silk_FIX.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -78,7 +78,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Fast Level3 @@ -92,7 +92,7 @@ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) false false - MultiThreaded + MultiThreadedDLL Fast Level3 @@ -108,7 +108,7 @@ WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true EnableFastChecks - MultiThreadedDebug + MultiThreadedDebugDLL Fast Level3 @@ -129,7 +129,7 @@ WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) false false - MultiThreaded + MultiThreadedDLL Fast Level3 @@ -270,4 +270,4 @@ - + \ No newline at end of file diff --git a/libs/spandsp/src/libspandsp.2012.vcxproj b/libs/spandsp/src/libspandsp.2012.vcxproj index a73a1b3c88..ff7338af7a 100644 --- a/libs/spandsp/src/libspandsp.2012.vcxproj +++ b/libs/spandsp/src/libspandsp.2012.vcxproj @@ -87,7 +87,7 @@ MultiThreadedDebugDLL Level4 CompileAsC - 4127;%(DisableSpecificWarnings) + 4127;4324;4267;4306;%(DisableSpecificWarnings) true @@ -105,7 +105,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) MultiThreadedDLL Level4 - 4127;%(DisableSpecificWarnings) + 4127;4324;4267;4306;%(DisableSpecificWarnings) true @@ -129,7 +129,7 @@ MultiThreadedDebugDLL Level4 CompileAsC - 4127;%(DisableSpecificWarnings) + 4127;4324;4267;4306;%(DisableSpecificWarnings) true @@ -147,7 +147,7 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBSPANDSP_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;HAVE_CONFIG_H;%(PreprocessorDefinitions) MultiThreadedDLL Level4 - 4127;%(DisableSpecificWarnings) + 4127;4324;4267;4306;%(DisableSpecificWarnings) true diff --git a/libs/srtp/libsrtp.2012.vcxproj b/libs/srtp/libsrtp.2012.vcxproj index 331131a10e..8a8eb41f27 100644 --- a/libs/srtp/libsrtp.2012.vcxproj +++ b/libs/srtp/libsrtp.2012.vcxproj @@ -144,6 +144,7 @@ false Level4 true + 4305;%(DisableSpecificWarnings) @@ -164,6 +165,7 @@ Default Level4 false + 4305;%(DisableSpecificWarnings) @@ -178,6 +180,7 @@ Default Level4 true + 4305;%(DisableSpecificWarnings) @@ -195,6 +198,7 @@ Default Level4 false + 4305;%(DisableSpecificWarnings) @@ -224,6 +228,7 @@ Level4 true EditAndContinue + 4305;%(DisableSpecificWarnings) Ws2_32.lib;%(AdditionalDependencies) @@ -266,6 +271,7 @@ Level4 true ProgramDatabase + 4305;%(DisableSpecificWarnings) Ws2_32.lib;%(AdditionalDependencies) @@ -303,6 +309,7 @@ Level4 true ProgramDatabase + 4305;%(DisableSpecificWarnings) Ws2_32.lib;%(AdditionalDependencies) @@ -337,6 +344,7 @@ Level4 true ProgramDatabase + 4305;%(DisableSpecificWarnings) Ws2_32.lib;%(AdditionalDependencies) diff --git a/libs/srtp/libsrtp.2012.vcxproj.filters b/libs/srtp/libsrtp.2012.vcxproj.filters index 80b52717d3..ba160b64ac 100644 --- a/libs/srtp/libsrtp.2012.vcxproj.filters +++ b/libs/srtp/libsrtp.2012.vcxproj.filters @@ -96,6 +96,9 @@ Source Files\Math + + Source Files + diff --git a/libs/win32/apr-util/libaprutil.2012.vcxproj b/libs/win32/apr-util/libaprutil.2012.vcxproj index 000db000e4..7fd1ca83ab 100644 --- a/libs/win32/apr-util/libaprutil.2012.vcxproj +++ b/libs/win32/apr-util/libaprutil.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -89,6 +89,7 @@ xcopy "$(ProjectDir)..\..\apr-util\include\*.h" "$(ProjectDir)..\..\include\" /C MultiThreadedDebugDLL Level3 true + 4244;4018;4267;%(DisableSpecificWarnings) _DEBUG;APU_VERSION_ONLY;%(PreprocessorDefinitions) @@ -127,6 +128,7 @@ xcopy "$(ProjectDir)..\..\apr-util\include\*.h" "$(ProjectDir)..\..\include\" /C MultiThreadedDebugDLL Level3 true + 4244;4018;4267;%(DisableSpecificWarnings) _DEBUG;APU_VERSION_ONLY;%(PreprocessorDefinitions) @@ -167,6 +169,7 @@ xcopy "$(ProjectDir)..\..\apr-util\include\*.h" "$(ProjectDir)..\..\include\" /C true Level3 true + 4244;4018;4267;%(DisableSpecificWarnings) NDEBUG;APU_VERSION_ONLY;%(PreprocessorDefinitions) @@ -208,6 +211,7 @@ xcopy "$(ProjectDir)..\..\apr-util\include\*.h" "$(ProjectDir)..\..\include\" /C true Level3 true + 4244;4018;4267;%(DisableSpecificWarnings) NDEBUG;APU_VERSION_ONLY;%(PreprocessorDefinitions) diff --git a/libs/win32/apr-util/xml.2012.vcxproj b/libs/win32/apr-util/xml.2012.vcxproj index 866199a371..3c970e41ec 100644 --- a/libs/win32/apr-util/xml.2012.vcxproj +++ b/libs/win32/apr-util/xml.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -88,6 +88,7 @@ true Level3 true + 4244;%(DisableSpecificWarnings) 0x0409 @@ -113,6 +114,7 @@ true Level3 true + 4244;%(DisableSpecificWarnings) 0x0409 @@ -133,6 +135,7 @@ MultiThreadedDebugDLL Level3 true + 4244;%(DisableSpecificWarnings) 0x0409 @@ -156,6 +159,7 @@ MultiThreadedDebugDLL Level3 true + 4244;%(DisableSpecificWarnings) 0x0409 diff --git a/libs/win32/apr/libapr.2012.vcxproj b/libs/win32/apr/libapr.2012.vcxproj index 39cc98d863..617f66a356 100644 --- a/libs/win32/apr/libapr.2012.vcxproj +++ b/libs/win32/apr/libapr.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -85,6 +85,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D / MultiThreadedDebugDLL Level3 true + 4244;4018;4267;4090;4133;%(DisableSpecificWarnings) _DEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions) @@ -120,6 +121,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D / MultiThreadedDebugDLL Level3 true + 4244;4018;4267;4090;4133;%(DisableSpecificWarnings) _DEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions) @@ -155,6 +157,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D / true Level3 true + 4244;4018;4267;4090;4133;%(DisableSpecificWarnings) NDEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions) @@ -191,6 +194,7 @@ xcopy "$(ProjectDir)..\..\apr\include\*.h" "$(ProjectDir)..\..\include\" /C /D / true Level3 true + 4244;4018;4267;4090;4133;%(DisableSpecificWarnings) NDEBUG;APR_VERSION_ONLY;%(PreprocessorDefinitions) diff --git a/libs/win32/celt/libcelt.2012.vcxproj b/libs/win32/celt/libcelt.2012.vcxproj index 5653c61be6..1931cb0d43 100644 --- a/libs/win32/celt/libcelt.2012.vcxproj +++ b/libs/win32/celt/libcelt.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -79,6 +79,7 @@ EnableFastChecks MultiThreadedDebugDLL Level3 + 4305;4267;4101;4554;4018;4244;%(DisableSpecificWarnings) @@ -93,6 +94,7 @@ EnableFastChecks MultiThreadedDebugDLL Level3 + 4305;4267;4101;4554;4018;4244;%(DisableSpecificWarnings) @@ -104,6 +106,7 @@ MultiThreadedDLL true Level3 + 4305;4267;4101;4554;4018;4244;%(DisableSpecificWarnings) @@ -118,6 +121,7 @@ MultiThreadedDLL true Level3 + 4305;4267;4101;4554;4018;4244;%(DisableSpecificWarnings) diff --git a/libs/win32/json/libjson.2012.vcxproj b/libs/win32/json/libjson.2012.vcxproj index 01b0ee276e..3e4e865b50 100644 --- a/libs/win32/json/libjson.2012.vcxproj +++ b/libs/win32/json/libjson.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -74,11 +74,12 @@ Disabled .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 + 4244;4996;%(DisableSpecificWarnings) @@ -88,11 +89,12 @@ Disabled .;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL Level3 + 4244;4996;%(DisableSpecificWarnings) @@ -100,10 +102,11 @@ MaxSpeed true .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 + 4244;4996;%(DisableSpecificWarnings) @@ -114,10 +117,11 @@ MaxSpeed true .;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;HAVE_CONFIG_H;HAVE_STDARG_H;STDC_HEADERS;%(PreprocessorDefinitions) MultiThreadedDLL true Level3 + 4244;4996;%(DisableSpecificWarnings) diff --git a/libs/win32/ldns/ldns-lib/ldns-lib.2012.vcxproj b/libs/win32/ldns/ldns-lib/ldns-lib.2012.vcxproj index 090ac61455..fba4c2fda5 100644 --- a/libs/win32/ldns/ldns-lib/ldns-lib.2012.vcxproj +++ b/libs/win32/ldns/ldns-lib/ldns-lib.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -91,12 +91,16 @@ MultiThreadedDebugDLL Level3 EditAndContinue + 4013;4101;4996;4267;4244;%(DisableSpecificWarnings) if not exist "$(ProjectDir)..\..\..\ldns\ldns\config.h" type "$(ProjectDir)\config.h" > "$(ProjectDir)..\..\..\ldns\ldns\config.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" > "$(ProjectDir)..\..\..\ldns\ldns\util.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" > "$(ProjectDir)..\..\..\ldns\ldns\net.h" + + /ignore:4221 %(AdditionalOptions) + @@ -107,12 +111,16 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" MultiThreadedDebugDLL Level3 ProgramDatabase + 4013;4101;4996;4267;4244;%(DisableSpecificWarnings) if not exist "$(ProjectDir)..\..\..\ldns\ldns\config.h" type "$(ProjectDir)\config.h" > "$(ProjectDir)..\..\..\ldns\ldns\config.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" > "$(ProjectDir)..\..\..\ldns\ldns\util.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" > "$(ProjectDir)..\..\..\ldns\ldns\net.h" + + /ignore:4221 %(AdditionalOptions) + @@ -124,6 +132,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" ProgramDatabase HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) ..\..\..\ldns\;.;%(AdditionalIncludeDirectories) + 4013;4101;4996;4267;4244;%(DisableSpecificWarnings) true @@ -136,6 +145,9 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" > "$(ProjectDir)..\..\..\ldns\ldns\util.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" > "$(ProjectDir)..\..\..\ldns\ldns\net.h" + + /ignore:4221 %(AdditionalOptions) + @@ -147,6 +159,7 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" ProgramDatabase HAVE_STRUCT_ADDRINFO;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_MBCS;%(PreprocessorDefinitions) ..\..\..\ldns\;.;%(AdditionalIncludeDirectories) + 4013;4101;4996;4267;4244;%(DisableSpecificWarnings) true @@ -159,6 +172,9 @@ if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\util.h" type "$(ProjectDir)\util.h" > "$(ProjectDir)..\..\..\ldns\ldns\util.h" if not exist "$(ProjectDir)..\..\..\ldns\ldns\net.h" type "$(ProjectDir)\net.h" > "$(ProjectDir)..\..\..\ldns\ldns\net.h" + + /ignore:4221 %(AdditionalOptions) + diff --git a/libs/win32/libcbt/libcbt.2012.vcxproj b/libs/win32/libcbt/libcbt.2012.vcxproj index 0bcb540224..7e7b557531 100644 --- a/libs/win32/libcbt/libcbt.2012.vcxproj +++ b/libs/win32/libcbt/libcbt.2012.vcxproj @@ -75,7 +75,7 @@ - + $(PlatformName)\$(Configuration)\ @@ -90,26 +90,34 @@ _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;%(PreprocessorDefinitions) true $(SolutionDir)src\mod\endpoints\mod_gsmopen\libctb-0.16\include + 4800;4101;4267;%(DisableSpecificWarnings) Windows true + + /ignore:4042 %(AdditionalOptions) + - - NotUsing - Level3 - Disabled - _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;%(PreprocessorDefinitions) - true - $(SolutionDir)src\mod\endpoints\mod_gsmopen\libctb-0.16\include - - - Windows - true - - + + NotUsing + Level3 + Disabled + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;%(PreprocessorDefinitions) + true + $(SolutionDir)src\mod\endpoints\mod_gsmopen\libctb-0.16\include + 4800;4101;4267;%(DisableSpecificWarnings) + + + Windows + true + + + /ignore:4042 %(AdditionalOptions) + + Level3 @@ -120,6 +128,7 @@ _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true $(SolutionDir)src\mod\endpoints\mod_gsmopen\libctb-0.16\include + 4800;4101;4267;%(DisableSpecificWarnings) Windows @@ -127,6 +136,9 @@ true true + + /ignore:4042 %(AdditionalOptions) + @@ -138,6 +150,7 @@ _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true $(SolutionDir)src\mod\endpoints\mod_gsmopen\libctb-0.16\include + 4800;4101;4267;%(DisableSpecificWarnings) Windows @@ -145,6 +158,9 @@ true true + + /ignore:4042 %(AdditionalOptions) + diff --git a/libs/win32/libcbt/libcbt.2012.vcxproj.filters b/libs/win32/libcbt/libcbt.2012.vcxproj.filters index b5b7ad717d..660ade5727 100644 --- a/libs/win32/libcbt/libcbt.2012.vcxproj.filters +++ b/libs/win32/libcbt/libcbt.2012.vcxproj.filters @@ -37,4 +37,16 @@ include - + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/win32/libjpeg/libjpeg.2012.vcxproj b/libs/win32/libjpeg/libjpeg.2012.vcxproj index dbf90a9761..34253c1aad 100644 --- a/libs/win32/libjpeg/libjpeg.2012.vcxproj +++ b/libs/win32/libjpeg/libjpeg.2012.vcxproj @@ -153,6 +153,7 @@ true true ..\..\jpeg-8d;%(AdditionalIncludeDirectories) + 4267;%(DisableSpecificWarnings) Windows @@ -175,6 +176,7 @@ true true ..\..\jpeg-8d;%(AdditionalIncludeDirectories) + 4267;%(DisableSpecificWarnings) Windows @@ -198,6 +200,7 @@ ..\..\jpeg-8d;%(AdditionalIncludeDirectories) false Disabled + 4267;%(DisableSpecificWarnings) Windows @@ -223,6 +226,7 @@ ..\..\jpeg-8d;%(AdditionalIncludeDirectories) false MultiThreadedDebugDLL + 4267;%(DisableSpecificWarnings) Windows diff --git a/libs/win32/mpg123/libmpg123.2012.vcxproj b/libs/win32/mpg123/libmpg123.2012.vcxproj index b62c6083c5..19fdc598ea 100644 --- a/libs/win32/mpg123/libmpg123.2012.vcxproj +++ b/libs/win32/mpg123/libmpg123.2012.vcxproj @@ -247,7 +247,7 @@ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) @@ -265,7 +265,7 @@ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) @@ -289,7 +289,7 @@ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) @@ -313,7 +313,7 @@ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) @@ -332,7 +332,7 @@ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) $(ProjectDir)Debug\$(ProjectName).dll @@ -359,7 +359,7 @@ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) $(ProjectDir)Debug\$(ProjectName).dll @@ -392,7 +392,7 @@ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) $(ProjectDir)Release\$(ProjectName).dll @@ -423,7 +423,7 @@ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) $(ProjectDir)Release\$(ProjectName).dll @@ -447,7 +447,7 @@ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Debug\dct36_3dnow.asm" @@ -534,7 +534,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Debug\dct36_3dnow.asm" @@ -627,7 +627,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Release\dct36_3dnow.asm" @@ -720,7 +720,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ Level3 ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Release\dct36_3dnow.asm" @@ -809,7 +809,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Debug\dct36_3dnow.asm" @@ -903,7 +903,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Debug\dct36_3dnow.asm" @@ -1006,7 +1006,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Release\dct36_3dnow.asm" @@ -1112,7 +1112,7 @@ yasm -a x86 -p gas -r raw -f win32 -g null -m x86 -o "$(ProjectDir)..\libmpg123\ false ProgramDatabase CompileAsC - 4996;%(DisableSpecificWarnings) + 4028;4334;4267;4996;%(DisableSpecificWarnings) cl /I "..\.." /EP /TC "$(ProjectDir)..\..\libmpg123\src\libmpg123\dct36_3dnow.S" /nologo > "$(ProjectDir)..\libmpg123\Release\dct36_3dnow.asm" diff --git a/libs/win32/mpg123/libmpg123.2012.vcxproj.filters b/libs/win32/mpg123/libmpg123.2012.vcxproj.filters index c2b9a2adca..8224e57fbd 100644 --- a/libs/win32/mpg123/libmpg123.2012.vcxproj.filters +++ b/libs/win32/mpg123/libmpg123.2012.vcxproj.filters @@ -15,68 +15,192 @@ - + 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 + + + Header Files + + + Header Files + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/win32/openssl/libeay32.2012.vcxproj b/libs/win32/openssl/libeay32.2012.vcxproj index 5d387c1ae0..7fdb5c8b89 100644 --- a/libs/win32/openssl/libeay32.2012.vcxproj +++ b/libs/win32/openssl/libeay32.2012.vcxproj @@ -106,7 +106,7 @@ if not exist "$(ProjectDir)..\..\openssl-1.0.1c\include\openssl\e_os.h" xcopy "$ Level3 true ProgramDatabase - 4996;%(DisableSpecificWarnings) + 4164;4996;4267;4244;%(DisableSpecificWarnings) false @@ -142,7 +142,7 @@ if not exist "$(ProjectDir)..\..\openssl-1.0.1c\include\openssl\e_os.h" xcopy "$ Level3 ProgramDatabase - 4996;%(DisableSpecificWarnings) + 4164;4996;4267;4244;%(DisableSpecificWarnings) false @@ -176,7 +176,7 @@ if not exist "$(ProjectDir)..\..\openssl-1.0.1c\include\openssl\e_os.h" xcopy "$ Level3 true ProgramDatabase - 4996;%(DisableSpecificWarnings) + 4164;4996;4267;4244;%(DisableSpecificWarnings) false @@ -212,7 +212,7 @@ if not exist "$(ProjectDir)..\..\openssl-1.0.1c\include\openssl\e_os.h" xcopy "$ Level3 ProgramDatabase - 4996;%(DisableSpecificWarnings) + 4164;4996;4267;4244;%(DisableSpecificWarnings) false diff --git a/libs/win32/openssl/openssl.2012.vcxproj b/libs/win32/openssl/openssl.2012.vcxproj index 3c1fc97a01..724c90c160 100644 --- a/libs/win32/openssl/openssl.2012.vcxproj +++ b/libs/win32/openssl/openssl.2012.vcxproj @@ -91,7 +91,7 @@ Level3 true ProgramDatabase - 4996;4133;%(DisableSpecificWarnings) + 4996;4133;4267;4244;%(DisableSpecificWarnings) ws2_32.lib;%(AdditionalDependencies) @@ -119,7 +119,7 @@ Level3 true ProgramDatabase - 4996;4133;%(DisableSpecificWarnings) + 4996;4133;4267;4244;%(DisableSpecificWarnings) ws2_32.lib;%(AdditionalDependencies) @@ -150,7 +150,7 @@ Level3 ProgramDatabase - 4996;4133;%(DisableSpecificWarnings) + 4996;4133;4267;4244;%(DisableSpecificWarnings) ws2_32.lib;%(AdditionalDependencies) @@ -180,7 +180,7 @@ Level3 ProgramDatabase - 4996;4133;%(DisableSpecificWarnings) + 4996;4133;4267;4244;%(DisableSpecificWarnings) ws2_32.lib;%(AdditionalDependencies) diff --git a/libs/win32/openssl/ssleay32.2012.vcxproj b/libs/win32/openssl/ssleay32.2012.vcxproj index f362ef2d8b..d48b571665 100644 --- a/libs/win32/openssl/ssleay32.2012.vcxproj +++ b/libs/win32/openssl/ssleay32.2012.vcxproj @@ -100,6 +100,7 @@ Level3 true ProgramDatabase + 4267;4244;%(DisableSpecificWarnings) $(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories) @@ -127,6 +128,7 @@ Level3 true ProgramDatabase + 4267;4244;%(DisableSpecificWarnings) $(ProjectDir)$(Configuration);%(AdditionalLibraryDirectories) @@ -156,6 +158,7 @@ Level3 ProgramDatabase + 4267;4244;%(DisableSpecificWarnings) %(AdditionalDependencies) @@ -186,6 +189,7 @@ Level3 ProgramDatabase + 4267;4244;%(DisableSpecificWarnings) %(AdditionalDependencies) diff --git a/libs/win32/opus/opus.2012.vcxproj b/libs/win32/opus/opus.2012.vcxproj index c4c7dc946b..85a42fc893 100644 --- a/libs/win32/opus/opus.2012.vcxproj +++ b/libs/win32/opus/opus.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -85,12 +85,13 @@ - HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\..\opus-1.1\silk;..\..\opus-1.1\celt;..\..\opus-1.1\win32;..\..\opus-1.1\include;%(AdditionalIncludeDirectories) MultiThreadedDebugDLL Level3 ProgramDatabase Disabled + 4334;4244;%(DisableSpecificWarnings) MachineX86 @@ -114,12 +115,13 @@ - HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;WIN32;WIN64;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\..\opus-1.1\silk;..\..\opus-1.1\celt;..\..\opus-1.1\win32;..\..\opus-1.1\include;%(AdditionalIncludeDirectories) MultiThreadedDebugDLL Level3 ProgramDatabase Disabled + 4334;4244;%(DisableSpecificWarnings) true @@ -142,12 +144,13 @@ - HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\..\opus-1.1\silk;..\..\opus-1.1\celt;..\..\opus-1.1\win32;..\..\opus-1.1\include;%(AdditionalIncludeDirectories) MultiThreadedDLL Level3 ProgramDatabase true + 4334;4244;%(DisableSpecificWarnings) MachineX86 @@ -174,11 +177,12 @@ - HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H;WIN32;WIN64;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) ..\..\opus-1.1\silk;..\..\opus-1.1\celt;..\..\opus-1.1\win32;..\..\opus-1.1\include;%(AdditionalIncludeDirectories) MultiThreadedDLL Level3 ProgramDatabase + 4334;4244;%(DisableSpecificWarnings) false diff --git a/libs/win32/opus/opus.silk_fixed.2012.vcxproj b/libs/win32/opus/opus.silk_fixed.2012.vcxproj index d80622a4b9..a8be2de5b8 100644 --- a/libs/win32/opus/opus.silk_fixed.2012.vcxproj +++ b/libs/win32/opus/opus.silk_fixed.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -92,6 +92,7 @@ HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include MultiThreadedDebugDLL + 4244;4133;%(DisableSpecificWarnings) Windows @@ -107,6 +108,7 @@ HAVE_CONFIG_H;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) ..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include MultiThreadedDebugDLL + 4244;4133;%(DisableSpecificWarnings) Windows @@ -123,6 +125,7 @@ HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include MultiThreadedDLL + 4244;4133;%(DisableSpecificWarnings) Windows @@ -142,6 +145,7 @@ HAVE_CONFIG_H;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) ..\..\opus-1.1\silk\;..\..\opus-1.1\win32;..\..\opus-1.1\celt;..\..\opus-1.1\include MultiThreadedDLL + 4244;4133;%(DisableSpecificWarnings) Windows diff --git a/libs/win32/pcre/libpcre.2012.vcxproj b/libs/win32/pcre/libpcre.2012.vcxproj index fdd48188de..ad55fa5db5 100644 --- a/libs/win32/pcre/libpcre.2012.vcxproj +++ b/libs/win32/pcre/libpcre.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -137,6 +137,7 @@ MultiThreadedDebugDLL Level3 true + 4267;4244;%(DisableSpecificWarnings) true @@ -152,6 +153,7 @@ MultiThreadedDebugDLL Level3 true + 4267;4244;%(DisableSpecificWarnings) @@ -165,6 +167,7 @@ true Level3 true + 4267;4244;%(DisableSpecificWarnings) true @@ -181,6 +184,7 @@ true Level3 true + 4267;4244;%(DisableSpecificWarnings) true @@ -222,6 +226,7 @@ Level3 true ProgramDatabase + 4267;4244;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -284,6 +289,7 @@ Level3 true ProgramDatabase + 4267;4244;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -346,6 +352,7 @@ $(IntDir) Level3 true + 4267;4244;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -407,6 +414,7 @@ $(IntDir) Level3 true + 4267;4244;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) diff --git a/libs/win32/sofia/libsofia_sip_ua_static.2012.vcxproj b/libs/win32/sofia/libsofia_sip_ua_static.2012.vcxproj index a5d64ced41..fb962037cc 100644 --- a/libs/win32/sofia/libsofia_sip_ua_static.2012.vcxproj +++ b/libs/win32/sofia/libsofia_sip_ua_static.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -91,6 +91,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd" Level4 true true + 4244;4267;4306;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -127,6 +128,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd" Level4 false true + 4244;4267;4306;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -161,6 +163,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd" Level4 true true + 4244;4267;4306;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -198,6 +201,7 @@ if not exist "$(ProjectDir)$(IntDir)\auth_client.obj" "autogen.cmd" Level4 false true + 4244;4267;4306;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) diff --git a/libs/win32/xmlrpc-c/abyss.2012.vcxproj b/libs/win32/xmlrpc-c/abyss.2012.vcxproj index 3c75e4c41a..22dc1562d5 100644 --- a/libs/win32/xmlrpc-c/abyss.2012.vcxproj +++ b/libs/win32/xmlrpc-c/abyss.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -89,6 +89,7 @@ MultiThreadedDebugDLL Level3 true + 4267;4244;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -114,6 +115,7 @@ MultiThreadedDebugDLL Level3 true + 4267;4244;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -137,6 +139,7 @@ true Level3 true + 4267;4244;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -163,6 +166,7 @@ true Level3 true + 4267;4244;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) diff --git a/libs/win32/xmlrpc-c/gennmtab.2012.vcxproj b/libs/win32/xmlrpc-c/gennmtab.2012.vcxproj index 41a93ea7e4..88ef30278c 100644 --- a/libs/win32/xmlrpc-c/gennmtab.2012.vcxproj +++ b/libs/win32/xmlrpc-c/gennmtab.2012.vcxproj @@ -132,6 +132,7 @@ MachineX86 + false true @@ -181,6 +182,7 @@ false + false true diff --git a/libs/win32/xmlrpc-c/xmlparse.2012.vcxproj b/libs/win32/xmlrpc-c/xmlparse.2012.vcxproj index dc790fccf6..fbd1fe4587 100644 --- a/libs/win32/xmlrpc-c/xmlparse.2012.vcxproj +++ b/libs/win32/xmlrpc-c/xmlparse.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -99,6 +99,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -140,6 +141,7 @@ popd true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -178,6 +180,7 @@ popd Level3 true ProgramDatabase + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -219,6 +222,7 @@ popd Level3 true ProgramDatabase + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) diff --git a/libs/win32/xmlrpc-c/xmlrpc.2012.vcxproj b/libs/win32/xmlrpc-c/xmlrpc.2012.vcxproj index 6f4d7a4031..b5c2998870 100644 --- a/libs/win32/xmlrpc-c/xmlrpc.2012.vcxproj +++ b/libs/win32/xmlrpc-c/xmlrpc.2012.vcxproj @@ -91,6 +91,7 @@ MultiThreadedDebugDLL Level3 true + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -120,6 +121,7 @@ MultiThreadedDebugDLL Level3 true + 4267;%(DisableSpecificWarnings) _DEBUG;%(PreprocessorDefinitions) @@ -148,6 +150,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) @@ -178,6 +181,7 @@ true Level3 true + 4267;%(DisableSpecificWarnings) NDEBUG;%(PreprocessorDefinitions) diff --git a/src/mod/applications/mod_blacklist/mod_blacklist.2012.vcxproj b/src/mod/applications/mod_blacklist/mod_blacklist.2012.vcxproj index 6dc8684c06..adce1c84b1 100644 --- a/src/mod/applications/mod_blacklist/mod_blacklist.2012.vcxproj +++ b/src/mod/applications/mod_blacklist/mod_blacklist.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -72,6 +72,7 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -86,6 +87,7 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -98,6 +100,7 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -112,6 +115,7 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/applications/mod_callcenter/mod_callcenter.2012.vcxproj b/src/mod/applications/mod_callcenter/mod_callcenter.2012.vcxproj index 1f5936aaad..b7e2ed7136 100644 --- a/src/mod/applications/mod_callcenter/mod_callcenter.2012.vcxproj +++ b/src/mod/applications/mod_callcenter/mod_callcenter.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -72,6 +72,7 @@ + 4127;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -86,6 +87,7 @@ + 4127;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -98,6 +100,7 @@ + 4127;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -112,6 +115,7 @@ + 4127;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/applications/mod_commands/mod_commands.2012.vcxproj b/src/mod/applications/mod_commands/mod_commands.2012.vcxproj index ee89aebf26..17f198ea9a 100644 --- a/src/mod/applications/mod_commands/mod_commands.2012.vcxproj +++ b/src/mod/applications/mod_commands/mod_commands.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,10 +68,27 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + false false @@ -86,6 +103,7 @@ + false false @@ -98,6 +116,7 @@ + false false @@ -112,6 +131,7 @@ + false false diff --git a/src/mod/applications/mod_conference/mod_conference.2012.vcxproj b/src/mod/applications/mod_conference/mod_conference.2012.vcxproj index 8c27c204e3..cf6308fb22 100644 --- a/src/mod/applications/mod_conference/mod_conference.2012.vcxproj +++ b/src/mod/applications/mod_conference/mod_conference.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,10 +68,27 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + false false @@ -86,6 +103,7 @@ + false false @@ -98,6 +116,7 @@ + false false @@ -112,6 +131,7 @@ + false false diff --git a/src/mod/applications/mod_directory/mod_directory.2012.vcxproj b/src/mod/applications/mod_directory/mod_directory.2012.vcxproj index 0f969cf130..6e3f7a4a49 100644 --- a/src/mod/applications/mod_directory/mod_directory.2012.vcxproj +++ b/src/mod/applications/mod_directory/mod_directory.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,10 +68,28 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false @@ -86,6 +104,8 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false @@ -98,6 +118,8 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false @@ -112,6 +134,8 @@ + 4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false diff --git a/src/mod/applications/mod_dptools/mod_dptools.2012.vcxproj b/src/mod/applications/mod_dptools/mod_dptools.2012.vcxproj index ac01f587d7..84df98e1ad 100644 --- a/src/mod/applications/mod_dptools/mod_dptools.2012.vcxproj +++ b/src/mod/applications/mod_dptools/mod_dptools.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,10 +68,27 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + false false @@ -86,6 +103,7 @@ + false false @@ -98,6 +116,7 @@ + false false @@ -112,6 +131,7 @@ + false false diff --git a/src/mod/applications/mod_enum/mod_enum.2012.vcxproj b/src/mod/applications/mod_enum/mod_enum.2012.vcxproj index baa419c4eb..b809a069a4 100644 --- a/src/mod/applications/mod_enum/mod_enum.2012.vcxproj +++ b/src/mod/applications/mod_enum/mod_enum.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,11 +68,28 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + %(RootDir)%(Directory)..\..\..\..\libs\ldns;%(AdditionalIncludeDirectories) + false ws2_32.lib;%(AdditionalDependencies) @@ -89,6 +106,7 @@ %(RootDir)%(Directory)..\..\..\..\libs\ldns;%(AdditionalIncludeDirectories) + false ws2_32.lib;%(AdditionalDependencies) @@ -103,6 +121,7 @@ %(RootDir)%(Directory)..\..\..\..\libs\ldns;%(AdditionalIncludeDirectories) + false ws2_32.lib;%(AdditionalDependencies) @@ -119,6 +138,7 @@ %(RootDir)%(Directory)..\..\..\..\libs\ldns;%(AdditionalIncludeDirectories) + false ws2_32.lib;%(AdditionalDependencies) diff --git a/src/mod/applications/mod_hash/mod_hash.2012.vcxproj b/src/mod/applications/mod_hash/mod_hash.2012.vcxproj index a017d805c8..f376d6244f 100644 --- a/src/mod/applications/mod_hash/mod_hash.2012.vcxproj +++ b/src/mod/applications/mod_hash/mod_hash.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,12 +68,29 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + ..\..\..\..\libs\esl\src\include;%(AdditionalIncludeDirectories) ESL_DECLARE_STATIC;%(PreprocessorDefinitions) + false false @@ -90,6 +107,7 @@ ..\..\..\..\libs\esl\src\include;%(AdditionalIncludeDirectories) ESL_DECLARE_STATIC;%(PreprocessorDefinitions) + false false @@ -104,6 +122,7 @@ ..\..\..\..\libs\esl\src\include;%(AdditionalIncludeDirectories) ESL_DECLARE_STATIC;%(PreprocessorDefinitions) + false false @@ -120,6 +139,7 @@ ..\..\..\..\libs\esl\src\include;%(AdditionalIncludeDirectories) ESL_DECLARE_STATIC;%(PreprocessorDefinitions) + false false diff --git a/src/mod/applications/mod_httapi/mod_httapi.2012.vcxproj b/src/mod/applications/mod_httapi/mod_httapi.2012.vcxproj index 6a35c17ac1..0efd86736f 100644 --- a/src/mod/applications/mod_httapi/mod_httapi.2012.vcxproj +++ b/src/mod/applications/mod_httapi/mod_httapi.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -72,6 +72,7 @@ + 6053;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -86,6 +87,7 @@ + 6053;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -98,6 +100,7 @@ + 6053;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -112,6 +115,7 @@ + 6053;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/applications/mod_redis/mod_redis.2012.vcxproj b/src/mod/applications/mod_redis/mod_redis.2012.vcxproj index 6302be92af..916d8ee5ec 100644 --- a/src/mod/applications/mod_redis/mod_redis.2012.vcxproj +++ b/src/mod/applications/mod_redis/mod_redis.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,6 +68,22 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + @@ -75,6 +91,11 @@ + + _CRT_SECURE_NO_WARNINGS;_DEBUG;DEBUG;%(PreprocessorDefinitions) + 4706;4306;4996;6340;6246;6011;6387;%(DisableSpecificWarnings) + false + @@ -87,6 +108,11 @@ MachineX64 + + _CRT_SECURE_NO_WARNINGS;_DEBUG;DEBUG;%(PreprocessorDefinitions) + 4706;4306;4996;6340;6246;6011;6387;%(DisableSpecificWarnings) + false + @@ -95,6 +121,11 @@ + + _CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + 4706;4306;4996;6340;6246;6011;6387;%(DisableSpecificWarnings) + false + @@ -107,6 +138,11 @@ MachineX64 + + _CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + 4706;4306;4996;6340;6246;6011;6387;%(DisableSpecificWarnings) + false + diff --git a/src/mod/applications/mod_snom/mod_snom.2012.vcxproj b/src/mod/applications/mod_snom/mod_snom.2012.vcxproj index 1908fff11f..623dc138b9 100644 --- a/src/mod/applications/mod_snom/mod_snom.2012.vcxproj +++ b/src/mod/applications/mod_snom/mod_snom.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -73,6 +73,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) + 6385;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -88,6 +89,7 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) + 6385;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -100,6 +102,7 @@ + 6385;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -114,6 +117,7 @@ + 6385;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/applications/mod_spandsp/mod_spandsp.2012.vcxproj b/src/mod/applications/mod_spandsp/mod_spandsp.2012.vcxproj index 351ef2cf78..223bb55100 100644 --- a/src/mod/applications/mod_spandsp/mod_spandsp.2012.vcxproj +++ b/src/mod/applications/mod_spandsp/mod_spandsp.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,11 +68,29 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + %(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4024;4047;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + false ws2_32.lib;%(AdditionalDependencies) @@ -89,6 +107,8 @@ %(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4024;4047;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + false ws2_32.lib;%(AdditionalDependencies) @@ -103,6 +123,8 @@ %(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4024;4047;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + false ws2_32.lib;%(AdditionalDependencies) @@ -119,6 +141,8 @@ %(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4024;4047;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + false ws2_32.lib;%(AdditionalDependencies) diff --git a/src/mod/applications/mod_voicemail/mod_voicemail.2012.vcxproj b/src/mod/applications/mod_voicemail/mod_voicemail.2012.vcxproj index cdce7e6b31..51a18f8e5e 100644 --- a/src/mod/applications/mod_voicemail/mod_voicemail.2012.vcxproj +++ b/src/mod/applications/mod_voicemail/mod_voicemail.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -72,6 +72,7 @@ + 6385;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -86,6 +87,7 @@ + 6385;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -98,6 +100,7 @@ + 6385;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -112,6 +115,7 @@ + 6385;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/codecs/mod_isac/mod_iSAC.2012.vcxproj b/src/mod/codecs/mod_isac/mod_iSAC.2012.vcxproj index 755af1405b..3e57aaf548 100644 --- a/src/mod/codecs/mod_isac/mod_iSAC.2012.vcxproj +++ b/src/mod/codecs/mod_isac/mod_iSAC.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,10 +68,29 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + _CRT_SECURE_NO_WARNINGS;_DEBUG;DEBUG;%(PreprocessorDefinitions) + 4206;4100;4244;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false @@ -86,6 +105,9 @@ + _CRT_SECURE_NO_WARNINGS;_DEBUG;DEBUG;%(PreprocessorDefinitions) + 4206;4100;4244;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false @@ -98,6 +120,9 @@ + _CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + 4206;4100;4244;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false @@ -112,6 +137,9 @@ + _CRT_SECURE_NO_WARNINGS;NDEBUG;%(PreprocessorDefinitions) + 4206;4100;4244;6340;6246;6011;6387;%(DisableSpecificWarnings) + false false diff --git a/src/mod/endpoints/mod_gsmopen/mod_gsmopen.2012.vcxproj b/src/mod/endpoints/mod_gsmopen/mod_gsmopen.2012.vcxproj index 004558e6b4..26964aed97 100644 --- a/src/mod/endpoints/mod_gsmopen/mod_gsmopen.2012.vcxproj +++ b/src/mod/endpoints/mod_gsmopen/mod_gsmopen.2012.vcxproj @@ -94,6 +94,7 @@ Level4 false + 4554;4324;4389;4244;4267;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -107,6 +108,7 @@ gsmlib\gsmlib-1.10-patched-13ubuntu;libctb-0.16\include;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4554;4324;4389;4244;4267;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -126,6 +128,7 @@ Level4 false + 4554;4324;4389;4244;4267;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -143,6 +146,7 @@ gsmlib\gsmlib-1.10-patched-13ubuntu;libctb-0.16\include;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4554;4324;4389;4244;4267;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/endpoints/mod_portaudio/mod_PortAudio.2012.vcxproj b/src/mod/endpoints/mod_portaudio/mod_PortAudio.2012.vcxproj index 08f20169ad..f28babf744 100644 --- a/src/mod/endpoints/mod_portaudio/mod_PortAudio.2012.vcxproj +++ b/src/mod/endpoints/mod_portaudio/mod_PortAudio.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,6 +68,22 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + %(RootDir)%(Directory)..\..\..\..\libs\portaudio\include;%(AdditionalIncludeDirectories) @@ -75,6 +91,7 @@ 4100;4101;%(DisableSpecificWarnings) + false /NODEFAULTLIB:LIMBCTD %(AdditionalOptions) @@ -95,6 +112,7 @@ 4100;4101;%(DisableSpecificWarnings) + false /NODEFAULTLIB:LIMBCTD %(AdditionalOptions) @@ -113,6 +131,7 @@ 4100;4101;%(DisableSpecificWarnings) + false ksuser.lib;%(AdditionalDependencies) @@ -132,6 +151,7 @@ 4100;4101;%(DisableSpecificWarnings) + false ksuser.lib;%(AdditionalDependencies) @@ -143,7 +163,12 @@ - + + 6011;4100;4101;%(DisableSpecificWarnings) + 6011;4100;4101;%(DisableSpecificWarnings) + 6011;4100;4101;%(DisableSpecificWarnings) + 6011;4100;4101;%(DisableSpecificWarnings) + diff --git a/src/mod/endpoints/mod_rtmp/mod_rtmp.2012.vcxproj b/src/mod/endpoints/mod_rtmp/mod_rtmp.2012.vcxproj index 2b615b19d2..f0a7f46fca 100644 --- a/src/mod/endpoints/mod_rtmp/mod_rtmp.2012.vcxproj +++ b/src/mod/endpoints/mod_rtmp/mod_rtmp.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -70,13 +70,30 @@ true true + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + ./libamf/src;%(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4221;4127;6001;6011;6385;6244;6259;4090;4306;4244;4100;4101;%(DisableSpecificWarnings) + false /NODEFAULTLIB:LIMBCTD %(AdditionalOptions) @@ -92,7 +109,8 @@ _DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4221;4127;6001;6011;6385;6244;6259;4090;4306;4244;4100;4101;%(DisableSpecificWarnings) + false /NODEFAULTLIB:LIMBCTD %(AdditionalOptions) @@ -108,7 +126,8 @@ WIN32;NDEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4221;4127;6001;6011;6385;6244;6259;4090;4306;4244;4100;4101;%(DisableSpecificWarnings) + false %(AdditionalLibraryDirectories) @@ -123,7 +142,8 @@ NDEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4221;4127;6001;6011;6385;6244;6259;4090;4306;4244;4100;4101;%(DisableSpecificWarnings) + false %(AdditionalLibraryDirectories) diff --git a/src/mod/endpoints/mod_skinny/mod_skinny.2012.vcxproj b/src/mod/endpoints/mod_skinny/mod_skinny.2012.vcxproj index 468ca02836..24ab485c82 100644 --- a/src/mod/endpoints/mod_skinny/mod_skinny.2012.vcxproj +++ b/src/mod/endpoints/mod_skinny/mod_skinny.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -70,13 +70,30 @@ true true + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + %(AdditionalIncludeDirectories) WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + false /NODEFAULTLIB:LIMBCTD %(AdditionalOptions) @@ -92,7 +109,8 @@ WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;%(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + false /NODEFAULTLIB:LIMBCTD %(AdditionalOptions) @@ -108,7 +126,8 @@ %(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + false %(AdditionalLibraryDirectories) @@ -123,7 +142,8 @@ %(PreprocessorDefinitions) - 4100;4101;%(DisableSpecificWarnings) + 4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + false %(AdditionalLibraryDirectories) @@ -133,7 +153,12 @@ - + + 4310;4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + 4310;4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + 4310;4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + 4310;4245;4267;4389;4244;6011;4100;4101;%(DisableSpecificWarnings) + diff --git a/src/mod/endpoints/mod_skypopen/mod_skypopen.2012.vcxproj b/src/mod/endpoints/mod_skypopen/mod_skypopen.2012.vcxproj index 3b45d852e3..c4df5721e5 100644 --- a/src/mod/endpoints/mod_skypopen/mod_skypopen.2012.vcxproj +++ b/src/mod/endpoints/mod_skypopen/mod_skypopen.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -75,6 +75,7 @@ Level4 false + 4324;6340;6246;6011;6387;%(DisableSpecificWarnings) rpcrt4.lib "..\..\..\..\libs\spandsp\src\Win32\Debug\libtiff.lib" "..\..\..\..\Win32\Debug\libspandsp.lib" %(AdditionalOptions) @@ -90,6 +91,7 @@ Level4 false + 4324;6340;6246;6011;6387;%(DisableSpecificWarnings) rpcrt4.lib "..\..\..\..\libs\spandsp\src\x64\Debug\libtiff.lib" "..\..\..\..\x64\Debug\libspandsp.lib" %(AdditionalOptions) @@ -103,6 +105,7 @@ %(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4324;6340;6246;6011;6387;%(DisableSpecificWarnings) rpcrt4.lib "..\..\..\..\libs\spandsp\src\Win32\Release\libtiff.lib" "..\..\..\..\Win32\Release\libspandsp.lib" %(AdditionalOptions) @@ -116,6 +119,7 @@ %(RootDir)%(Directory)..\..\..\..\libs\spandsp\src\msvc;%(RootDir)%(Directory)..\..\..\..\libs\spandsp\src;%(RootDir)%(Directory)..\..\..\..\libs\tiff-4.0.2\libtiff;%(RootDir)%(Directory)..\..\..\..\libs\jpeg-8d;%(AdditionalIncludeDirectories) + 4324;6340;6246;6011;6387;%(DisableSpecificWarnings) rpcrt4.lib "..\..\..\..\libs\spandsp\src\x64\Release\libtiff.lib" "..\..\..\..\x64\Release\libspandsp.lib" %(AdditionalOptions) @@ -125,8 +129,22 @@ - - + + /analyze:stacksize65535 + /analyze:stacksize65535 + /analyze:stacksize65535 + /analyze:stacksize65535 + + + 4305;4306;28193;4244;4267;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + 4305;4306;28193;4244;4267;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + 4305;4306;28193;4244;4267;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + 4305;4306;28193;4244;4267;4324;6340;6246;6011;6387;%(DisableSpecificWarnings) + /analyze:stacksize32768 + /analyze:stacksize32768 + /analyze:stacksize32768 + /analyze:stacksize32768 + diff --git a/src/mod/endpoints/mod_sofia/mod_sofia.2012.vcxproj b/src/mod/endpoints/mod_sofia/mod_sofia.2012.vcxproj index ba2517a24c..978e1661c9 100644 --- a/src/mod/endpoints/mod_sofia/mod_sofia.2012.vcxproj +++ b/src/mod/endpoints/mod_sofia/mod_sofia.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,6 +68,22 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + %(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\su;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\nua;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\win32;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\url;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\sip;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\msg;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\sdp;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\nta;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\nea;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\soa;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\iptsec;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\bnf;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\tport;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\sresolv;%(RootDir)%(Directory)..\..\..\..\libs\sofia-sip\libsofia-sip-ua\ipt;%(AdditionalIncludeDirectories) @@ -75,6 +91,7 @@ 4201;%(DisableSpecificWarnings) + false ws2_32.lib;advapi32.lib;iphlpapi.lib;%(AdditionalDependencies) @@ -94,6 +111,7 @@ 4201;%(DisableSpecificWarnings) + false ws2_32.lib;advapi32.lib;iphlpapi.lib;%(AdditionalDependencies) @@ -111,6 +129,7 @@ 4201;%(DisableSpecificWarnings) + false ws2_32.lib;advapi32.lib;iphlpapi.lib;%(AdditionalDependencies) @@ -130,6 +149,7 @@ 4201;%(DisableSpecificWarnings) + false ws2_32.lib;advapi32.lib;iphlpapi.lib;%(AdditionalDependencies) diff --git a/src/mod/formats/mod_tone_stream/mod_tone_stream.2012.vcxproj b/src/mod/formats/mod_tone_stream/mod_tone_stream.2012.vcxproj index 6084cb23f9..08a5a347eb 100644 --- a/src/mod/formats/mod_tone_stream/mod_tone_stream.2012.vcxproj +++ b/src/mod/formats/mod_tone_stream/mod_tone_stream.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -72,6 +72,7 @@ + /analyze:stacksize32768 false @@ -86,6 +87,7 @@ + /analyze:stacksize32768 false @@ -98,6 +100,7 @@ + /analyze:stacksize32768 false @@ -112,6 +115,7 @@ + /analyze:stacksize32768 false diff --git a/src/mod/languages/mod_lua/mod_lua.2012.vcxproj b/src/mod/languages/mod_lua/mod_lua.2012.vcxproj index c1261f9167..30ba641933 100644 --- a/src/mod/languages/mod_lua/mod_lua.2012.vcxproj +++ b/src/mod/languages/mod_lua/mod_lua.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -135,7 +135,12 @@ - + + 4244;4127; 4505;%(DisableSpecificWarnings) + 4244;4127; 4505;%(DisableSpecificWarnings) + 4244;4127; 4505;%(DisableSpecificWarnings) + 4244;4127; 4505;%(DisableSpecificWarnings) + 6385;%(DisableSpecificWarnings) diff --git a/src/mod/languages/mod_managed/mod_managed.2012.vcxproj b/src/mod/languages/mod_managed/mod_managed.2012.vcxproj index 2eb9aedb7d..9d35cafdab 100644 --- a/src/mod/languages/mod_managed/mod_managed.2012.vcxproj +++ b/src/mod/languages/mod_managed/mod_managed.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -164,6 +164,7 @@ false true + /ignore:4248 %(AdditionalOptions) @@ -186,6 +187,7 @@ true false MachineX64 + /ignore:4248 %(AdditionalOptions) @@ -203,6 +205,7 @@ true true true + /ignore:4248 %(AdditionalOptions) @@ -224,6 +227,7 @@ true true MachineX64 + /ignore:4248 %(AdditionalOptions) @@ -244,6 +248,7 @@ false + /ignore:4248 %(AdditionalOptions) @@ -268,6 +273,7 @@ false MachineX64 + /ignore:4248 %(AdditionalOptions) @@ -287,6 +293,7 @@ true true true + /ignore:4248 %(AdditionalOptions) @@ -310,6 +317,7 @@ true true MachineX64 + /ignore:4248 %(AdditionalOptions) diff --git a/src/mod/loggers/mod_logfile/mod_logfile.2012.vcxproj b/src/mod/loggers/mod_logfile/mod_logfile.2012.vcxproj index c4de76afd4..957af8b355 100644 --- a/src/mod/loggers/mod_logfile/mod_logfile.2012.vcxproj +++ b/src/mod/loggers/mod_logfile/mod_logfile.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -72,6 +72,7 @@ + 6297;4334;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -86,6 +87,7 @@ + 6297;4334;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -98,6 +100,7 @@ + 6297;4334;6340;6246;6011;6387;%(DisableSpecificWarnings) false @@ -112,6 +115,7 @@ + 6297;4334;6340;6246;6011;6387;%(DisableSpecificWarnings) false diff --git a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.2012.vcxproj b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.2012.vcxproj index af3305a50c..631e4f783b 100644 --- a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.2012.vcxproj +++ b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.2012.vcxproj @@ -1,4 +1,4 @@ - + @@ -68,12 +68,30 @@ <_ProjectFileVersion>10.0.30319.1 + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + + + NativeMinimumRules.ruleset + false + - $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) + $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) ABYSS_WIN32;%(PreprocessorDefinitions) + 4090;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false ..\..\..\..\libs\xmlrpc\lib;..\..\..\..\libs\xmlrpc\lib\abyss\src\$(OutDir);..\..\..\..\libs\apr-util\xml\expat\lib\LibD;%(AdditionalLibraryDirectories) @@ -87,10 +105,12 @@ X64 - $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) + $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) ABYSS_WIN32;%(PreprocessorDefinitions) + 4090;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false %(AdditionalLibraryDirectories) @@ -102,10 +122,12 @@ - $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) + $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) ABYSS_WIN32;%(PreprocessorDefinitions) + 4090;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false ..\..\..\..\libs\xmlrpc\lib;..\..\..\..\libs\xmlrpc\lib\abyss\src\$(OutDir);..\..\..\..\libs\apr-util\xml\expat\lib\LibR;%(AdditionalLibraryDirectories) @@ -119,10 +141,12 @@ X64 - $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) + $(SolutionDir)libs\openssl-1.0.1c\include;$(SolutionDir)libs\xmlrpc-c\include;$(SolutionDir)libs\xmlrpc-c\lib\abyss\src;$(SolutionDir)libs\xmlrpc-c\lib\util\include;%(AdditionalIncludeDirectories) ABYSS_WIN32;%(PreprocessorDefinitions) + 4090;4306;6340;6246;6011;6387;%(DisableSpecificWarnings) + false %(AdditionalLibraryDirectories) @@ -134,15 +158,15 @@ - + - - {d331904d-a00a-4694-a5a3-fcff64ab5dbe} - - - {b4b62169-5ad4-4559-8707-3d933ac5db39} - + + {d331904d-a00a-4694-a5a3-fcff64ab5dbe} + + + {b4b62169-5ad4-4559-8707-3d933ac5db39} + {d2396dd7-7d38-473a-abb7-6f96d65ae1b9} @@ -160,9 +184,9 @@ false - - - + + + diff --git a/w32/Library/FreeSwitchCore.2012.vcxproj b/w32/Library/FreeSwitchCore.2012.vcxproj index f0c4480777..bbe168a4f9 100644 --- a/w32/Library/FreeSwitchCore.2012.vcxproj +++ b/w32/Library/FreeSwitchCore.2012.vcxproj @@ -93,7 +93,7 @@ Disabled ..\..\src\include;..\..\libs\include;..\..\libs\srtp\include;..\..\libs\srtp\crypto\include;..\..\libs\libteletone\src;..\..\libs\win32\sqlite;..\..\libs\pcre;..\..\libs\stfu;..\..\libs\speex\include;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;..\..\libs\libzrtp\include;..\..\libs\libzrtp\third_party\bgaes;..\..\libs\libzrtp\third_party\bnlib;..\..\libs\libtpl-1.5\src;..\..\libs\libtpl-1.5\src\win;..\..\libs\openssl-1.0.1c\include;..\..\libs\sofia-sip\libsofia-sip-ua\sdp;..\..\libs\sofia-sip\libsofia-sip-ua\su;..\..\libs\sofia-sip\win32;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;PCRE_STATIC;STATICLIB;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;PCRE_STATIC;STATICLIB;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -107,6 +107,8 @@ %(ForcedIncludeFiles) false Default + false + 4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings) true @@ -154,7 +156,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs Disabled ..\..\src\include;..\..\libs\include;..\..\libs\srtp\include;..\..\libs\srtp\crypto\include;..\..\libs\libteletone\src;..\..\libs\win32\sqlite;..\..\libs\pcre;..\..\libs\stfu;..\..\libs\speex\include;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;..\..\libs\libzrtp\include;..\..\libs\libzrtp\third_party\bgaes;..\..\libs\libzrtp\third_party\bnlib;..\..\libs\libtpl-1.5\src;..\..\libs\libtpl-1.5\src\win;..\..\libs\openssl-1.0.1c\include;..\..\libs\sofia-sip\libsofia-sip-ua\sdp;..\..\libs\sofia-sip\libsofia-sip-ua\su;..\..\libs\sofia-sip\win32;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;PCRE_STATIC;STATICLIB;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;PCRE_STATIC;STATICLIB;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -167,6 +169,8 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs ProgramDatabase %(ForcedIncludeFiles) false + false + 4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings) true @@ -206,7 +210,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MaxSpeed ..\..\src\include;..\..\libs\include;..\..\libs\srtp\include;..\..\libs\srtp\crypto\include;..\..\libs\libteletone\src;..\..\libs\win32\sqlite;..\..\libs\pcre;..\..\libs\stfu;..\..\libs\speex\include;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;..\..\libs\libzrtp\include;..\..\libs\libzrtp\third_party\bgaes;..\..\libs\libzrtp\third_party\bnlib;..\..\libs\libtpl-1.5\src;..\..\libs\libtpl-1.5\src\win;..\..\libs\openssl-1.0.1c\include;..\..\libs\sofia-sip\libsofia-sip-ua\sdp;..\..\libs\sofia-sip\libsofia-sip-ua\su;..\..\libs\sofia-sip\win32;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;STATICLIB;CRASH_PROT;PCRE_STATIC;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;STATICLIB;CRASH_PROT;PCRE_STATIC;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) MultiThreadedDLL Create switch.h @@ -216,6 +220,8 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs true ProgramDatabase false + false + 4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings) true @@ -255,7 +261,7 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs MaxSpeed ..\..\src\include;..\..\libs\include;..\..\libs\srtp\include;..\..\libs\srtp\crypto\include;..\..\libs\libteletone\src;..\..\libs\win32\sqlite;..\..\libs\pcre;..\..\libs\stfu;..\..\libs\speex\include;..\..\libs\spandsp\src\msvc;..\..\libs\spandsp\src;..\..\libs\tiff-4.0.2\libtiff;..\..\libs\libzrtp\include;..\..\libs\libzrtp\third_party\bgaes;..\..\libs\libzrtp\third_party\bnlib;..\..\libs\libtpl-1.5\src;..\..\libs\libtpl-1.5\src\win;..\..\libs\openssl-1.0.1c\include;..\..\libs\sofia-sip\libsofia-sip-ua\sdp;..\..\libs\sofia-sip\libsofia-sip-ua\su;..\..\libs\sofia-sip\win32;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;STATICLIB;CRASH_PROT;PCRE_STATIC;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_WINDOWS;_USRDLL;FREESWITCHCORE_EXPORTS;STATICLIB;CRASH_PROT;PCRE_STATIC;ENABLE_ZRTP;TPL_NOLIB;STFU_EXPORTS;LIBSOFIA_SIP_UA_STATIC;HAVE_OPENSSL;HAVE_OPENSSL_DTLS_SRTP;HAVE_OPENSSL_DTLS;%(PreprocessorDefinitions) MultiThreadedDLL Create switch.h @@ -265,6 +271,8 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs false ProgramDatabase false + false + 4703;4305;4306;4701;4996;4018;4389;4996;4267;4244;4127;4100;4232;6340;6246;6011;6387;%(DisableSpecificWarnings) true @@ -411,10 +419,14 @@ if not exist "$(OutDir)htdocs" xcopy "$(SolutionDir)htdocs\*.*" "$(OutDir)htdocs - /analyze:stacksize30000 %(AdditionalOptions) - /analyze:stacksize30000 %(AdditionalOptions) - /analyze:stacksize30000 %(AdditionalOptions) - /analyze:stacksize30000 %(AdditionalOptions) + + + + + + + + 28183;6387;%(DisableSpecificWarnings) 28183;6387;%(DisableSpecificWarnings) 28183;6387;%(DisableSpecificWarnings) diff --git a/w32/winlibs.props b/w32/winlibs.props index 2a41eacedd..06287431c5 100644 --- a/w32/winlibs.props +++ b/w32/winlibs.props @@ -9,7 +9,13 @@ true + false + + false + 6340;6246;6011;6387;%(DisableSpecificWarnings) + false + kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;Ws2_32.lib;Iphlpapi.lib;Winmm.lib;%(AdditionalDependencies)