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 --- .../pcre_stringpiece_unittest.vcxproj | 108 +++++++++++++++++++++ .../pcre_stringpiece_unittest.vcxproj.filters | 45 +++++++++ 2 files changed, 153 insertions(+) create mode 100644 pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj create mode 100644 pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj.filters (limited to 'pcre/build-VS2013/tests/pcre_stringpiece_unittest') diff --git a/pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj b/pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj new file mode 100644 index 0000000..7910368 --- /dev/null +++ b/pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj @@ -0,0 +1,108 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {3A5A189F-11DA-4C93-9861-D47AE5D892FC} + pcre_stringpiece_unittest + + + + Application + true + v120 + + + Application + true + v120 + + + Application + false + v120 + true + + + Application + false + v120 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj.filters b/pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj.filters new file mode 100644 index 0000000..c153632 --- /dev/null +++ b/pcre/build-VS2013/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj.filters @@ -0,0 +1,45 @@ + + + + + {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 + + + {1546a42e-2d8c-4998-b4db-afb8416df7a8} + + + {0d3aaaeb-4a58-4f68-b7f5-9ae1a6620c83} + + + + + Header Files\include + + + Header Files\include + + + Header Files\include + + + Header Files + + + Header Files\win32 + + + + + Source Files + + + \ No newline at end of file -- cgit v1.1