From a8c904813b78d966acb16c1b1a1fca17f05524fb Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 6 Jan 2025 11:46:53 +0100 Subject: Windows: Add missing file entry to Zip project after libzip update --- src/Common/Zip.vcxproj | 1 + src/Common/Zip.vcxproj.filters | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/Common/Zip.vcxproj b/src/Common/Zip.vcxproj index 6674ef34..a8fbf1eb 100644 --- a/src/Common/Zip.vcxproj +++ b/src/Common/Zip.vcxproj @@ -114,6 +114,7 @@ + diff --git a/src/Common/Zip.vcxproj.filters b/src/Common/Zip.vcxproj.filters index 92bcf493..eb88a358 100644 --- a/src/Common/Zip.vcxproj.filters +++ b/src/Common/Zip.vcxproj.filters @@ -399,6 +399,9 @@ zlib + + libzip + -- cgit v1.2.3