|
13 | 13 | </PropertyGroup> |
14 | 14 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
15 | 15 | <OutputPath>bin\x86\ReleaseMono\</OutputPath> |
16 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS4</DefineConstants> |
| 16 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants> |
17 | 17 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
18 | 18 | <Optimize>true</Optimize> |
19 | 19 | <DebugType>pdbonly</DebugType> |
|
23 | 23 | </PropertyGroup> |
24 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
25 | 25 | <OutputPath>bin\x64\ReleaseMono\</OutputPath> |
26 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS4</DefineConstants> |
| 26 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS4</DefineConstants> |
27 | 27 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
28 | 28 | <Optimize>true</Optimize> |
29 | 29 | <DebugType>pdbonly</DebugType> |
|
33 | 33 | </PropertyGroup> |
34 | 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
35 | 35 | <OutputPath>bin\x86\ReleaseWin\</OutputPath> |
36 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS2</DefineConstants> |
| 36 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
37 | 37 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
38 | 38 | <Optimize>true</Optimize> |
39 | 39 | <DebugType>pdbonly</DebugType> |
|
43 | 43 | </PropertyGroup> |
44 | 44 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
45 | 45 | <OutputPath>bin\x64\ReleaseWin\</OutputPath> |
46 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS2</DefineConstants> |
| 46 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;PYTHON27;UCS2</DefineConstants> |
47 | 47 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
48 | 48 | <Optimize>true</Optimize> |
49 | 49 | <DebugType>pdbonly</DebugType> |
|
54 | 54 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'"> |
55 | 55 | <DebugSymbols>true</DebugSymbols> |
56 | 56 | <OutputPath>bin\x86\DebugMono\</OutputPath> |
57 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS4</DefineConstants> |
| 57 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS4</DefineConstants> |
58 | 58 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
59 | 59 | <Optimize>false</Optimize> |
60 | 60 | <DebugType>full</DebugType> |
|
66 | 66 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
67 | 67 | <DebugSymbols>true</DebugSymbols> |
68 | 68 | <OutputPath>bin\x64\DebugMono\</OutputPath> |
69 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS4</DefineConstants> |
| 69 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS4</DefineConstants> |
70 | 70 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
71 | 71 | <Optimize>false</Optimize> |
72 | 72 | <DebugType>full</DebugType> |
|
75 | 75 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'"> |
76 | 76 | <DebugSymbols>true</DebugSymbols> |
77 | 77 | <OutputPath>bin\x86\DebugWin\</OutputPath> |
78 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS2</DefineConstants> |
| 78 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS2</DefineConstants> |
79 | 79 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
80 | 80 | <Optimize>false</Optimize> |
81 | 81 | <DebugType>full</DebugType> |
|
87 | 87 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
88 | 88 | <DebugSymbols>true</DebugSymbols> |
89 | 89 | <OutputPath>bin\x64\DebugWin\</OutputPath> |
90 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS2</DefineConstants> |
| 90 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2;PYTHON27;UCS2</DefineConstants> |
91 | 91 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
92 | 92 | <Optimize>false</Optimize> |
93 | 93 | <DebugType>full</DebugType> |
|
0 commit comments