aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.proj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-04-26 11:26:59 +0200
committerSimon Rozman <simon@rozman.si>2019-04-26 13:44:44 +0200
commit5094737f8cddab65bd171a5b687b211a1822fed0 (patch)
tree74ed255c447a12de4f808d6a40723ea9769ac2d1 /wintun.proj
parentQuote platform names (diff)
downloadwintun-5094737f8cddab65bd171a5b687b211a1822fed0.tar.xz
wintun-5094737f8cddab65bd171a5b687b211a1822fed0.zip
Split driver setup to EV signed (<Win10) and WHQL signed (>=Win10)
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.proj')
-rw-r--r--wintun.proj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wintun.proj b/wintun.proj
index 45faaa1..bd4a32c 100644
--- a/wintun.proj
+++ b/wintun.proj
@@ -63,10 +63,10 @@
<!--
MSM Building
-->
- <Target Name="MSM-x86" DependsOnTargets="Build" Outputs="$(DistributionDir)wintun-x86-$(WintunVersionStr).msm">
+ <Target Name="MSM-x86" Outputs="$(DistributionDir)wintun-x86-$(WintunVersionStr).msm">
<MSBuild Projects="wintun.wixproj" Targets="Build" Properties="Configuration=Release;Platform=x86"/>
</Target>
- <Target Name="MSM-amd64" DependsOnTargets="Build" Outputs="$(DistributionDir)wintun-amd64-$(WintunVersionStr).msm">
+ <Target Name="MSM-amd64" Outputs="$(DistributionDir)wintun-amd64-$(WintunVersionStr).msm">
<MSBuild Projects="wintun.wixproj" Targets="Build" Properties="Configuration=Release;Platform=x64"/>
</Target>
</Project>