|
17 | 17 | <!--If need to freeze language version: <LangVersion>5</LangVersion> !--> |
18 | 18 | <RestorePackages>true</RestorePackages> |
19 | 19 | </PropertyGroup> |
20 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'"> |
21 | | - <DebugSymbols>true</DebugSymbols> |
22 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
23 | | - <DebugType>full</DebugType> |
| 20 | + <PropertyGroup Condition=" '$(Platform)' == 'x86'"> |
24 | 21 | <PlatformTarget>x86</PlatformTarget> |
25 | | - <ErrorReport>prompt</ErrorReport> |
26 | 22 | </PropertyGroup> |
27 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
28 | | - <DebugSymbols>true</DebugSymbols> |
29 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
30 | | - <DebugType>full</DebugType> |
| 23 | + <PropertyGroup Condition=" '$(Platform)' == 'x64'"> |
31 | 24 | <PlatformTarget>x64</PlatformTarget> |
32 | | - <ErrorReport>prompt</ErrorReport> |
33 | 25 | </PropertyGroup> |
34 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
35 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
36 | | - <Optimize>true</Optimize> |
37 | | - <DebugType>pdbonly</DebugType> |
38 | | - <PlatformTarget>x86</PlatformTarget> |
| 26 | + <PropertyGroup Condition=" '$(Configuration)' == 'DebugMono'"> |
| 27 | + <DebugSymbols>true</DebugSymbols> |
| 28 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;TRACE;DEBUG</DefineConstants> |
| 29 | + <DebugType>full</DebugType> |
39 | 30 | <ErrorReport>prompt</ErrorReport> |
40 | 31 | </PropertyGroup> |
41 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
| 32 | + <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMono'"> |
42 | 33 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
43 | 34 | <Optimize>true</Optimize> |
44 | 35 | <DebugType>pdbonly</DebugType> |
45 | | - <PlatformTarget>x64</PlatformTarget> |
46 | 36 | <ErrorReport>prompt</ErrorReport> |
47 | 37 | </PropertyGroup> |
48 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x86'"> |
| 38 | + <PropertyGroup Condition=" '$(Configuration)' == 'DebugWin'"> |
49 | 39 | <DebugSymbols>true</DebugSymbols> |
50 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
| 40 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2;TRACE;DEBUG</DefineConstants> |
51 | 41 | <DebugType>full</DebugType> |
52 | | - <PlatformTarget>x86</PlatformTarget> |
53 | 42 | <ErrorReport>prompt</ErrorReport> |
54 | 43 | </PropertyGroup> |
55 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
56 | | - <DebugSymbols>true</DebugSymbols> |
57 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON2</DefineConstants> |
58 | | - <DebugType>full</DebugType> |
59 | | - <PlatformTarget>x64</PlatformTarget> |
60 | | - <ErrorReport>prompt</ErrorReport> |
61 | | - </PropertyGroup> |
62 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
| 44 | + <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWin'"> |
63 | 45 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
64 | 46 | <Optimize>true</Optimize> |
65 | 47 | <DebugType>pdbonly</DebugType> |
66 | | - <PlatformTarget>x86</PlatformTarget> |
67 | | - <ErrorReport>prompt</ErrorReport> |
68 | | - </PropertyGroup> |
69 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
70 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON2</DefineConstants> |
71 | | - <Optimize>true</Optimize> |
72 | | - <DebugType>pdbonly</DebugType> |
73 | | - <PlatformTarget>x64</PlatformTarget> |
74 | 48 | <ErrorReport>prompt</ErrorReport> |
75 | 49 | </PropertyGroup> |
76 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x86'"> |
| 50 | + <PropertyGroup Condition=" '$(Configuration)' == 'DebugMonoPY3'"> |
77 | 51 | <DebugSymbols>true</DebugSymbols> |
78 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
| 52 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;TRACE;DEBUG</DefineConstants> |
79 | 53 | <DebugType>full</DebugType> |
80 | | - <PlatformTarget>x86</PlatformTarget> |
81 | 54 | <ErrorReport>prompt</ErrorReport> |
82 | 55 | </PropertyGroup> |
83 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugMonoPY3|x64'"> |
84 | | - <DebugSymbols>true</DebugSymbols> |
85 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
86 | | - <DebugType>full</DebugType> |
87 | | - <PlatformTarget>x64</PlatformTarget> |
88 | | - <ErrorReport>prompt</ErrorReport> |
89 | | - </PropertyGroup> |
90 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x86'"> |
| 56 | + <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseMonoPY3'"> |
91 | 57 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
92 | 58 | <Optimize>true</Optimize> |
93 | 59 | <DebugType>pdbonly</DebugType> |
94 | | - <PlatformTarget>x86</PlatformTarget> |
95 | | - <ErrorReport>prompt</ErrorReport> |
96 | | - </PropertyGroup> |
97 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseMonoPY3|x64'"> |
98 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
99 | | - <Optimize>true</Optimize> |
100 | | - <DebugType>pdbonly</DebugType> |
101 | | - <PlatformTarget>x64</PlatformTarget> |
102 | 60 | <ErrorReport>prompt</ErrorReport> |
103 | 61 | </PropertyGroup> |
104 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x86'"> |
| 62 | + <PropertyGroup Condition=" '$(Configuration)' == 'DebugWinPY3'"> |
105 | 63 | <DebugSymbols>true</DebugSymbols> |
106 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
| 64 | + <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3;TRACE;DEBUG</DefineConstants> |
107 | 65 | <DebugType>full</DebugType> |
108 | | - <PlatformTarget>x86</PlatformTarget> |
109 | 66 | <ErrorReport>prompt</ErrorReport> |
110 | 67 | </PropertyGroup> |
111 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'DebugWinPY3|x64'"> |
112 | | - <DebugSymbols>true</DebugSymbols> |
113 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">TRACE;DEBUG;PYTHON3</DefineConstants> |
114 | | - <DebugType>full</DebugType> |
115 | | - <PlatformTarget>x64</PlatformTarget> |
116 | | - <ErrorReport>prompt</ErrorReport> |
117 | | - </PropertyGroup> |
118 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x86'"> |
| 68 | + <PropertyGroup Condition=" '$(Configuration)' == 'ReleaseWinPY3'"> |
119 | 69 | <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
120 | 70 | <Optimize>true</Optimize> |
121 | 71 | <DebugType>pdbonly</DebugType> |
122 | | - <PlatformTarget>x86</PlatformTarget> |
123 | | - <ErrorReport>prompt</ErrorReport> |
124 | | - </PropertyGroup> |
125 | | - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'ReleaseWinPY3|x64'"> |
126 | | - <DefineConstants Condition="'$(DefineConstants)' == ''">PYTHON3</DefineConstants> |
127 | | - <Optimize>true</Optimize> |
128 | | - <DebugType>pdbonly</DebugType> |
129 | | - <PlatformTarget>x64</PlatformTarget> |
130 | 72 | <ErrorReport>prompt</ErrorReport> |
131 | 73 | </PropertyGroup> |
132 | 74 | <ItemGroup> |
|
0 commit comments