summaryrefslogtreecommitdiff
path: root/datapath-windows/Package/package.VcxProj.user
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-05-23 17:59:07 +0000
committerGurucharan Shetty <guru@ovn.org>2017-05-25 08:49:35 -0700
commit0a1f9718a31784100c08cfad2df4bb6006e2b0a5 (patch)
treeb47db91f9642578d836606626e80ee7f3ba6038d /datapath-windows/Package/package.VcxProj.user
parentad91a8e61c368fb13beb3a3100d84301fbf71dd4 (diff)
downloadopenvswitch-0a1f9718a31784100c08cfad2df4bb6006e2b0a5.tar.gz
datapath-windows: add two new build targets for code analysis
Add two new build targets: 'Win8Analyze' and 'Win8.1Analyze'. The new build targets have the static code analyzer (built in Visual Studio feature). This patch also introduces a new make target ('datapath_windows_analyze') this can be added to the CI jobs to get a list warnings/errors issued by the code analyzer. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Anand Kumar <kumaranand@vmware.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'datapath-windows/Package/package.VcxProj.user')
-rw-r--r--datapath-windows/Package/package.VcxProj.user6
1 files changed, 6 insertions, 0 deletions
diff --git a/datapath-windows/Package/package.VcxProj.user b/datapath-windows/Package/package.VcxProj.user
index 75ea9d7d0..6231d93f7 100644
--- a/datapath-windows/Package/package.VcxProj.user
+++ b/datapath-windows/Package/package.VcxProj.user
@@ -3,9 +3,15 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8 Debug|x64'">
<SignMode>TestSign</SignMode>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8Analyze|x64'">
+ <SignMode>TestSign</SignMode>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1 Debug|x64'">
<SignMode>TestSign</SignMode>
</PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win8.1Analyze|x64'">
+ <SignMode>TestSign</SignMode>
+ </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Win10 Debug|x64'">
<SignMode>TestSign</SignMode>
</PropertyGroup>