From 9a7e4f61d04d7b7cf117fe2afa582e92a342e250 Mon Sep 17 00:00:00 2001 From: Idhrendur Date: Sun, 12 Jan 2025 13:20:33 -0800 Subject: [PATCH] Make zip external --- CommonItems/CommonItems.vcxproj | 3 - CommonItems/CommonItems.vcxproj.filters | 15 --- tests/CommonItemsTests.sln | 9 ++ tests/CommonItemsTests.vcxproj | 2 +- zip/zip.vcxproj | 142 ++++++++++++++++++++++++ zip/zip.vcxproj.filters | 30 +++++ zip/zip.vcxproj.user | 4 + 7 files changed, 186 insertions(+), 19 deletions(-) create mode 100644 zip/zip.vcxproj create mode 100644 zip/zip.vcxproj.filters create mode 100644 zip/zip.vcxproj.user diff --git a/CommonItems/CommonItems.vcxproj b/CommonItems/CommonItems.vcxproj index 0f8c3302..4243935a 100644 --- a/CommonItems/CommonItems.vcxproj +++ b/CommonItems/CommonItems.vcxproj @@ -17,7 +17,6 @@ - @@ -45,8 +44,6 @@ - - diff --git a/CommonItems/CommonItems.vcxproj.filters b/CommonItems/CommonItems.vcxproj.filters index 1de69fea..548cbaa6 100644 --- a/CommonItems/CommonItems.vcxproj.filters +++ b/CommonItems/CommonItems.vcxproj.filters @@ -4,12 +4,6 @@ {569e5cb7-b294-4ea8-991d-ba24d2e9c236} - - {c32ded5e-5cf5-4c96-9d9d-0a332b595382} - - - {cdb3317d-89c8-469e-994a-ccea14e50e98} - {5e9fa605-7e0b-42ab-9583-fce44952fd6f} @@ -66,9 +60,6 @@ commonItems - - external\zip - commonItems\Localization @@ -131,12 +122,6 @@ commonItems - - external\zip - - - external\zip - commonItems\Localization diff --git a/tests/CommonItemsTests.sln b/tests/CommonItemsTests.sln index 41dbeebb..0e0ef7c9 100644 --- a/tests/CommonItemsTests.sln +++ b/tests/CommonItemsTests.sln @@ -6,11 +6,18 @@ MinimumVisualStudioVersion = 10.0.40219.1 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommonItemsTests", "CommonItemsTests.vcxproj", "{CC2F3DAC-0BEE-41A5-A39D-3B8A83C5EEB1}" ProjectSection(ProjectDependencies) = postProject {3B8EC8C8-4066-46F7-851D-EB762C39C140} = {3B8EC8C8-4066-46F7-851D-EB762C39C140} + {BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C} = {BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pch", "..\pch\pch.vcxproj", "{095FC941-B5E2-4439-88D9-587E2029CB68}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CommonItems", "..\CommonItems\CommonItems.vcxproj", "{3B8EC8C8-4066-46F7-851D-EB762C39C140}" + ProjectSection(ProjectDependencies) = postProject + {095FC941-B5E2-4439-88D9-587E2029CB68} = {095FC941-B5E2-4439-88D9-587E2029CB68} + {BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C} = {BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zip", "..\zip\zip.vcxproj", "{BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -23,6 +30,8 @@ Global {095FC941-B5E2-4439-88D9-587E2029CB68}.Release|x64.Build.0 = Release|x64 {3B8EC8C8-4066-46F7-851D-EB762C39C140}.Release|x64.ActiveCfg = Release|x64 {3B8EC8C8-4066-46F7-851D-EB762C39C140}.Release|x64.Build.0 = Release|x64 + {BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C}.Release|x64.ActiveCfg = Release|x64 + {BD9BC07A-F4AC-44A3-AC06-6FDE91181C7C}.Release|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/tests/CommonItemsTests.vcxproj b/tests/CommonItemsTests.vcxproj index 805c9796..b5de8387 100644 --- a/tests/CommonItemsTests.vcxproj +++ b/tests/CommonItemsTests.vcxproj @@ -46,7 +46,7 @@ Console $(SolutionDir)lib - CommonItems.lib;%(AdditionalDependencies) + CommonItems.lib;zip.lib;%(AdditionalDependencies) diff --git a/zip/zip.vcxproj b/zip/zip.vcxproj new file mode 100644 index 00000000..88e81a51 --- /dev/null +++ b/zip/zip.vcxproj @@ -0,0 +1,142 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {bd9bc07a-f4ac-44a3-ac06-6fde91181c7c} + zip + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + StaticLibrary + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + $(SolutionDir)lib\ + + + + Level3 + true + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + Level3 + true + true + true + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + + + + + TurnOffAllWarnings + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + + + Console + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/zip/zip.vcxproj.filters b/zip/zip.vcxproj.filters new file mode 100644 index 00000000..368a928c --- /dev/null +++ b/zip/zip.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;c++;cppm;ixx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;h++;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + Source Files + + + + + Source Files + + + \ No newline at end of file diff --git a/zip/zip.vcxproj.user b/zip/zip.vcxproj.user new file mode 100644 index 00000000..88a55094 --- /dev/null +++ b/zip/zip.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file