|
15 | 15 | <SolutionDirCondition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
|
16 | 16 | <PythonBuildDirCondition=" '$(PythonBuildDir)' == ''">$(SolutionDir)</PythonBuildDir>
|
17 | 17 | </PropertyGroup>
|
18 |
| - <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU'"> |
19 |
| - <DebugSymbols>True</DebugSymbols> |
20 |
| - <DebugType>full</DebugType> |
21 |
| - <Optimize>False</Optimize> |
22 |
| - <OutputPath>bin\Debug\</OutputPath> |
23 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
24 |
| - <WarningLevel>4</WarningLevel> |
25 |
| - </PropertyGroup> |
26 |
| - <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> |
27 |
| - <DebugType>pdbonly</DebugType> |
28 |
| - <Optimize>True</Optimize> |
29 |
| - <OutputPath>bin\Release\</OutputPath> |
30 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">TRACE</DefineConstants> |
31 |
| - <DebugSymbols>True</DebugSymbols> |
32 |
| - <UseVSHostingProcess>false</UseVSHostingProcess> |
33 |
| - <WarningLevel>4</WarningLevel> |
34 |
| - </PropertyGroup> |
35 |
| - <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'EmbeddingTest|AnyCPU'"> |
36 |
| - <DebugSymbols>True</DebugSymbols> |
37 |
| - <OutputPath>bin\EmbeddingTest\</OutputPath> |
38 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
39 |
| - <DebugType>full</DebugType> |
40 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
41 |
| - <WarningLevel>4</WarningLevel> |
42 |
| - <Optimize>False</Optimize> |
43 |
| - </PropertyGroup> |
44 |
| - <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'UnitTests|AnyCPU'"> |
45 |
| - <DebugSymbols>True</DebugSymbols> |
46 |
| - <OutputPath>bin\UnitTests\</OutputPath> |
47 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
48 |
| - <DebugType>full</DebugType> |
49 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
50 |
| - <WarningLevel>4</WarningLevel> |
51 |
| - <Optimize>False</Optimize> |
52 |
| - </PropertyGroup> |
53 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
54 |
| - <DebugSymbols>True</DebugSymbols> |
55 |
| - <OutputPath>bin\x86\Debug\</OutputPath> |
| 18 | + <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'DebugMono|x86'"> |
| 19 | + <DebugSymbols>true</DebugSymbols> |
| 20 | + <OutputPath>bin\x86\DebugMono\</OutputPath> |
56 | 21 | <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
|
57 | 22 | <DebugType>full</DebugType>
|
58 | 23 | <PlatformTarget>x86</PlatformTarget>
|
59 |
| - <Externalconsole>True</Externalconsole> |
60 |
| - <WarningLevel>4</WarningLevel> |
61 |
| - <Optimize>False</Optimize> |
62 |
| - <ConsolePause>False</ConsolePause> |
63 |
| - </PropertyGroup> |
64 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
65 |
| - <DebugSymbols>True</DebugSymbols> |
66 |
| - <OutputPath>bin\x86\Release\</OutputPath> |
67 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">TRACE</DefineConstants> |
68 |
| - <Optimize>True</Optimize> |
69 |
| - <DebugType>pdbonly</DebugType> |
70 |
| - <PlatformTarget>x86</PlatformTarget> |
71 |
| - <UseVSHostingProcess>false</UseVSHostingProcess> |
72 |
| - <WarningLevel>4</WarningLevel> |
| 24 | + <ErrorReport>prompt</ErrorReport> |
73 | 25 | </PropertyGroup>
|
74 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x86'"> |
75 |
| - <DebugSymbols>True</DebugSymbols> |
76 |
| - <OutputPath>bin\x86\EmbeddingTest\</OutputPath> |
| 26 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugMono|x64'"> |
| 27 | + <DebugSymbols>true</DebugSymbols> |
| 28 | + <OutputPath>bin\x64\DebugMono\</OutputPath> |
77 | 29 | <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
|
78 | 30 | <DebugType>full</DebugType>
|
79 |
| - <PlatformTarget>x86</PlatformTarget> |
80 |
| - <WarningLevel>4</WarningLevel> |
81 |
| - <Optimize>False</Optimize> |
| 31 | + <PlatformTarget>x64</PlatformTarget> |
| 32 | + <ErrorReport>prompt</ErrorReport> |
82 | 33 | </PropertyGroup>
|
83 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'UnitTests|x86'"> |
84 |
| - <DebugSymbols>True</DebugSymbols> |
85 |
| - <OutputPath>bin\x86\UnitTests\</OutputPath> |
86 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
87 |
| - <DebugType>full</DebugType> |
| 34 | + <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'ReleaseMono|x86'"> |
| 35 | + <OutputPath>bin\x86\ReleaseMono\</OutputPath> |
| 36 | + <DefineConstantsCondition="'$(DefineConstants)' == ''"> |
| 37 | + </DefineConstants> |
| 38 | + <Optimize>true</Optimize> |
| 39 | + <DebugType>pdbonly</DebugType> |
88 | 40 | <PlatformTarget>x86</PlatformTarget>
|
89 |
| - <WarningLevel>4</WarningLevel> |
90 |
| - <Optimize>False</Optimize> |
| 41 | + <ErrorReport>prompt</ErrorReport> |
91 | 42 | </PropertyGroup>
|
92 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|AnyCPU'"> |
93 |
| - <DebugSymbols>True</DebugSymbols> |
94 |
| - <OutputPath>bin\DebugMono_x86\</OutputPath> |
95 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
96 |
| - <DebugType>full</DebugType> |
97 |
| - <PlatformTarget>AnyCPU</PlatformTarget> |
98 |
| - <WarningLevel>4</WarningLevel> |
99 |
| - <Optimize>False</Optimize> |
| 43 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseMono|x64'"> |
| 44 | + <OutputPath>bin\x64\ReleaseMono\</OutputPath> |
| 45 | + <DefineConstantsCondition="'$(DefineConstants)' == ''"> |
| 46 | + </DefineConstants> |
| 47 | + <Optimize>true</Optimize> |
| 48 | + <DebugType>pdbonly</DebugType> |
| 49 | + <PlatformTarget>x64</PlatformTarget> |
| 50 | + <ErrorReport>prompt</ErrorReport> |
100 | 51 | </PropertyGroup>
|
101 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|x86'"> |
102 |
| - <DebugSymbols>True</DebugSymbols> |
103 |
| - <OutputPath>bin\x86\DebugMono_x86\</OutputPath> |
| 52 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugWin|x86'"> |
| 53 | + <DebugSymbols>true</DebugSymbols> |
| 54 | + <OutputPath>bin\x86\DebugWin\</OutputPath> |
104 | 55 | <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
|
105 | 56 | <DebugType>full</DebugType>
|
106 | 57 | <PlatformTarget>x86</PlatformTarget>
|
107 |
| - <WarningLevel>4</WarningLevel> |
108 |
| - <Optimize>False</Optimize> |
| 58 | + <ErrorReport>prompt</ErrorReport> |
109 | 59 | </PropertyGroup>
|
110 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
111 |
| - <DebugSymbols>True</DebugSymbols> |
112 |
| - <OutputPath>bin\x64\Debug\</OutputPath> |
| 60 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugWin|x64'"> |
| 61 | + <DebugSymbols>true</DebugSymbols> |
| 62 | + <OutputPath>bin\x64\DebugWin\</OutputPath> |
113 | 63 | <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants>
|
114 | 64 | <DebugType>full</DebugType>
|
115 | 65 | <PlatformTarget>x64</PlatformTarget>
|
116 |
| - <WarningLevel>4</WarningLevel> |
117 |
| - <Optimize>False</Optimize> |
| 66 | + <ErrorReport>prompt</ErrorReport> |
118 | 67 | </PropertyGroup>
|
119 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
120 |
| - <DebugSymbols>True</DebugSymbols> |
121 |
| - <OutputPath>bin\x64\Release\</OutputPath> |
122 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">TRACE</DefineConstants> |
123 |
| - <Optimize>True</Optimize> |
| 68 | + <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'ReleaseWin|x86'"> |
| 69 | + <OutputPath>bin\x86\ReleaseWin\</OutputPath> |
| 70 | + <DefineConstantsCondition="'$(DefineConstants)' == ''"> |
| 71 | + </DefineConstants> |
| 72 | + <Optimize>true</Optimize> |
124 | 73 | <DebugType>pdbonly</DebugType>
|
125 |
| - <PlatformTarget>x64</PlatformTarget> |
126 |
| - <UseVSHostingProcess>false</UseVSHostingProcess> |
127 |
| - <WarningLevel>4</WarningLevel> |
128 |
| - </PropertyGroup> |
129 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'EmbeddingTest|x64'"> |
130 |
| - <DebugSymbols>True</DebugSymbols> |
131 |
| - <OutputPath>bin\x64\EmbeddingTest\</OutputPath> |
132 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
133 |
| - <DebugType>full</DebugType> |
134 |
| - <PlatformTarget>x64</PlatformTarget> |
135 |
| - <WarningLevel>4</WarningLevel> |
136 |
| - <Optimize>False</Optimize> |
137 |
| - </PropertyGroup> |
138 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'UnitTests|x64'"> |
139 |
| - <DebugSymbols>True</DebugSymbols> |
140 |
| - <OutputPath>bin\x64\UnitTests\</OutputPath> |
141 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
142 |
| - <DebugType>full</DebugType> |
143 |
| - <PlatformTarget>x64</PlatformTarget> |
144 |
| - <WarningLevel>4</WarningLevel> |
145 |
| - <Optimize>False</Optimize> |
| 74 | + <PlatformTarget>x86</PlatformTarget> |
| 75 | + <ErrorReport>prompt</ErrorReport> |
146 | 76 | </PropertyGroup>
|
147 |
| - <PropertyGroupCondition="'$(Configuration)|$(Platform)' == 'DebugMono_x86|x64'"> |
148 |
| - <DebugSymbols>True</DebugSymbols> |
149 |
| - <OutputPath>bin\x64\DebugMono_x86\</OutputPath> |
150 |
| - <DefineConstantsCondition="'$(DefineConstants)' == ''">DEBUG;TRACE</DefineConstants> |
151 |
| - <DebugType>full</DebugType> |
| 77 | + <PropertyGroupCondition=" '$(Configuration)|$(Platform)' == 'ReleaseWin|x64'"> |
| 78 | + <OutputPath>bin\x64\ReleaseWin\</OutputPath> |
| 79 | + <DefineConstantsCondition="'$(DefineConstants)' == ''"> |
| 80 | + </DefineConstants> |
| 81 | + <Optimize>true</Optimize> |
| 82 | + <DebugType>pdbonly</DebugType> |
152 | 83 | <PlatformTarget>x64</PlatformTarget>
|
153 |
| - <WarningLevel>4</WarningLevel> |
154 |
| - <Optimize>False</Optimize> |
| 84 | + <ErrorReport>prompt</ErrorReport> |
155 | 85 | </PropertyGroup>
|
156 | 86 | <PropertyGroupCondition="'$(PythonManifest)' != ''">
|
157 | 87 | <ApplicationManifest>$(PythonManifest)</ApplicationManifest>
|
|