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 --- .../libpcreposix/libpcreposix.vcxproj | 111 +++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 pcre/build-VS2022-arm/libpcreposix/libpcreposix.vcxproj (limited to 'pcre/build-VS2022-arm/libpcreposix/libpcreposix.vcxproj') diff --git a/pcre/build-VS2022-arm/libpcreposix/libpcreposix.vcxproj b/pcre/build-VS2022-arm/libpcreposix/libpcreposix.vcxproj new file mode 100644 index 0000000..49196ca --- /dev/null +++ b/pcre/build-VS2022-arm/libpcreposix/libpcreposix.vcxproj @@ -0,0 +1,111 @@ + + + + + Debug + ARM + + + Debug + ARM64 + + + Release + ARM + + + Release + ARM64 + + + + {99DC6502-5AB1-4A52-9E5A-EA9E91EF86C7} + libpcreposix + + + + DynamicLibrary + true + v143 + + + DynamicLibrary + true + v143 + + + DynamicLibrary + false + v143 + true + + + DynamicLibrary + false + v143 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1