From 0916b5f9072f7bd1b7b045ceb07758f9dc097ac2 Mon Sep 17 00:00:00 2001 From: Vincent Peyruqueou Date: Mon, 27 Mar 2023 11:46:59 +0200 Subject: Add sources of PCRE and Microsoft Visual Studio solutions to compile the lib --- .../tests/pcretest-static/pcretest-static.vcxproj | 118 +++++++++++++++++++++ .../pcretest-static.vcxproj.filters | 51 +++++++++ .../pcretest-static/pcretest-static.vcxproj.user | 4 + 3 files changed, 173 insertions(+) create mode 100644 pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj create mode 100644 pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.filters create mode 100644 pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.user (limited to 'pcre/build-VS2022/tests/pcretest-static') diff --git a/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj b/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj new file mode 100644 index 0000000..652e93c --- /dev/null +++ b/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj @@ -0,0 +1,118 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {E3D8AC30-C48D-4522-B892-958B2475DDB5} + pcretest-static + + + + Application + true + v143 + + + Application + true + v143 + + + Application + false + v143 + true + + + Application + false + v143 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + 40000000 + + + + + NDEBUG;%(PreprocessorDefinitions) + + + 10000000 + + + + + _DEBUG;%(PreprocessorDefinitions) + + + 40000000 + + + + + NDEBUG;%(PreprocessorDefinitions) + + + 10000000 + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.filters b/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.filters new file mode 100644 index 0000000..e2a10ff --- /dev/null +++ b/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.filters @@ -0,0 +1,51 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;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 + + + {7f89eedc-0232-4523-9fb9-dbbada4a02d0} + + + {ee13d700-1ddb-413d-89d9-c7368445471d} + + + + + Header Files\include + + + Header Files + + + Header Files + + + Header Files\win32 + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.user b/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/pcre/build-VS2022/tests/pcretest-static/pcretest-static.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1