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 --- .../libpcrecpp-static/libpcrecpp-static.vcxproj | 112 +++++++++++++++++++++ .../libpcrecpp-static.vcxproj.filters | 57 +++++++++++ 2 files changed, 169 insertions(+) create mode 100644 pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj create mode 100644 pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj.filters (limited to 'pcre/build-VS2019/libpcrecpp-static') diff --git a/pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj b/pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj new file mode 100644 index 0000000..4736c23 --- /dev/null +++ b/pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj @@ -0,0 +1,112 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {0CD436F0-29A0-441A-B448-1FDA9825EBE6} + libpcrecpp-static + + + + StaticLibrary + true + v142 + + + StaticLibrary + true + v142 + + + StaticLibrary + false + v142 + true + + + StaticLibrary + false + v142 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj.filters b/pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj.filters new file mode 100644 index 0000000..92ae09c --- /dev/null +++ b/pcre/build-VS2019/libpcrecpp-static/libpcrecpp-static.vcxproj.filters @@ -0,0 +1,57 @@ + + + + + {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 + + + {b75470d5-b0a3-43f8-894f-8461ce5519d1} + + + {e924d9b8-9eb2-4b86-990f-e69970129132} + + + + + Header Files\include + + + Header Files\include + + + Header Files\include + + + Header Files + + + Header Files + + + Header Files + + + Header Files\win32 + + + + + Source Files + + + Source Files + + + Source Files + + + \ No newline at end of file -- cgit v1.1