From 7ef082ca26ee36b36d3e012090f3b18feb5ac2a3 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Tue, 8 Mar 2022 19:44:07 +0100 Subject: [PATCH] UnitTests: Enable PREfast and code analysis Signed-off-by: Simon Rozman --- UnitTests/UnitTests.vcxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UnitTests/UnitTests.vcxproj b/UnitTests/UnitTests.vcxproj index be8c8280..e7f537c4 100644 --- a/UnitTests/UnitTests.vcxproj +++ b/UnitTests/UnitTests.vcxproj @@ -63,6 +63,10 @@ + + true + NativeRecommendedRules.ruleset + true @@ -73,6 +77,7 @@ Use Level4 + true true ..\include;$(VCInstallDir)UnitTest\include;%(AdditionalIncludeDirectories) true