From 3e685569a18b35e9a6a0b8a415eb7840664b49b6 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 25 Aug 2021 12:02:01 +0200 Subject: props: inverse SDVHacks logic SDV is allergic to code analysis. So, when we're doing SDV (SDVHacks is "true"), we need to turn the code analysis off. Signed-off-by: Simon Rozman --- wintun.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wintun.props b/wintun.props index d0fcfd6..6d010fe 100644 --- a/wintun.props +++ b/wintun.props @@ -96,8 +96,8 @@ $(IntDir) ..\$(Configuration)\$(WintunPlatform)\$(ProjectName)\ - - true + + false AllRules.ruleset -- cgit v1.2.3-59-g8ed1b