Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b203674

Browse files
committed
Revert local project setting
1 parent 5387b05 commit b203674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/Python.Runtime.15.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<DefineConstants Condition="'$(CustomDefineConstants)' == ''">$(DefineConstants);PYTHON2;$(Python2Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;DEBUG</DefineConstants>
9191
</PropertyGroup>
9292
<PropertyGroup Condition=" '$(Configuration)' == 'DebugWinPY3'">
93-
<DefineConstants Condition="'$(CustomDefineConstants)' == ''">TRACE;DEBUG;XPLAT;;PYTHON3;PYTHON38;UCS2;FINALIZER_CHECK;WINDOWS</DefineConstants>
93+
<DefineConstants Condition="'$(CustomDefineConstants)' == ''">$(DefineConstants);PYTHON3;$(Python3Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;DEBUG</DefineConstants>
9494
</PropertyGroup>
9595

9696
<ItemGroup Condition=" '$(PythonInteropFile)' != '' ">

0 commit comments

Comments
 (0)