|
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)' == ''">PYTHON35, UCS4</DefineConstants> |
17 | 17 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
18 | 18 | <Optimize>true</Optimize>
|
19 | 19 | <DebugType>pdbonly</DebugType>
|
20 | 20 | <PlatformTarget>x86</PlatformTarget>
|
21 | 21 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
22 | 22 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
23 |
| - <DefineConstants>PYTHON27,UCS2</DefineConstants> |
| 23 | + <DefineConstants>PYTHON35,UCS2</DefineConstants> |
24 | 24 | </PropertyGroup>
|
25 | 25 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'">
|
26 | 26 | <OutputPath>bin\x64\ReleaseMono\</OutputPath>
|
27 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS4</DefineConstants> |
| 27 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON35, UCS4</DefineConstants> |
28 | 28 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
29 | 29 | <Optimize>true</Optimize>
|
30 | 30 | <DebugType>pdbonly</DebugType>
|
|
34 | 34 | </PropertyGroup>
|
35 | 35 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'">
|
36 | 36 | <OutputPath>bin\x86\ReleaseWin\</OutputPath>
|
37 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS2</DefineConstants> |
| 37 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON35, UCS2</DefineConstants> |
38 | 38 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
39 | 39 | <Optimize>true</Optimize>
|
40 | 40 | <DebugType>pdbonly</DebugType>
|
|
44 | 44 | </PropertyGroup>
|
45 | 45 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'">
|
46 | 46 | <OutputPath>bin\x64\ReleaseWin\</OutputPath>
|
47 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON27, UCS2</DefineConstants> |
| 47 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON35, UCS2</DefineConstants> |
48 | 48 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
49 | 49 | <Optimize>true</Optimize>
|
50 | 50 | <DebugType>pdbonly</DebugType>
|
51 | 51 | <PlatformTarget>x64</PlatformTarget>
|
52 | 52 | <CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
53 | 53 | <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
54 |
| - <DefineConstants>PYTHON34, UCS2</DefineConstants> |
| 54 | + <DefineConstants>PYTHON35,UCS2</DefineConstants> |
55 | 55 | </PropertyGroup>
|
56 | 56 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'">
|
57 | 57 | <DebugSymbols>true</DebugSymbols>
|
58 | 58 | <OutputPath>bin\x86\DebugMono\</OutputPath>
|
59 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS4</DefineConstants> |
| 59 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON35,UCS4</DefineConstants> |
60 | 60 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
61 | 61 | <Optimize>false</Optimize>
|
62 | 62 | <DebugType>full</DebugType>
|
|
68 | 68 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'">
|
69 | 69 | <DebugSymbols>true</DebugSymbols>
|
70 | 70 | <OutputPath>bin\x64\DebugMono\</OutputPath>
|
71 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS4</DefineConstants> |
| 71 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON35,UCS4</DefineConstants> |
72 | 72 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
73 | 73 | <Optimize>false</Optimize>
|
74 | 74 | <DebugType>full</DebugType>
|
|
77 | 77 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'">
|
78 | 78 | <DebugSymbols>true</DebugSymbols>
|
79 | 79 | <OutputPath>bin\x86\DebugWin\</OutputPath>
|
80 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS2</DefineConstants> |
| 80 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON35,UCS2</DefineConstants> |
81 | 81 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
82 | 82 | <Optimize>false</Optimize>
|
83 | 83 | <DebugType>full</DebugType>
|
|
89 | 89 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'">
|
90 | 90 | <DebugSymbols>true</DebugSymbols>
|
91 | 91 | <OutputPath>bin\x64\DebugWin\</OutputPath>
|
92 |
| - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON27,UCS2</DefineConstants> |
| 92 | + <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON35,UCS2</DefineConstants> |
93 | 93 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
94 | 94 | <Optimize>false</Optimize>
|
95 | 95 | <DebugType>full</DebugType>
|
96 | 96 | <PlatformTarget>x64</PlatformTarget>
|
| 97 | + <DefineConstants>TRACE;DEBUG;PYTHON35,UCS2</DefineConstants> |
97 | 98 | </PropertyGroup>
|
98 | 99 | <Choose>
|
99 | 100 | <When Condition=" '$(Configuration)'=='DebugMono' ">
|
|
0 commit comments