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/example/server.vcxproj | 160 -------------------------------- 1 file changed, 160 deletions(-) delete mode 100644 deps/cpp-httplib/example/server.vcxproj (limited to 'deps/cpp-httplib/example/server.vcxproj') diff --git a/deps/cpp-httplib/example/server.vcxproj b/deps/cpp-httplib/example/server.vcxproj deleted file mode 100644 index 31ff203..0000000 --- a/deps/cpp-httplib/example/server.vcxproj +++ /dev/null @@ -1,160 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {864CD288-050A-4C8B-9BEF-3048BD876C5B} - Win32Proj - sample - 10.0.15063.0 - - - - Application - true - Unicode - v141 - - - Application - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - Application - false - true - Unicode - v141 - - - - - - - - - - - - - - - - - - - true - $(Configuration)\$(ProjectName)_obj\ - - - true - $(Platform)\$(Configuration)\$(ProjectName)_obj\ - - - false - $(Configuration)\$(ProjectName)_obj\ - - - false - $(Platform)\$(Configuration)\$(ProjectName)_obj\ - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .. - - - Console - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - - - Level3 - Disabled - WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .. - - - Console - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .. - - - Console - true - true - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - Level3 - - - MaxSpeed - true - true - WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .. - - - Console - true - true - true - Ws2_32.lib;%(AdditionalDependencies) - - - - - - - - - \ No newline at end of file -- cgit v1.2.3