diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-14 02:20:42 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-15 01:09:16 +0200 |
commit | 4cf9db9f9556ab1127f5bce91db6c02028637b57 (patch) | |
tree | 2f83feeca3fa92a4fbed8f55c00e41c40072f9ea /src/Mount/Mount.vcxproj | |
parent | c4d4ade9d00e65112b93640bd3a0eeb50279a202 (diff) | |
download | VeraCrypt-4cf9db9f9556ab1127f5bce91db6c02028637b57.tar.gz VeraCrypt-4cf9db9f9556ab1127f5bce91db6c02028637b57.zip |
Windows: Add XZip library files (http://www.codeproject.com/Articles/4135/XZip-and-XUnzip-Add-zip-and-or-unzip-to-your-app-w)
Diffstat (limited to 'src/Mount/Mount.vcxproj')
-rw-r--r-- | src/Mount/Mount.vcxproj | 4 |
1 files changed, 4 insertions, 0 deletions
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: </PostBuildEvent> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="..\Common\XUnzip.cpp" /> + <ClCompile Include="..\Common\XZip.cpp" /> <ClCompile Include="Favorites.cpp" /> <ClCompile Include="Hotkeys.c" /> <ClCompile Include="MainCom.cpp" /> @@ -339,6 +341,8 @@ copy $(TargetPath) "..\Debug\Setup Files\VeraCrypt-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="Favorites.h" /> <ClInclude Include="..\Common\GfMul.h" /> <ClInclude Include="Hotkeys.h" /> |