From 3f2982f9b48dcef1a7434d396c45d57bb61d0a3c Mon Sep 17 00:00:00 2001 From: vnugent Date: Mon, 25 Sep 2023 00:17:31 -0400 Subject: fall cleaning, native memory, rpmalloc updates, cmake+static libs and more service stack updates --- lib/WinRpMalloc/src/WinRpMalloc.vcxproj | 177 -------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 lib/WinRpMalloc/src/WinRpMalloc.vcxproj (limited to 'lib/WinRpMalloc/src/WinRpMalloc.vcxproj') diff --git a/lib/WinRpMalloc/src/WinRpMalloc.vcxproj b/lib/WinRpMalloc/src/WinRpMalloc.vcxproj deleted file mode 100644 index 7322319..0000000 --- a/lib/WinRpMalloc/src/WinRpMalloc.vcxproj +++ /dev/null @@ -1,177 +0,0 @@ - - - - C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\ - - - - Debug - Win32 - - - Release - Win32 - - - Debug - x64 - - - Release - x64 - - - - 16.0 - Win32Proj - {f5bfb8aa-a436-4a8d-94bc-9eff3ad8aa1d} - WinRpMalloc - 10.0.20348.0 - - - - DynamicLibrary - true - v143 - Unicode - - - DynamicLibrary - false - v143 - true - Unicode - - - DynamicLibrary - v143 - false - true - - - DynamicLibrary - false - v143 - true - Unicode - - - - - - - - - true - - - false - - - true - $(ProjectDir)$(Platform)\$(Configuration)\ - rpmalloc - - - false - rpmalloc - - - - Level3 - true - WIN32;_DEBUG;WINRPMALLOC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - Use - pch.h - - - Windows - true - false - - - - - Level3 - true - true - true - WIN32;NDEBUG;WINRPMALLOC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - Use - pch.h - - - Windows - true - true - true - false - - - - - EnableAllWarnings - true - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - Use - pch.h - stdc17 - StdCall - true - Speed - true - Default - false - CompileAsC - MultiThreadedDebugDLL - - - true - - - true - Windows - - - - - Level3 - true - true - true - NDEBUG;WINRPMALLOC_EXPORTS;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - Use - pch.h - - - Windows - true - true - true - false - - - - - - - - - - - - Create - Create - Create - Create - - - - - - - \ No newline at end of file -- cgit