8000 Revert local project setting · pythonnet/pythonnet@b203674 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

8000
Appearance settings

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)
0