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