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 --- .../libpcre32-static/libpcre32-static.vcxproj | 128 +++++++++++++++++++++ .../libpcre32-static.vcxproj.filters | 105 +++++++++++++++++ .../libpcre32-static/libpcre32-static.vcxproj.user | 4 + 3 files changed, 237 insertions(+) create mode 100644 pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj create mode 100644 pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.filters create mode 100644 pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.user (limited to 'pcre/build-VS2022/libpcre32-static') diff --git a/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj b/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj new file mode 100644 index 0000000..f971244 --- /dev/null +++ b/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj @@ -0,0 +1,128 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {DDFDFF9B-08DB-4806-B66B-9A488E9891A7} + libpcre32-static + + + + StaticLibrary + true + v143 + + + StaticLibrary + true + v143 + + + StaticLibrary + false + v143 + true + + + StaticLibrary + false + v143 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.filters b/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.filters new file mode 100644 index 0000000..cca8fbc --- /dev/null +++ b/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.filters @@ -0,0 +1,105 @@ + + + + + {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 + + + {4f375e07-6ef0-42da-b6ea-c45eb562bd3a} + + + {8b4f2b41-40d3-4d8e-8ed1-06cc06fbecc8} + + + + + Header Files\include + + + Header Files + + + Header Files + + + Header Files\win32 + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file diff --git a/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.user b/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/pcre/build-VS2022/libpcre32-static/libpcre32-static.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file -- cgit v1.1