File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8484 <DefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(DefineConstants);PYTHON2;$(Python2Version);$(PythonWinDefineConstants)</DefineConstants >
8585 </PropertyGroup >
8686 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
87- <DefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(DefineConstants);PYTHON3;$(Python3Version);$(PythonWinDefineConstants)</DefineConstants >
87+ <DefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(DefineConstants);PYTHON3;$(Python3Version);$(PythonWinDefineConstants);WINDOWS </DefineConstants >
8888 </PropertyGroup >
8989 <PropertyGroup Condition =" '$(Configuration)' == 'DebugWin'" >
9090 <DefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(DefineConstants);PYTHON2;$(Python2Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;DEBUG</DefineConstants >
9191 </PropertyGroup >
9292 <PropertyGroup Condition =" '$(Configuration)' == 'DebugWinPY3'" >
93- <DefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(DefineConstants);PYTHON3;$(Python3Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;DEBUG</DefineConstants >
93+ <DefineConstants Condition =" '$(CustomDefineConstants)' == ''" >$(DefineConstants);PYTHON3;$(Python3Version);$(PythonWinDefineConstants);FINALIZER_CHECK;TRACE;WINDOWS; DEBUG</DefineConstants >
9494 </PropertyGroup >
9595
9696 <ItemGroup Condition =" '$(PythonInteropFile)' != '' " >
Original file line number Diff line number Diff line change 5656 <DebugType >pdbonly</DebugType >
5757 </PropertyGroup >
5858 <PropertyGroup Condition =" '$(Configuration)' == 'ReleaseWinPY3'" >
59- <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON38;UCS2</DefineConstants >
59+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON38;UCS2;WINDOWS </DefineConstants >
6060 <Optimize >true</Optimize >
6161 <DebugType >pdbonly</DebugType >
6262 </PropertyGroup >
6868 </PropertyGroup >
6969 <PropertyGroup Condition =" '$(Configuration)' == 'DebugWinPY3'" >
7070 <DebugSymbols >true</DebugSymbols >
71- <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON38;UCS2;TRACE;DEBUG</DefineConstants >
71+ <DefineConstants Condition =" '$(DefineConstants)' == ''" >PYTHON3;PYTHON38;UCS2;TRACE;WINDOWS; DEBUG</DefineConstants >
7272 <Optimize >false</Optimize >
7373 <DebugType >full</DebugType >
7474 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments