From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- src/civetweb/VisualStudio/lua_lib/lua_lib.vcxproj | 191 ++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 src/civetweb/VisualStudio/lua_lib/lua_lib.vcxproj (limited to 'src/civetweb/VisualStudio/lua_lib/lua_lib.vcxproj') diff --git a/src/civetweb/VisualStudio/lua_lib/lua_lib.vcxproj b/src/civetweb/VisualStudio/lua_lib/lua_lib.vcxproj new file mode 100644 index 000000000..a92e92ad8 --- /dev/null +++ b/src/civetweb/VisualStudio/lua_lib/lua_lib.vcxproj @@ -0,0 +1,191 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {8F5E5D77-D269-4665-9E27-1045DA6CF0D8} + Win32Proj + lua_lib + 8.1 + + + + StaticLibrary + true + MultiByte + v140_xp + + + StaticLibrary + true + v140 + MultiByte + + + StaticLibrary + false + true + MultiByte + v140_xp + + + StaticLibrary + false + v140 + true + MultiByte + + + + + + + + + + + + + + + + + + + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + $(SolutionDir)\$(Configuration)\$(Platform)\ + + + + + + TurnOffAllWarnings + Disabled + LUA_COMPAT_ALL;THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + + + Level3 + Disabled + LUA_COMPAT_ALL;THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalIncludeDirectories) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + LUA_COMPAT_ALL;THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + LUA_COMPAT_ALL;THREADSAFE=1;SQLITE_ENABLE_FTS3;SQLITE_ENABLE_FTS3_PARENTHESIS;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + $(ProjectDir)..\..\src\third_party\lua-5.2.4\src;%(AdditionalIncludeDirectories) + + + Windows + true + true + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3