Add SDVView target
This invokes SDV GUI for easier review of SDV reported defects. Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
28ba2d4600
commit
b666f587d5
@ -66,6 +66,9 @@
|
||||
<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
|
||||
|
Loading…
Reference in New Issue
Block a user