aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.vcxproj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-16 11:14:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2020-10-30 16:51:00 +0100
commitb79703bba8e6140d82114952c420f4a5e60993f8 (patch)
treedda875a2dd54ce37bdd32c79b57f698b937b1610 /wintun.vcxproj
parentapi: test the temporary driver idea (diff)
downloadwintun-b79703bba8e6140d82114952c420f4a5e60993f8.tar.xz
wintun-b79703bba8e6140d82114952c420f4a5e60993f8.zip
vcxproj: swap configuration and platform subfolder hierarchy
This should allow wintun.dll to simplify referencing same configuration but different platform wintun.dll for WoW64 support. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.vcxproj')
-rw-r--r--wintun.vcxproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/wintun.vcxproj b/wintun.vcxproj
index abe4a17..f968c6b 100644
--- a/wintun.vcxproj
+++ b/wintun.vcxproj
@@ -106,8 +106,8 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>15.0.28127.55</_ProjectFileVersion>
- <IntDir>$(WintunPlatform)\$(ConfigurationName)\</IntDir>
- <OutDir>$(WintunPlatform)\$(ConfigurationName)\</OutDir>
+ <IntDir>$(ConfigurationName)\$(WintunPlatform)\</IntDir>
+ <OutDir>$(ConfigurationName)\$(WintunPlatform)\</OutDir>
<RunCodeAnalysis>true</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">