aboutsummaryrefslogtreecommitdiffstats
path: root/wintun.proj
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2020-10-25 20:46:45 +0100
committerSimon Rozman <simon@rozman.si>2020-10-31 10:15:15 +0100
commit1170f564463caa737ed20b7cdfbd617c6af2ee55 (patch)
tree1f3442c981990e7f4972cbc6059018a2b7ebf60d /wintun.proj
parentapi: use catalog file for signing certificate extraction (diff)
downloadwintun-1170f564463caa737ed20b7cdfbd617c6af2ee55.tar.xz
wintun-1170f564463caa737ed20b7cdfbd617c6af2ee55.zip
api: move files from root to wintun folder within Zip
Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to 'wintun.proj')
-rw-r--r--wintun.proj14
1 files changed, 7 insertions, 7 deletions
diff --git a/wintun.proj b/wintun.proj
index 826b079..94a3cab 100644
--- a/wintun.proj
+++ b/wintun.proj
@@ -99,13 +99,13 @@
<ZipIntDir>$(DistributionDir).tmp\</ZipIntDir>
</PropertyGroup>
<ItemGroup>
- <ZipFilesSrc Include="COPYING" /><ZipFilesDst Include="$(ZipIntDir)COPYING" />
- <ZipFilesSrc Include="README.md" /><ZipFilesDst Include="$(ZipIntDir)README.md" />
- <ZipFilesSrc Include="api\wintun.h" /><ZipFilesDst Include="$(ZipIntDir)include\wintun.h" />
- <ZipFilesSrc Include="$(Configuration)\amd64\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)bin\amd64\wintun.dll" />
- <ZipFilesSrc Include="$(Configuration)\arm\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)bin\arm\wintun.dll" />
- <ZipFilesSrc Include="$(Configuration)\arm64\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)bin\arm64\wintun.dll" />
- <ZipFilesSrc Include="$(Configuration)\x86\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)bin\x86\wintun.dll" />
+ <ZipFilesSrc Include="COPYING" /><ZipFilesDst Include="$(ZipIntDir)wintun\COPYING" />
+ <ZipFilesSrc Include="README.md" /><ZipFilesDst Include="$(ZipIntDir)wintun\README.md" />
+ <ZipFilesSrc Include="api\wintun.h" /><ZipFilesDst Include="$(ZipIntDir)wintun\include\wintun.h" />
+ <ZipFilesSrc Include="$(Configuration)\amd64\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)wintun\bin\amd64\wintun.dll" />
+ <ZipFilesSrc Include="$(Configuration)\arm\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)wintun\bin\arm\wintun.dll" />
+ <ZipFilesSrc Include="$(Configuration)\arm64\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)wintun\bin\arm64\wintun.dll" />
+ <ZipFilesSrc Include="$(Configuration)\x86\wintun.dll" /><ZipFilesDst Include="$(ZipIntDir)wintun\bin\x86\wintun.dll" />
</ItemGroup>
<Target Name="Zip"
Inputs="@(ZipFilesSrc)"