aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.props
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-08-05 13:32:03 +0200
committerSimon Rozman <simon@rozman.si>2019-08-05 17:14:27 +0200
commitfa715c48638c7316ed6eaf555e664fa39b302d5e (patch)
tree12b8a6e06e6b3d4b0b83a5bb6389a4199a71cdb5 /wintun.props
parentDynamically gather signtool full path (diff)
downloadwintun-fa715c48638c7316ed6eaf555e664fa39b302d5e.tar.xz
wintun-fa715c48638c7316ed6eaf555e664fa39b302d5e.zip
Use WiX directly rather than via WiX's MSBuild
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.props')
-rw-r--r--wintun.props3
1 files changed, 1 insertions, 2 deletions
diff --git a/wintun.props b/wintun.props
index b09cde7..84fae52 100644
--- a/wintun.props
+++ b/wintun.props
@@ -11,8 +11,7 @@
<WintunVersionStr>0.6</WintunVersionStr><!-- Used in filenames and ProductVersion resource string, may contain strings. -->
<WintunVersion>$(WintunVersionMaj).$(WintunVersionMin)</WintunVersion><!-- Used for versioning, must be n.n[.n[.n]]. -->
- <!-- .vcxproj and .wixproj are using different platform names. -->
- <WintunPlatform Condition="'$(Platform)'=='x86'">x86</WintunPlatform>
+ <!-- .vcxproj are using different platform names. -->
<WintunPlatform Condition="'$(Platform)'=='Win32'">x86</WintunPlatform>
<WintunPlatform Condition="'$(Platform)'=='x64'">amd64</WintunPlatform>
<WintunPlatform Condition="'$(Platform)'=='ARM64'">arm64</WintunPlatform>