mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2025-11-11 02:58:02 -06:00
Windows: Add missing file entry to Zip project after libzip update
This commit is contained in:
@@ -114,6 +114,7 @@
|
|||||||
<ClCompile Include="libzip\zip_source_file_win32_utf8.c" />
|
<ClCompile Include="libzip\zip_source_file_win32_utf8.c" />
|
||||||
<ClCompile Include="libzip\zip_source_free.c" />
|
<ClCompile Include="libzip\zip_source_free.c" />
|
||||||
<ClCompile Include="libzip\zip_source_function.c" />
|
<ClCompile Include="libzip\zip_source_function.c" />
|
||||||
|
<ClCompile Include="libzip\zip_source_get_dostime.c" />
|
||||||
<ClCompile Include="libzip\zip_source_get_file_attributes.c" />
|
<ClCompile Include="libzip\zip_source_get_file_attributes.c" />
|
||||||
<ClCompile Include="libzip\zip_source_is_deleted.c" />
|
<ClCompile Include="libzip\zip_source_is_deleted.c" />
|
||||||
<ClCompile Include="libzip\zip_source_layered.c" />
|
<ClCompile Include="libzip\zip_source_layered.c" />
|
||||||
|
|||||||
@@ -399,6 +399,9 @@
|
|||||||
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c">
|
<ClCompile Include="libzip\zip_source_pass_to_lower_layer.c">
|
||||||
<Filter>zlib</Filter>
|
<Filter>zlib</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="libzip\zip_source_get_dostime.c">
|
||||||
|
<Filter>libzip</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="libzip\compat.h">
|
<ClInclude Include="libzip\compat.h">
|
||||||
|
|||||||
Reference in New Issue
Block a user