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.props | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 wintun.props (limited to 'wintun.props') diff --git a/wintun.props b/wintun.props new file mode 100644 index 0000000..4ad435c --- /dev/null +++ b/wintun.props @@ -0,0 +1,23 @@ + + + + + 0 + 1 + 0.1 + $(WintunVersionMaj).$(WintunVersionMin) + + + x86 + x86 + amd64 + arm64 + + dist\ + sdv\ + + \ No newline at end of file -- cgit v1.2.3-59-g8ed1b