From 1ef05f24e28938c7a0608b4c6b369094d1dccaa6 Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Wed, 9 Feb 2022 23:47:25 +0100 Subject: Windows: Reduce the size of installers by almost 50% by using LZMA compression instead of DEFLATE --- src/Common/Lzma.vcxproj | 179 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 179 insertions(+) create mode 100644 src/Common/Lzma.vcxproj (limited to 'src/Common/Lzma.vcxproj') diff --git a/src/Common/Lzma.vcxproj b/src/Common/Lzma.vcxproj new file mode 100644 index 00000000..b6d31bde --- /dev/null +++ b/src/Common/Lzma.vcxproj @@ -0,0 +1,179 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {B896FE1F-6BF3-4F75-9148-F841829073D9} + Win32Proj + Lzma + + + + StaticLibrary + true + Unicode + Windows7.1SDK + false + + + StaticLibrary + true + Unicode + Windows7.1SDK + false + + + StaticLibrary + false + false + Unicode + Windows7.1SDK + + + StaticLibrary + false + false + Unicode + Windows7.1SDK + + + + + + + + + + + + + + + + + + + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + + + $(Configuration)\ + + + $(Platform)\$(Configuration)\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + true + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + + + Windows + true + true + true + + + + + + \ No newline at end of file -- cgit v1.2.3