From 9f31f278400570d949b85350290753cdeea30a9c Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 19 Apr 2019 15:24:39 +0200 Subject: Switch from NMake to MSBuild This allows common version and other configuration in wintun.props. - MSM packaging migrated to WiX MSBuild project and extended to support digital signing - Building supports single Platform|Configuration per run - again :( - wintun.vcxproj cleanup Signed-off-by: Simon Rozman --- wintun.proj | 100 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 wintun.proj (limited to 'wintun.proj') diff --git a/wintun.proj b/wintun.proj new file mode 100644 index 0000000..344fa73 --- /dev/null +++ b/wintun.proj @@ -0,0 +1,100 @@ + + + + + + + Release + amd64 + $(Platform)\$(Configuration)\ + + + + + + + Win32 + x86 + + + x64 + x64 + + + ARM64 + arm64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(DistributionDir) + wintun-$(WintunPlatform)-$(WintunVersionStr) + .msm + $(MSMName)$(MSMExt) + $(MSMDir)$(MSMFileName) + + + + + -- cgit v1.2.3-59-g8ed1b