File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 <RuntimeIdentifiers >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
88 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
99 <Nullable >enable</Nullable >
10- <DefineConstants Condition =" '$(Configuration)' == 'Debug'" >$(DefineConstants);$(Platform);TRACE; DEBUG;NETFX_CORE </DefineConstants >
11- <DefineConstants Condition =" '$(Configuration)' != 'Debug'" >$(DefineConstants);$(Platform);TRACE; RELEASE;NETFX_CORE </DefineConstants >
10+ <DefineConstants Condition =" '$(Configuration)' == 'Debug'" >$(DefineConstants);$(Platform);DEBUG</DefineConstants >
11+ <DefineConstants Condition =" '$(Configuration)' != 'Debug'" >$(DefineConstants);$(Platform);RELEASE</DefineConstants >
1212 <Optimize Condition =" '$(Configuration)' != 'Debug'" >true</Optimize >
1313 </PropertyGroup >
1414
You can’t perform that action at this time.
0 commit comments