|
1 | 1 | <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
2 | 2 | <PropertyGroup> |
3 | 3 | <ProjectGuid>{6A2917CE-58E4-4CB8-88D8-68A83EFA5829}</ProjectGuid> |
4 | | - <ProjectVersion>20.1</ProjectVersion> |
| 4 | + <ProjectVersion>20.2</ProjectVersion> |
5 | 5 | <FrameworkType>None</FrameworkType> |
6 | 6 | <Base>True</Base> |
7 | 7 | <Config Condition="'$(Config)'==''">Release</Config> |
|
75 | 75 | <CfgParent>Base</CfgParent> |
76 | 76 | <Base>true</Base> |
77 | 77 | </PropertyGroup> |
| 78 | + <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''"> |
| 79 | + <Cfg_2_Win64>true</Cfg_2_Win64> |
| 80 | + <CfgParent>Cfg_2</CfgParent> |
| 81 | + <Cfg_2>true</Cfg_2> |
| 82 | + <Base>true</Base> |
| 83 | + </PropertyGroup> |
78 | 84 | <PropertyGroup Condition="'$(Base)'!=''"> |
79 | | - <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput> |
| 85 | + <DCC_DcuOutput>.\$(Platform)\$(Config)\trash</DCC_DcuOutput> |
80 | 86 | <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput> |
81 | 87 | <DCC_E>false</DCC_E> |
82 | 88 | <DCC_N>false</DCC_N> |
|
188 | 194 | <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo> |
189 | 195 | <DCC_DebugInformation>0</DCC_DebugInformation> |
190 | 196 | </PropertyGroup> |
| 197 | + <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''"> |
| 198 | + <VerInfo_Locale>1033</VerInfo_Locale> |
| 199 | + <Manifest_File>(None)</Manifest_File> |
| 200 | + <AppDPIAwarenessMode>none</AppDPIAwarenessMode> |
| 201 | + </PropertyGroup> |
191 | 202 | <ItemGroup> |
192 | 203 | <DelphiCompile Include="$(MainSource)"> |
193 | 204 | <MainSource>MainSource</MainSource> |
|
212 | 223 | <Source> |
213 | 224 | <Source Name="MainSource">RALTestServerDelphiConsole.dpr</Source> |
214 | 225 | </Source> |
| 226 | + <Excluded_Packages> |
| 227 | + <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages> |
| 228 | + <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages> |
| 229 | + </Excluded_Packages> |
215 | 230 | </Delphi.Personality> |
216 | | - <Deployment Version="4"> |
| 231 | + <Deployment Version="5"> |
217 | 232 | <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule"> |
218 | 233 | <Platform Name="iOSSimulator"> |
219 | 234 | <Overwrite>true</Overwrite> |
|
229 | 244 | <Overwrite>true</Overwrite> |
230 | 245 | </Platform> |
231 | 246 | </DeployFile> |
232 | | - <DeployFile LocalName="Win32\Debug\RALTestServerDelphiConsole.exe" Configuration="Debug" Class="ProjectOutput"> |
233 | | - <Platform Name="Win32"> |
234 | | - <RemoteName>RALTestServerDelphiConsole.exe</RemoteName> |
| 247 | + <DeployFile LocalName="Linux64\Release\RALTestServerDelphiConsole" Configuration="Release" Class="ProjectOutput"> |
| 248 | + <Platform Name="Linux64"> |
| 249 | + <RemoteName>RALTestServerDelphiConsole</RemoteName> |
235 | 250 | <Overwrite>true</Overwrite> |
236 | 251 | </Platform> |
237 | 252 | </DeployFile> |
| 253 | + <DeployFile LocalName="Win32\Debug\RALTestServerDelphiConsole.exe" Configuration="Debug" Class="ProjectOutput"/> |
238 | 254 | <DeployClass Name="AdditionalDebugSymbols"> |
239 | 255 | <Platform Name="iOSSimulator"> |
240 | 256 | <Operation>1</Operation> |
|
247 | 263 | <Operation>0</Operation> |
248 | 264 | </Platform> |
249 | 265 | </DeployClass> |
250 | | - <DeployClass Name="AndroidClasses"> |
251 | | - <Platform Name="Android"> |
252 | | - <RemoteDir>classes</RemoteDir> |
253 | | - <Operation>64</Operation> |
254 | | - </Platform> |
255 | | - <Platform Name="Android64"> |
256 | | - <RemoteDir>classes</RemoteDir> |
257 | | - <Operation>64</Operation> |
258 | | - </Platform> |
259 | | - </DeployClass> |
260 | 266 | <DeployClass Name="AndroidFileProvider"> |
261 | 267 | <Platform Name="Android"> |
262 | 268 | <RemoteDir>res\xml</RemoteDir> |
|
267 | 273 | <Operation>1</Operation> |
268 | 274 | </Platform> |
269 | 275 | </DeployClass> |
270 | | - <DeployClass Name="AndroidGDBServer"> |
271 | | - <Platform Name="Android"> |
272 | | - <RemoteDir>library\lib\armeabi-v7a</RemoteDir> |
273 | | - <Operation>1</Operation> |
274 | | - </Platform> |
275 | | - </DeployClass> |
276 | 276 | <DeployClass Name="AndroidLibnativeArmeabiFile"> |
277 | 277 | <Platform Name="Android"> |
278 | 278 | <RemoteDir>library\lib\armeabi</RemoteDir> |
|
0 commit comments