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