diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-01 17:11:49 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2017-06-02 23:09:22 +0200 |
commit | 345a50d9764c496effe8b6ae3505b27a996f5e16 (patch) | |
tree | 8b7d5ddb74bdcae5c0d442924f4a200a40121346 /src/ExpandVolume/ExpandVolume.vcxproj | |
parent | 55aa098295567868af26ca753e33cd9907d3b33d (diff) | |
download | VeraCrypt-345a50d9764c496effe8b6ae3505b27a996f5e16.tar.gz VeraCrypt-345a50d9764c496effe8b6ae3505b27a996f5e16.zip |
Windows: remove reference to unused files XUnzip.h/XZip.h in Visual Studio projects
Diffstat (limited to 'src/ExpandVolume/ExpandVolume.vcxproj')
-rw-r--r-- | src/ExpandVolume/ExpandVolume.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ExpandVolume/ExpandVolume.vcxproj b/src/ExpandVolume/ExpandVolume.vcxproj index 773f6115..bcbfb310 100644 --- a/src/ExpandVolume/ExpandVolume.vcxproj +++ b/src/ExpandVolume/ExpandVolume.vcxproj @@ -529,8 +529,6 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCryptExpander-x64.exe" >NUL: <ClInclude Include="..\Common\Dlgcode.h" /> <ClInclude Include="..\Common\EncryptionThreadPool.h" /> <ClInclude Include="..\Common\Exception.h" /> - <ClInclude Include="..\Common\XUnzip.h" /> - <ClInclude Include="..\Common\XZip.h" /> <ClInclude Include="..\Common\zlib\crc32.h" /> <ClInclude Include="..\Common\zlib\deflate.h" /> <ClInclude Include="..\Common\zlib\inffast.h" /> |