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/unit_test/unit_test.vcxproj | 105 +++++++++++++++++++++ .../unit_test/unit_test.vcxproj.filters | 66 +++++++++++++ 2 files changed, 171 insertions(+) create mode 100644 src/civetweb/VisualStudio/unit_test/unit_test.vcxproj create mode 100644 src/civetweb/VisualStudio/unit_test/unit_test.vcxproj.filters (limited to 'src/civetweb/VisualStudio/unit_test') diff --git a/src/civetweb/VisualStudio/unit_test/unit_test.vcxproj b/src/civetweb/VisualStudio/unit_test/unit_test.vcxproj new file mode 100644 index 00000000..d3e02cd6 --- /dev/null +++ b/src/civetweb/VisualStudio/unit_test/unit_test.vcxproj @@ -0,0 +1,105 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + + + + + + + + + + + + + + + + + + {1AC4A7A6-0100-4287-97F4-B95807BE5607} + Win32Proj + unit_test + 8.1 + + + + Application + true + MultiByte + v140_xp + + + Application + false + true + MultiByte + v140_xp + + + + + + + + + + + + + true + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + false + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + + + + Level3 + Disabled + REPLACE_CHECK_FOR_LOCAL_DEBUGGING;LOCAL_TEST;USE_IPV6;USE_WEBSOCKET;MEMORY_DEBUGGING;WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\src;$(ProjectDir)..\..\include;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;$(ProjectDir)..\..\..\check-0.10.0\;$(ProjectDir)..\..\..\check-0.10.0\src\;%(AdditionalIncludeDirectories) + + + Console + true + + + + + Level3 + + + MaxSpeed + true + true + REPLACE_CHECK_FOR_LOCAL_DEBUGGING;WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\src;$(ProjectDir)..\..\include;$(ProjectDir)..\..\src\third_party\lua-5.2.4\src;$(ProjectDir)..\..\..\check-0.10.0\;$(ProjectDir)..\..\..\check-0.10.0\src\;%(AdditionalIncludeDirectories) + + + Console + true + true + true + + + + + + \ No newline at end of file diff --git a/src/civetweb/VisualStudio/unit_test/unit_test.vcxproj.filters b/src/civetweb/VisualStudio/unit_test/unit_test.vcxproj.filters new file mode 100644 index 00000000..bf33419b --- /dev/null +++ b/src/civetweb/VisualStudio/unit_test/unit_test.vcxproj.filters @@ -0,0 +1,66 @@ + + + + + {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 + + + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Headerdateien + + + Quelldateien + + + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + Quelldateien + + + \ No newline at end of file -- cgit v1.2.3