From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. Signed-off-by: Daniel Baumann --- .../VisualStudio/ex_websocket/ex_websocket.vcxproj | 162 +++++++++++++++++++++ .../ex_websocket/ex_websocket.vcxproj.filters | 36 +++++ 2 files changed, 198 insertions(+) create mode 100644 src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj create mode 100644 src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj.filters (limited to 'src/civetweb/VisualStudio/ex_websocket') diff --git a/src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj b/src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj new file mode 100644 index 00000000..8076f89b --- /dev/null +++ b/src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {58B93E94-7766-435E-93AE-42A2FB5D99B1} + Win32Proj + ex_websocket + 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/ex_websocket.vcxproj.filters b/src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj.filters new file mode 100644 index 00000000..9adb8fb6 --- /dev/null +++ b/src/civetweb/VisualStudio/ex_websocket/ex_websocket.vcxproj.filters @@ -0,0 +1,36 @@ + + + + + {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 + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.2.3