aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-->