From 6d1ad12755031b4ba4eff362d4df44fc3d76d62a Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 15 Nov 2024 15:50:32 +0100 Subject: Windows: move main project files and solution from VS 2010 to VS 2022. Delete unused files. --- src/Common/Lzma.vcxproj | 93 ++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 85 insertions(+), 8 deletions(-) (limited to 'src/Common/Lzma.vcxproj') diff --git a/src/Common/Lzma.vcxproj b/src/Common/Lzma.vcxproj index a34390aa..d09a39bd 100644 --- a/src/Common/Lzma.vcxproj +++ b/src/Common/Lzma.vcxproj @@ -1,6 +1,10 @@  + + Debug + ARM64 + Debug Win32 @@ -9,6 +13,10 @@ Debug x64 + + Release + ARM64 + Release Win32 @@ -52,20 +60,29 @@ {B896FE1F-6BF3-4F75-9148-F841829073D9} Win32Proj Lzma + Lzma + 10.0 StaticLibrary true Unicode - Windows7.1SDK + v143 false StaticLibrary true Unicode - Windows7.1SDK + v143 + false + + + StaticLibrary + true + Unicode + v143 false @@ -73,14 +90,21 @@ false false Unicode - Windows7.1SDK + v143 StaticLibrary false false Unicode - Windows7.1SDK + v143 + + + StaticLibrary + false + false + Unicode + v143 @@ -91,24 +115,42 @@ + + + + + + - $(Configuration)\ + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\lzma\ - $(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ + + + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ - $(Configuration)\ + $(ProjectDir)$(Configuration)\ + $(ProjectDir)$(Configuration)\lzma\ - $(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ + + + $(ProjectDir)$(Platform)\$(Configuration)\ + $(ProjectDir)$(Platform)\$(Configuration)\lzma\ @@ -138,6 +180,20 @@ true + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreadedDebug + + + Windows + true + + Level3 @@ -148,6 +204,7 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + Guard Windows @@ -166,6 +223,26 @@ true WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) MultiThreaded + Guard + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + Guard Windows -- cgit v1.2.3