From 4eb3c1f7c0399271f7e7b3cc9067553d4cdef745 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 12 Apr 2019 09:04:49 +0200 Subject: [PATCH] Enable code analysis on Release build and set it to DriverMustFixRules Wintun will need to deliver code analysis results of Release build to WHLK. Signed-off-by: Simon Rozman --- wintun.vcxproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/wintun.vcxproj b/wintun.vcxproj index 94a3a7f..554fba2 100644 --- a/wintun.vcxproj +++ b/wintun.vcxproj @@ -82,12 +82,18 @@ <_ProjectFileVersion>15.0.28127.55 - + + true + $(WDKContentRoot)CodeAnalysis\DriverMustFixRules.ruleset + true AllRules.ruleset - + + true + $(WDKContentRoot)CodeAnalysis\DriverMustFixRules.ruleset + true AllRules.ruleset @@ -96,6 +102,7 @@ WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_REV=$(WintunVersionRev);WINTUN_VERSION_BUILD=$(WintunVersionBuild);WINTUN_VERSION_STR="$(WintunVersionStr)";%(PreprocessorDefinitions) Level4 + true WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_REV=$(WintunVersionRev);WINTUN_VERSION_BUILD=$(WintunVersionBuild);WINTUN_VERSION_STR="$(WintunVersionStr)";%(PreprocessorDefinitions) @@ -134,6 +141,7 @@ WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_REV=$(WintunVersionRev);WINTUN_VERSION_BUILD=$(WintunVersionBuild);WINTUN_VERSION_STR="$(WintunVersionStr)";%(PreprocessorDefinitions) Level4 + true WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_REV=$(WintunVersionRev);WINTUN_VERSION_BUILD=$(WintunVersionBuild);WINTUN_VERSION_STR="$(WintunVersionStr)";%(PreprocessorDefinitions)