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/Mount/Mount.vcxproj | 4 ++++ src/Mount/Mount.vcxproj.filters | 12 ++++++++++++ 2 files changed, 16 insertions(+) (limited to 'src/Mount') diff --git a/src/Mount/Mount.vcxproj b/src/Mount/Mount.vcxproj index 9a56b49e..8e7d894d 100644 --- a/src/Mount/Mount.vcxproj +++ b/src/Mount/Mount.vcxproj @@ -274,6 +274,8 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: + + @@ -339,6 +341,8 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-x64.exe" >NUL: + + diff --git a/src/Mount/Mount.vcxproj.filters b/src/Mount/Mount.vcxproj.filters index b29330c4..fcc9445e 100644 --- a/src/Mount/Mount.vcxproj.filters +++ b/src/Mount/Mount.vcxproj.filters @@ -102,6 +102,12 @@ Source Files\Common + + Source Files\Common + + + Source Files\Common + @@ -205,6 +211,12 @@ Header Files + + Header Files + + + Header Files + -- cgit v1.2.3