From 4cf9db9f9556ab1127f5bce91db6c02028637b57 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Sun, 14 Aug 2016 02:20:42 +0200 Subject: Windows: Add XZip library files (http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w) --- src/Setup/Setup.vcxproj | 4 ++++ src/Setup/Setup.vcxproj.filters | 12 ++++++++++++ 2 files changed, 16 insertions(+) (limited to 'src/Setup') diff --git a/src/Setup/Setup.vcxproj b/src/Setup/Setup.vcxproj index 5d651249..c319dc1f 100644 --- a/src/Setup/Setup.vcxproj +++ b/src/Setup/Setup.vcxproj @@ -129,6 +129,8 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL + + @@ -172,6 +174,8 @@ copy Debug\VeraCryptSetup.exe "..\Debug\Setup Files\VeraCrypt Setup.exe" >NUL + + diff --git a/src/Setup/Setup.vcxproj.filters b/src/Setup/Setup.vcxproj.filters index 60259901..6f288370 100644 --- a/src/Setup/Setup.vcxproj.filters +++ b/src/Setup/Setup.vcxproj.filters @@ -63,6 +63,12 @@ Source Files\Common + + Source Files\Common + + + Source Files\Common + @@ -148,6 +154,12 @@ Header Files + + Header Files + + + Header Files + -- cgit v1.2.3