aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.vcxproj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-03-28 13:44:07 +0100
committerSimon Rozman <simon@rozman.si>2019-03-28 14:30:44 +0100
commit55e911020ef4626f01e8760540c32a6cfeea5036 (patch)
treeb0d800c9390e6c21e646790c8b13433faa2ed396 /wintun.vcxproj
parentLimit minimum size of exchange buffer (diff)
downloadwintun-55e911020ef4626f01e8760540c32a6cfeea5036.tar.xz
wintun-55e911020ef4626f01e8760540c32a6cfeea5036.zip
Add documentation files to the .vcxproj
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.vcxproj')
-rw-r--r--wintun.vcxproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/wintun.vcxproj b/wintun.vcxproj
index b2a3bc9..1ed55a4 100644
--- a/wintun.vcxproj
+++ b/wintun.vcxproj
@@ -178,6 +178,10 @@
<Inf Include="wintun.inf" />
<FilesToPackage Include="$(TargetPath)" Condition="'$(ConfigurationType)'=='Driver' or '$(ConfigurationType)'=='DynamicLibrary'" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="COPYING" />
+ <None Include="README.md" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project> \ No newline at end of file