From 5d7c21653a4330969e3febda9002ddca7d499cfc Mon Sep 17 00:00:00 2001 From: ema Date: Tue, 24 Sep 2024 17:48:42 +0800 Subject: [PATCH] Fix CI DefineConstants error --- Applications/LuaRunner/LuaRunner.csproj | 2 +- Core/KopiLua/KopiLua.csproj | 7 ++++++- Core/LuaInterface/LuaInterface.csproj | 8 ++++---- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Applications/LuaRunner/LuaRunner.csproj b/Applications/LuaRunner/LuaRunner.csproj index 8338937..4232955 100644 --- a/Applications/LuaRunner/LuaRunner.csproj +++ b/Applications/LuaRunner/LuaRunner.csproj @@ -8,7 +8,7 @@ LuaRunner.LuaNetRunner - + DEBUG;NET8 ..\..\Run\Debug\net8.0\ diff --git a/Core/KopiLua/KopiLua.csproj b/Core/KopiLua/KopiLua.csproj index 5daa313..6c586e7 100644 --- a/Core/KopiLua/KopiLua.csproj +++ b/Core/KopiLua/KopiLua.csproj @@ -3,11 +3,16 @@ netstandard2.0 Lua + 1701;1702;3014;3021;3002;3001;3003;8618;8625;8601;8602;8603;8600;8604; - + TRACE;DEBUG;NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS ..\..\Run\Debug\netstandard2.0\ + + NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS + + diff --git a/Core/LuaInterface/LuaInterface.csproj b/Core/LuaInterface/LuaInterface.csproj index 651739a..fb83080 100644 --- a/Core/LuaInterface/LuaInterface.csproj +++ b/Core/LuaInterface/LuaInterface.csproj @@ -9,8 +9,8 @@ megax orthographic-pedant jmurdick ema Lemutec Lightweight LuaInterface for .NET - https://github.com/lemutec/LuaIntercace - https://github.com/lemutec/LuaIntercace + https://github.com/lemutec/LuaInterface + https://github.com/lemutec/LuaInterface git .NET Lua MIT @@ -19,12 +19,12 @@ 1701;1702;3014;3021;3002;3001;3003;8618;8625;8601;8602;8603;8600;8604; - + TRACE;DEBUG;NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS ..\..\Run\Debug\netstandard2.0\ - + NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS