From 62e956942aca5742a7fc3606a9c2ac43e07d9dad Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Fri, 15 Nov 2024 18:36:19 +0100 Subject: Windows: remove VS 2019 solution and project files since we migrated to VS 2022. --- src/COMReg/COMReg_vs2019.vcxproj | 120 ------------------------------- src/COMReg/COMReg_vs2019.vcxproj.filters | 49 ------------- src/COMReg/COMReg_vs2019.vcxproj.user | 7 -- 3 files changed, 176 deletions(-) delete mode 100644 src/COMReg/COMReg_vs2019.vcxproj delete mode 100644 src/COMReg/COMReg_vs2019.vcxproj.filters delete mode 100644 src/COMReg/COMReg_vs2019.vcxproj.user (limited to 'src/COMReg') diff --git a/src/COMReg/COMReg_vs2019.vcxproj b/src/COMReg/COMReg_vs2019.vcxproj deleted file mode 100644 index 7ae194f9..00000000 --- a/src/COMReg/COMReg_vs2019.vcxproj +++ /dev/null @@ -1,120 +0,0 @@ - - - - - Debug - Win32 - - - Release - Win32 - - - - {C8914211-32AC-4F48-ACD9-8212E8DE53F3} - Win32Proj - COMReg - COMReg - 10.0 - - - - Application - true - Unicode - v143 - - - Application - false - true - Unicode - v143 - - - - - - - - - - - - - true - VeraCryptCOMRegBase - $(ProjectDir)$(ConfigurationName)\ - $(ProjectDir)$(ConfigurationName)\ - - - false - VeraCryptCOMRegBase - $(ProjectDir)$(ConfigurationName)\ - $(ProjectDir)$(ConfigurationName)\ - - - - NotUsing - Level3 - Disabled - WIN32;VC_COMREG;_DEBUG;_WINDOWS;HAVE_CONFIG_H;ZIP_STATIC;%(PreprocessorDefinitions) - MultiThreadedDebug - ..\Setup;..\Common;..\Crypto;..\;..\PKCS11;..\Common\zlib;..\Common\libzip;..\Common\lzma;%(AdditionalIncludeDirectories) - - - Windows - true - ..\Common\Debug\Zip.lib;..\Crypto\Debug\crypto.lib;..\Common\Debug\lzma.lib;%(AdditionalDependencies) - - - copy Debug\VeraCryptCOMRegBase.exe "..\Debug\Setup Files\VeraCryptCOMRegBase.exe" - - - - - Level3 - NotUsing - MaxSpeed - true - true - WIN32;VC_COMREG;NDEBUG;_WINDOWS;HAVE_CONFIG_H;ZIP_STATIC;%(PreprocessorDefinitions) - MultiThreaded - ..\Setup;..\Common;..\Crypto;..\;..\PKCS11;..\Common\zlib;..\Common\libzip;..\Common\lzma;%(AdditionalIncludeDirectories) - Guard - - - Windows - true - true - true - ..\Common\Release\Zip.lib;..\Crypto\Release\crypto.lib;..\Common\Release\lzma.lib;%(AdditionalDependencies) - true - - - copy Release\VeraCryptCOMRegBase.exe "..\Release\Setup Files\VeraCryptCOMRegBase.exe" - - - - - - CompileAsCpp - CompileAsCpp - - - Default - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/COMReg/COMReg_vs2019.vcxproj.filters b/src/COMReg/COMReg_vs2019.vcxproj.filters deleted file mode 100644 index cc5c60a3..00000000 --- a/src/COMReg/COMReg_vs2019.vcxproj.filters +++ /dev/null @@ -1,49 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {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 - - - {453a6bf1-2afd-4016-8b8f-e3821a6c8ab5} - - - {efcd999c-3973-4bd6-af14-0583669e6722} - - - - - Source Files - - - Source Files - - - Source Files\Common - - - Source Files\Common - - - - - Resource Files - - - - - Header Files - - - Header Files - - - Header Files - - - \ No newline at end of file diff --git a/src/COMReg/COMReg_vs2019.vcxproj.user b/src/COMReg/COMReg_vs2019.vcxproj.user deleted file mode 100644 index deea718b..00000000 --- a/src/COMReg/COMReg_vs2019.vcxproj.user +++ /dev/null @@ -1,7 +0,0 @@ - - - - $(TargetPath) - WindowsLocalDebugger - - \ No newline at end of file -- cgit v1.2.3