Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5387b05 commit b203674Copy full SHA for b203674
1 file changed
src/runtime/Python.Runtime.15.csproj
@@ -90,7 +90,7 @@
90
<DefineConstants Condition="'$(CustomDefineConstants)' == ''">$(DefineConstants);PYTHON2;$(Python2Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;DEBUG</DefineConstants>
91
</PropertyGroup>
92
<PropertyGroup Condition=" '$(Configuration)' == 'DebugWinPY3'">
93
- <DefineConstants Condition="'$(CustomDefineConstants)' == ''">TRACE;DEBUG;XPLAT;;PYTHON3;PYTHON38;UCS2;FINALIZER_CHECK;WINDOWS</DefineConstants>
+ <DefineConstants Condition="'$(CustomDefineConstants)' == ''">$(DefineConstants);PYTHON3;$(Python3Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;DEBUG</DefineConstants>
94
95
96
<ItemGroup Condition=" '$(PythonInteropFile)' != '' ">
0 commit comments