From 51d779256c74cc541da306db5629ed510df5a944 Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 27 Apr 2021 13:45:54 +0200 Subject: Switched from slow blocking cpp-httplib to libevent2. Signed-off-by: Toni Uhlig --- deps/cpp-httplib/test/test.vcxproj | 178 ------------------------------------- 1 file changed, 178 deletions(-) delete mode 100644 deps/cpp-httplib/test/test.vcxproj (limited to 'deps/cpp-httplib/test/test.vcxproj') diff --git a/deps/cpp-httplib/test/test.vcxproj b/deps/cpp-httplib/test/test.vcxproj deleted file mode 100644 index 22739d6..0000000 --- a/deps/cpp-httplib/test/test.vcxproj +++ /dev/null @@ -1,178 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {6B3E6769-052D-4BC0-9D2C-E9127C3DBB26} - Win32Proj - test - 10.0 - - - - Application - true - v142 - Unicode - - - Application - true - v142 - Unicode - - - Application - false - v142 - true - Unicode - - - Application - false - v142 - true - Unicode - - - - - - - - - - - - - - - - - - - true - $(IncludePath) - $(LibraryPath) - - - true - $(IncludePath) - $(LibraryPath) - - - false - $(IncludePath) - $(LibraryPath) - - - false - $(IncludePath) - $(LibraryPath) - - - - - - Level4 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - ./;../ - - - true - - - Console - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - - - Level4 - Disabled - WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - ./;../ - - - true - - - Console - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - Level4 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - ./;../ - - - true - - - Console - true - true - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - Level4 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions) - ./;../ - - - true - - - Console - true - true - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - - - - - - - -- cgit v1.2.3