aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-07-31 13:53:37 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-08-02 09:43:32 +0000
commitb666f587d5db769a72de45f3232eb95fd3858854 (patch)
treea664c924ad5b3706096ef6e47f0db4dcef1be740
parentSeparate out atomic helpers (diff)
downloadwintun-b666f587d5db769a72de45f3232eb95fd3858854.tar.xz
wintun-b666f587d5db769a72de45f3232eb95fd3858854.zip
Add SDVView target
This invokes SDV GUI for easier review of SDV reported defects. Signed-off-by: Simon Rozman <simon@rozman.si>
-rw-r--r--wintun.proj5
1 files changed, 4 insertions, 1 deletions
diff --git a/wintun.proj b/wintun.proj
index 87cf39c..1370702 100644
--- a/wintun.proj
+++ b/wintun.proj
@@ -66,7 +66,10 @@
<Target Name="SDV" Outputs="$(SDVDir)SDV.DVL.xml;amd64\Release\vc.nativecodeanalysis.all.xml">
<MSBuild Projects="wintun.vcxproj" Targets="sdv" Properties="Inputs=/check:*;Configuration=Release;Platform=x64"/>
</Target>
-
+ <Target Name="SDVView">
+ <MSBuild Projects="wintun.vcxproj" Targets="sdv" Properties="Inputs=/view;Configuration=Release;Platform=x64"/>
+ </Target>
+
<!--
Driver Verification Log
-->