aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.vcxproj
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-07-18 10:25:37 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-18 10:34:38 +0000
commit58ce3c50002f348401ea2faaf5574915e078ec63 (patch)
tree8a261a93b9e6af9078a6fdc3fcde58e5847b06b9 /wintun.vcxproj
parentREADME: clarify ring usage (diff)
downloadwintun-58ce3c50002f348401ea2faaf5574915e078ec63.tar.xz
wintun-58ce3c50002f348401ea2faaf5574915e078ec63.zip
Piggy-back on top of NDIS' device object instead of adding our own
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'wintun.vcxproj')
-rw-r--r--wintun.vcxproj3
1 files changed, 0 insertions, 3 deletions
diff --git a/wintun.vcxproj b/wintun.vcxproj
index 4d72a65..693e3db 100644
--- a/wintun.vcxproj
+++ b/wintun.vcxproj
@@ -176,9 +176,6 @@
<Inf Include="wintun.inf" />
<FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" />
</ItemGroup>
- <ItemGroup>
- <ClInclude Include="undocumented.h" />
- </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project> \ No newline at end of file