File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
<StartupObject >LuaRunner.LuaNetRunner</StartupObject >
9
9
</PropertyGroup >
10
10
11
- <PropertyGroup Condition =" '$(Configuration)|$(Platform) '=='Debug|AnyCPU '" >
11
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
12
12
<DefineConstants >DEBUG;NET8</DefineConstants >
13
13
<OutputPath >..\..\Run\Debug\net8.0\</OutputPath >
14
14
</PropertyGroup >
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<RootNamespace >Lua</RootNamespace >
6
+ <NoWarn >1701;1702;3014;3021;3002;3001;3003;8618;8625;8601;8602;8603;8600;8604;</NoWarn >
6
7
</PropertyGroup >
7
8
8
- <PropertyGroup Condition =" '$(Configuration)|$(Platform) '=='Debug|AnyCPU '" >
9
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
9
10
<DefineConstants >TRACE;DEBUG;NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS</DefineConstants >
10
11
<OutputPath >..\..\Run\Debug\netstandard2.0\</OutputPath >
11
12
</PropertyGroup >
12
13
14
+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
15
+ <DefineConstants >NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS</DefineConstants >
16
+ </PropertyGroup >
17
+
13
18
</Project >
Original file line number Diff line number Diff line change 9
9
<Authors >megax orthographic-pedant jmurdick ema</Authors >
10
10
<Company >Lemutec</Company >
11
11
<Description >Lightweight LuaInterface for .NET</Description >
12
- <PackageProjectUrl >https://github.com/lemutec/LuaIntercace </PackageProjectUrl >
13
- <RepositoryUrl >https://github.com/lemutec/LuaIntercace </RepositoryUrl >
12
+ <PackageProjectUrl >https://github.com/lemutec/LuaInterface </PackageProjectUrl >
13
+ <RepositoryUrl >https://github.com/lemutec/LuaInterface </RepositoryUrl >
14
14
<RepositoryType >git</RepositoryType >
15
15
<PackageTags >.NET Lua</PackageTags >
16
16
<PackageLicenseExpression >MIT</PackageLicenseExpression >
19
19
<NoWarn >1701;1702;3014;3021;3002;3001;3003;8618;8625;8601;8602;8603;8600;8604;</NoWarn >
20
20
</PropertyGroup >
21
21
22
- <PropertyGroup Condition =" '$(Configuration)|$(Platform) '=='Debug|AnyCPU '" >
22
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
23
23
<DefineConstants >TRACE;DEBUG;NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS</DefineConstants >
24
24
<OutputPath >..\..\Run\Debug\netstandard2.0\</OutputPath >
25
25
</PropertyGroup >
26
26
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform) '=='Release|AnyCPU '" >
27
+ <PropertyGroup Condition =" '$(Configuration)'=='Release'" >
28
28
<DefineConstants >NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS</DefineConstants >
29
29
</PropertyGroup >
30
30
You can’t perform that action at this time.
0 commit comments