From ad4b1726609eb0e3f2dd63ca21791e20ea750fb3 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Wed, 7 Mar 2018 21:15:57 -0800 Subject: [PATCH] Remove build warnings and turn on warning as errors in IISLib. (#641) --- src/CommonLib/CommonLib.vcxproj | 1 + src/IISLib/IISLib.vcxproj | 10 +++++++--- src/RequestHandler/RequestHandler.vcxproj | 6 ++++++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/src/CommonLib/CommonLib.vcxproj b/src/CommonLib/CommonLib.vcxproj index 3a72db72e7..dfcc6725bb 100644 --- a/src/CommonLib/CommonLib.vcxproj +++ b/src/CommonLib/CommonLib.vcxproj @@ -94,6 +94,7 @@ true MultiThreadedDebug false + ProgramDatabase Windows diff --git a/src/IISLib/IISLib.vcxproj b/src/IISLib/IISLib.vcxproj index 05a4e90bf5..7d51023d63 100644 --- a/src/IISLib/IISLib.vcxproj +++ b/src/IISLib/IISLib.vcxproj @@ -80,6 +80,7 @@ ProgramDatabase MultiThreadedDebug false + true Windows @@ -90,13 +91,14 @@ - Level4 + Level3 Disabled WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true ProgramDatabase MultiThreadedDebug false + true Windows @@ -105,7 +107,7 @@ - Level4 + Level3 MaxSpeed @@ -115,6 +117,7 @@ true MultiThreaded false + true Windows @@ -125,7 +128,7 @@ - Level4 + Level3 MaxSpeed @@ -135,6 +138,7 @@ true MultiThreaded false + true Windows diff --git a/src/RequestHandler/RequestHandler.vcxproj b/src/RequestHandler/RequestHandler.vcxproj index b873d18fa9..5a0ff2a9cf 100644 --- a/src/RequestHandler/RequestHandler.vcxproj +++ b/src/RequestHandler/RequestHandler.vcxproj @@ -75,6 +75,12 @@ aspnetcorerh + + false + + + false + NotUsing