From d8c4d84dc75300c6d4d8b0adceafa33741960b92 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sat, 27 Sep 2025 18:38:35 +0200 Subject: added http lib, working on AI invoice importing --- .../projects/examples/msvc/cmac.vcxproj | 163 +++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 libs/openssl-3.6.0-beta1/projects/examples/msvc/cmac.vcxproj (limited to 'libs/openssl-3.6.0-beta1/projects/examples/msvc/cmac.vcxproj') diff --git a/libs/openssl-3.6.0-beta1/projects/examples/msvc/cmac.vcxproj b/libs/openssl-3.6.0-beta1/projects/examples/msvc/cmac.vcxproj new file mode 100644 index 0000000..3f41baa --- /dev/null +++ b/libs/openssl-3.6.0-beta1/projects/examples/msvc/cmac.vcxproj @@ -0,0 +1,163 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 17.0 + Win32Proj + {f4535a44-e028-4687-84d2-ae48312d86bd} + cmac + 10.0 + + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + Application + true + v143 + Unicode + + + Application + false + v143 + true + Unicode + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Level3 + true + _DEBUG;%(PreprocessorDefinitions) + true + stdcpplatest + /Zc:throwingNew /Zc:externConstexpr /Zc:__cplusplus %(AdditionalOptions) + true + true + $(IntDir)%(RelativeDir) + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;%(PreprocessorDefinitions) + true + stdcpplatest + /Zc:throwingNew /Zc:externConstexpr /Zc:__cplusplus %(AdditionalOptions) + true + true + $(IntDir)%(RelativeDir) + + + Console + true + true + true + + + + + Level3 + true + _DEBUG;%(PreprocessorDefinitions) + true + stdcpplatest + /Zc:throwingNew /Zc:externConstexpr /Zc:__cplusplus %(AdditionalOptions) + true + true + $(IntDir)%(RelativeDir) + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;%(PreprocessorDefinitions) + true + stdcpplatest + /Zc:throwingNew /Zc:externConstexpr /Zc:__cplusplus %(AdditionalOptions) + true + true + $(IntDir)%(RelativeDir) + + + Console + true + true + true + + + + + + + + + \ No newline at end of file -- cgit v1.2.3-70-g09d2