From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- .../ex_websocket_client.vcxproj | 160 +++++++++++++++++++++ .../ex_websocket_client.vcxproj.filters | 30 ++++ 2 files changed, 190 insertions(+) create mode 100644 src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj create mode 100644 src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj.filters (limited to 'src/civetweb/VisualStudio/ex_websocket_client') diff --git a/src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj b/src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj new file mode 100644 index 000000000..013c887c1 --- /dev/null +++ b/src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj @@ -0,0 +1,160 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {58B93E94-7766-435E-93AE-42A2FB5D99B2} + Win32Proj + ex_websocket_client + 8.1 + + + + Application + true + MultiByte + v140 + + + Application + true + v140 + MultiByte + + + Application + false + true + MultiByte + v140 + + + Application + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + true + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + true + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + + + + Level3 + Disabled + USE_WEBSOCKET;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\include;%(AdditionalIncludeDirectories) + + + Console + true + + + + + + + Level3 + Disabled + USE_WEBSOCKET;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\include;%(AdditionalIncludeDirectories) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + USE_WEBSOCKET;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + USE_WEBSOCKET;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + $(ProjectDir)..\..\include;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj.filters b/src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj.filters new file mode 100644 index 000000000..c91ce3eb2 --- /dev/null +++ b/src/civetweb/VisualStudio/ex_websocket_client/ex_websocket_client.vcxproj.filters @@ -0,0 +1,30 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {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 + + + + + Header Files + + + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3