File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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 5
5
<RootNamespace >Lua</RootNamespace >
6
6
</PropertyGroup >
7
7
8
- <PropertyGroup Condition =" '$(Configuration)|$(Platform) '=='Debug|AnyCPU '" >
8
+ <PropertyGroup Condition =" '$(Configuration)'=='Debug'" >
9
9
<DefineConstants >TRACE;DEBUG;NETSTANDARD2_0;LUA_CORE;_WIN32;LUA_COMPAT_VARARG;LUA_COMPAT_MOD;LUA_COMPAT_GFIND;CATCH_EXCEPTIONS</DefineConstants >
10
10
<OutputPath >..\..\Run\Debug\netstandard2.0\</OutputPath >
11
11
</PropertyGroup >
Original file line number Diff line number Diff line change 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