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/pcretest.vcxproj | 118 +++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 pcre/build-VS2022-arm/tests/pcretest/pcretest.vcxproj (limited to 'pcre/build-VS2022-arm/tests/pcretest/pcretest.vcxproj') diff --git a/pcre/build-VS2022-arm/tests/pcretest/pcretest.vcxproj b/pcre/build-VS2022-arm/tests/pcretest/pcretest.vcxproj new file mode 100644 index 0000000..59a384b --- /dev/null +++ b/pcre/build-VS2022-arm/tests/pcretest/pcretest.vcxproj @@ -0,0 +1,118 @@ + + + + + Debug + ARM + + + Debug + ARM64 + + + Release + ARM + + + Release + ARM64 + + + + {B72C080E-F1E3-4CD4-9107-4871BAFF6183} + pcretest + + + + 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 -- cgit v1.1