summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/ovsext.vcxproj.user
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2019-04-03 20:48:03 +0300
committerAlin Gabriel Serdean <aserdean@ovn.org>2019-05-09 15:11:08 +0300
commit1881a1a459d86a814b46d8eeb29aa51062ab658d (patch)
tree3073f7d0b82d4d711465ff283c4240408b883d93 /datapath-windows/ovsext/ovsext.vcxproj.user
parente045ef158632ddec4288881f9ab75d3d9d83e707 (diff)
downloadopenvswitch-1881a1a459d86a814b46d8eeb29aa51062ab658d.tar.gz
datapath-windows: Add Win10Analyze target
This patch adds a new target called `Win10Analyze` to the driver solution. It enables us to trigger static analysis over the Win10 target. Since the location of the ruleset of drivers is somewhat random starting from 1803: https://www.osr.com/blog/2018/05/21/wdk-1803-ca/ Commit the ruleset inside our repository. This is the same ruleset used for 8,8.1 and 10. Signed-off-by: Alin Gabriel Serdean <aserdean@ovn.org> Acked-by: Anand Kumar <kumaranand@vmware.com>
Diffstat (limited to 'datapath-windows/ovsext/ovsext.vcxproj.user')
-rw-r--r--datapath-windows/ovsext/ovsext.vcxproj.user5
1 files changed, 4 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/ovsext.vcxproj.user b/datapath-windows/ovsext/ovsext.vcxproj.user
index 6231d93f7..5b0c53539 100644
--- a/datapath-windows/ovsext/ovsext.vcxproj.user
+++ b/datapath-windows/ovsext/ovsext.vcxproj.user
@@ -15,6 +15,9 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Debug|x64'">
<SignMode>TestSign</SignMode>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10Analyze|x64'">
+ <SignMode>TestSign</SignMode>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Release|x64'">
<SignMode>TestSign</SignMode>
</PropertyGroup>
@@ -24,4 +27,4 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Release|x64'">
<SignMode>TestSign</SignMode>
</PropertyGroup>
-</Project>
+</Project> \ No newline at end of file