From 22e2da002d8ad18b3d3f1286191f03854939f3c4 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Mon, 22 Jul 2019 07:36:21 +0000 Subject: Rewrite installer logic in C Signed-off-by: Jason A. Donenfeld --- wintun.props | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'wintun.props') diff --git a/wintun.props b/wintun.props index 61ab893..5ca27c5 100644 --- a/wintun.props +++ b/wintun.props @@ -1,6 +1,6 @@ - + @@ -20,4 +20,25 @@ dist\ sdv\ + + + WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_STR="$(WintunVersionStr)";%(PreprocessorDefinitions) + Level4 + + + WINTUN_VERSION_MAJ=$(WintunVersionMaj);WINTUN_VERSION_MIN=$(WintunVersionMin);WINTUN_VERSION_STR="$(WintunVersionStr)";%(PreprocessorDefinitions) + + + + + MaxSpeed + true + Speed + + + + + Disabled + + -- cgit v1.2.3-59-g8ed1b