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/build-VS2017/libpcre32/libpcre32.vcxproj | 131 ++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 pcre/build-VS2017/libpcre32/libpcre32.vcxproj (limited to 'pcre/build-VS2017/libpcre32/libpcre32.vcxproj') diff --git a/pcre/build-VS2017/libpcre32/libpcre32.vcxproj b/pcre/build-VS2017/libpcre32/libpcre32.vcxproj new file mode 100644 index 0000000..17855e0 --- /dev/null +++ b/pcre/build-VS2017/libpcre32/libpcre32.vcxproj @@ -0,0 +1,131 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {8DE7AFAB-08EE-436E-BE84-62EA1DE99E4C} + libpcre32 + + + + DynamicLibrary + true + v141 + + + DynamicLibrary + true + v141 + + + DynamicLibrary + false + v141 + true + + + DynamicLibrary + false + v141 + true + + + + + + + + + + + + + + + + + + + + + + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + _DEBUG;%(PreprocessorDefinitions) + + + + + + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.1