aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-07-29 04:08:41 +0200
committerSimon Rozman <simon@rozman.si>2021-07-30 10:40:27 +0200
commit86521458e3985b42a5f603eb4008daf05f163fec (patch)
tree2736d79ae217b9f60db7844a99a93eb7ec3f9631 /example
parenteditorconfig: farewell wix (diff)
downloadwintun-86521458e3985b42a5f603eb4008daf05f163fec.tar.xz
wintun-86521458e3985b42a5f603eb4008daf05f163fec.zip
props: use ForcedTargetVersion for override
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'example')
-rw-r--r--example/example.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/example.vcxproj b/example/example.vcxproj
index 3e5bb35..22b1eac 100644
--- a/example/example.vcxproj
+++ b/example/example.vcxproj
@@ -8,7 +8,7 @@
<PropertyGroup Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<PlatformToolset>WindowsApplicationForDrivers10.0</PlatformToolset>
- <TargetVersion>Windows10</TargetVersion>
+ <ForcedTargetVersion>Windows10</ForcedTargetVersion>
</PropertyGroup>
<Import Project="..\wintun.props" />
<ItemDefinitionGroup>