|
26 | 26 | </PropertyGroup>
|
27 | 27 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugMono'">
|
28 | 28 | <DebugSymbols>true</DebugSymbols>
|
29 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4;TRACE;DEBUG</DefineConstants> |
| 29 | + <DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
30 | 30 | <DebugType>full</DebugType>
|
31 | 31 | </PropertyGroup>
|
32 | 32 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMono'">
|
33 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants> |
| 33 | + <DefineConstants Condition="'$(DefineConstants)' == ''"> |
| 34 | + </DefineConstants> |
34 | 35 | <Optimize>true</Optimize>
|
35 | 36 | <DebugType>pdbonly</DebugType>
|
36 | 37 | </PropertyGroup>
|
37 | 38 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugWin'">
|
38 | 39 | <DebugSymbols>true</DebugSymbols>
|
39 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2;TRACE;DEBUG</DefineConstants> |
| 40 | + <DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
40 | 41 | <DebugType>full</DebugType>
|
41 | 42 | </PropertyGroup>
|
42 | 43 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWin'">
|
43 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
| 44 | + <DefineConstants Condition="'$(DefineConstants)' == ''"> |
| 45 | + </DefineConstants> |
44 | 46 | <Optimize>true</Optimize>
|
45 | 47 | <DebugType>pdbonly</DebugType>
|
46 | 48 | </PropertyGroup>
|
47 | 49 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugMonoPY3'">
|
48 | 50 | <DebugSymbols>true</DebugSymbols>
|
49 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4;TRACE;DEBUG</DefineConstants> |
| 51 | + <DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
50 | 52 | <DebugType>full</DebugType>
|
51 | 53 | </PropertyGroup>
|
52 | 54 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMonoPY3'">
|
53 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS4</DefineConstants> |
| 55 | + <DefineConstants Condition="'$(DefineConstants)' == ''"> |
| 56 | + </DefineConstants> |
54 | 57 | <Optimize>true</Optimize>
|
55 | 58 | <DebugType>pdbonly</DebugType>
|
56 | 59 | </PropertyGroup>
|
57 | 60 | <PropertyGroup Condition=" '$(Configuration)' == 'DebugWinPY3'">
|
58 | 61 | <DebugSymbols>true</DebugSymbols>
|
59 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2;TRACE;DEBUG</DefineConstants> |
| 62 | + <DefineConstants Condition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
60 | 63 | <DebugType>full</DebugType>
|
61 | 64 | </PropertyGroup>
|
62 | 65 | <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWinPY3'">
|
63 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;PYTHON36;UCS2</DefineConstants> |
| 66 | + <DefineConstants Condition="'$(DefineConstants)' == ''"> |
| 67 | + </DefineConstants> |
64 | 68 | <Optimize>true</Optimize>
|
65 | 69 | <DebugType>pdbonly</DebugType>
|
66 | 70 | </PropertyGroup>
|
|
0 commit comments