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 +++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 pcre/build-VS2019-arm/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj (limited to 'pcre/build-VS2019-arm/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj') diff --git a/pcre/build-VS2019-arm/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj b/pcre/build-VS2019-arm/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj new file mode 100644 index 0000000..9b73519 --- /dev/null +++ b/pcre/build-VS2019-arm/tests/pcre_stringpiece_unittest/pcre_stringpiece_unittest.vcxproj @@ -0,0 +1,108 @@ + + + + + Debug + ARM + + + Debug + ARM64 + + + Release + ARM + + + Release + ARM64 + + + + {3A5A189F-11DA-4C93-9861-D47AE5D892FC} + pcre_stringpiece_unittest + + + + Application + true + v142 + + + Application + true + v142 + + + Application + false + v142 + true + + + Application + false + v142 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1