From 33680cbe9ba9f721d25c3bdc136fe5b18dab0241 Mon Sep 17 00:00:00 2001 From: Alexander Riccio Date: Fri, 5 Jun 2015 16:21:06 -0400 Subject: [PATCH] +static-analysis config, ++(warning levels) --- src/Native/Native.vcxproj | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Native/Native.vcxproj b/src/Native/Native.vcxproj index 74370e78..9c83b8dd 100644 --- a/src/Native/Native.vcxproj +++ b/src/Native/Native.vcxproj @@ -48,17 +48,21 @@ $(BuildRoot)Binaries\Debug\ VsChromium.Native $(VC_IncludePath);$(WindowsSDK_IncludePath);.. + AllRules.ruleset + true false $(BuildRoot)Binaries\Release\ VsChromium.Native $(VC_IncludePath);$(WindowsSDK_IncludePath);.. + AllRules.ruleset + true Use - Level3 + Level4 MaxSpeed WIN32;NDEBUG;_WINDOWS;_USRDLL;VSCHROMIUMNATIVE_EXPORTS;%(PreprocessorDefinitions) true @@ -70,6 +74,7 @@ NoListing false MultiThreaded + true Windows @@ -79,7 +84,7 @@ - Level3 + Level4 Use MaxSpeed true @@ -88,6 +93,7 @@ MultiThreaded + true Windows