source: os/trunk/lddesktop.dproj

Last change on this file was 13, checked in by chronos, 9 years ago
  • Modified: Allow receive mouse move mesages to focused form even if mouse position is outside of form area.
  • Fixed: Pass key press messages only to focused form and focused TControl like TEdit.
File size: 27.2 KB
Line 
1<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2 <PropertyGroup>
3 <ProjectGuid>{B32416A8-1A9B-433D-A818-FE7B8461763B}</ProjectGuid>
4 <ProjectVersion>18.0</ProjectVersion>
5 <FrameworkType>VCL</FrameworkType>
6 <MainSource>lddesktop.dpr</MainSource>
7 <Base>True</Base>
8 <Config Condition="'$(Config)'==''">Debug</Config>
9 <Platform Condition="'$(Platform)'==''">Win32</Platform>
10 <TargetedPlatforms>1</TargetedPlatforms>
11 <AppType>Application</AppType>
12 </PropertyGroup>
13 <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14 <Base>true</Base>
15 </PropertyGroup>
16 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
17 <Base_Win32>true</Base_Win32>
18 <CfgParent>Base</CfgParent>
19 <Base>true</Base>
20 </PropertyGroup>
21 <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
22 <Cfg_1>true</Cfg_1>
23 <CfgParent>Base</CfgParent>
24 <Base>true</Base>
25 </PropertyGroup>
26 <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
27 <Cfg_1_Win32>true</Cfg_1_Win32>
28 <CfgParent>Cfg_1</CfgParent>
29 <Cfg_1>true</Cfg_1>
30 <Base>true</Base>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
33 <Cfg_2>true</Cfg_2>
34 <CfgParent>Base</CfgParent>
35 <Base>true</Base>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Base)'!=''">
38 <SanitizedProjectName>lddesktop</SanitizedProjectName>
39 <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
40 <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
41 <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
42 <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
43 <DCC_E>false</DCC_E>
44 <DCC_N>false</DCC_N>
45 <DCC_S>false</DCC_S>
46 <DCC_F>false</DCC_F>
47 <DCC_K>false</DCC_K>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Base_Win32)'!=''">
50 <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
51 <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
52 <DCC_UsePackage>bindcompfmx;DBXSqliteDriver;vcldbx;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;vclib;inetdbbde;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;DataSnapProviderClient;xmlrtl;svnui;ibxpress;DbxCommonDriver;DBXSybaseASEDriver;vclimg;IndyProtocols;dbxcds;DBXMySQLDriver;MetropolisUILiveTile;vclactnband;bindengine;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;vcltouch;DBXDb2Driver;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;IndyIPServer;DBXInformixDriver;Intraweb;fmxase;vcl;IndyCore;DataSnapConnectors;IndyIPCommon;CloudService;DBXMSSQLDriver;dsnapcon;DBXFirebirdDriver;FmxTeeUI;inet;fmxobj;vclx;inetdbxpress;webdsnap;svn;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;adortl;DataSnapIndy10ServerTransport;IndyIPClient;$(DCC_UsePackage)</DCC_UsePackage>
53 <VerInfo_Locale>1033</VerInfo_Locale>
54 <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
55 <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
56 <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
57 </PropertyGroup>
58 <PropertyGroup Condition="'$(Cfg_1)'!=''">
59 <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
60 <DCC_DebugDCUs>true</DCC_DebugDCUs>
61 <DCC_Optimize>false</DCC_Optimize>
62 <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
63 <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
64 <DCC_RemoteDebug>true</DCC_RemoteDebug>
65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
67 <DCC_RemoteDebug>false</DCC_RemoteDebug>
68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Cfg_2)'!=''">
70 <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
71 <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
72 <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
73 <DCC_DebugInformation>0</DCC_DebugInformation>
74 </PropertyGroup>
75 <ItemGroup>
76 <DelphiCompile Include="$(MainSource)">
77 <MainSource>MainSource</MainSource>
78 </DelphiCompile>
79 <DCCReference Include="UFormMain.pas">
80 <Form>FormScreen</Form>
81 <FormType>dfm</FormType>
82 </DCCReference>
83 <DCCReference Include="Drivers\Driver.VideoVCL.pas"/>
84 <DCCReference Include="Drivers\Driver.SystemVCL.pas">
85 <Form>$R *.res</Form>
86 </DCCReference>
87 <DCCReference Include="Drivers\Driver.KeyboardVCL.pas"/>
88 <DCCReference Include="Drivers\Driver.MouseVCL.pas"/>
89 <DCCReference Include="Xvcl\Xvcl.Classes.pas"/>
90 <DCCReference Include="Xvcl\Xvcl.Controls.pas"/>
91 <DCCReference Include="Xvcl\Xvcl.Forms.pas"/>
92 <DCCReference Include="Xvcl\Xvcl.Generics.pas"/>
93 <DCCReference Include="Xvcl\Xvcl.Graphics.pas"/>
94 <DCCReference Include="System\LDOS.Kernel.pas"/>
95 <DCCReference Include="System\LDOS.Task.pas"/>
96 <DCCReference Include="Applications\TestApplication.pas"/>
97 <DCCReference Include="Applications\UDesktop.pas"/>
98 <DCCReference Include="System\LDOS.Mem.pas"/>
99 <BuildConfiguration Include="Release">
100 <Key>Cfg_2</Key>
101 <CfgParent>Base</CfgParent>
102 </BuildConfiguration>
103 <BuildConfiguration Include="Base">
104 <Key>Base</Key>
105 </BuildConfiguration>
106 <BuildConfiguration Include="Debug">
107 <Key>Cfg_1</Key>
108 <CfgParent>Base</CfgParent>
109 </BuildConfiguration>
110 </ItemGroup>
111 <ProjectExtensions>
112 <Borland.Personality>Delphi.Personality.12</Borland.Personality>
113 <Borland.ProjectType/>
114 <BorlandProject>
115 <Delphi.Personality>
116 <VersionInfo>
117 <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
118 <VersionInfo Name="AutoIncBuild">False</VersionInfo>
119 <VersionInfo Name="MajorVer">1</VersionInfo>
120 <VersionInfo Name="MinorVer">0</VersionInfo>
121 <VersionInfo Name="Release">0</VersionInfo>
122 <VersionInfo Name="Build">0</VersionInfo>
123 <VersionInfo Name="Debug">False</VersionInfo>
124 <VersionInfo Name="PreRelease">False</VersionInfo>
125 <VersionInfo Name="Special">False</VersionInfo>
126 <VersionInfo Name="Private">False</VersionInfo>
127 <VersionInfo Name="DLL">False</VersionInfo>
128 <VersionInfo Name="Locale">1029</VersionInfo>
129 <VersionInfo Name="CodePage">1250</VersionInfo>
130 </VersionInfo>
131 <VersionInfoKeys>
132 <VersionInfoKeys Name="CompanyName"/>
133 <VersionInfoKeys Name="FileDescription"/>
134 <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
135 <VersionInfoKeys Name="InternalName"/>
136 <VersionInfoKeys Name="LegalCopyright"/>
137 <VersionInfoKeys Name="LegalTrademarks"/>
138 <VersionInfoKeys Name="OriginalFilename"/>
139 <VersionInfoKeys Name="ProductName"/>
140 <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
141 <VersionInfoKeys Name="Comments"/>
142 <VersionInfoKeys Name="CFBundleName"/>
143 <VersionInfoKeys Name="CFBundleDisplayName"/>
144 <VersionInfoKeys Name="CFBundleIdentifier"/>
145 <VersionInfoKeys Name="CFBundleVersion"/>
146 <VersionInfoKeys Name="CFBundlePackageType"/>
147 <VersionInfoKeys Name="CFBundleSignature"/>
148 <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
149 <VersionInfoKeys Name="CFBundleExecutable"/>
150 </VersionInfoKeys>
151 <Source>
152 <Source Name="MainSource">lddesktop.dpr</Source>
153 </Source>
154 </Delphi.Personality>
155 <Deployment Version="2">
156 <DeployClass Name="DependencyModule">
157 <Platform Name="Win32">
158 <Operation>0</Operation>
159 <Extensions>.dll;.bpl</Extensions>
160 </Platform>
161 <Platform Name="iOSDevice64">
162 <Operation>1</Operation>
163 <Extensions>.dylib</Extensions>
164 </Platform>
165 <Platform Name="OSX32">
166 <RemoteDir>Contents\MacOS</RemoteDir>
167 <Operation>1</Operation>
168 <Extensions>.dylib</Extensions>
169 </Platform>
170 <Platform Name="iOSDevice32">
171 <Operation>1</Operation>
172 <Extensions>.dylib</Extensions>
173 </Platform>
174 <Platform Name="iOSSimulator">
175 <Operation>1</Operation>
176 <Extensions>.dylib</Extensions>
177 </Platform>
178 </DeployClass>
179 <DeployClass Name="ProjectOSXResource">
180 <Platform Name="OSX32">
181 <RemoteDir>Contents\Resources</RemoteDir>
182 <Operation>1</Operation>
183 </Platform>
184 </DeployClass>
185 <DeployClass Name="AndroidClassesDexFile">
186 <Platform Name="Android">
187 <RemoteDir>classes</RemoteDir>
188 <Operation>1</Operation>
189 </Platform>
190 </DeployClass>
191 <DeployClass Name="AdditionalDebugSymbols">
192 <Platform Name="Win32">
193 <RemoteDir>Contents\MacOS</RemoteDir>
194 <Operation>0</Operation>
195 </Platform>
196 <Platform Name="iOSSimulator">
197 <Operation>1</Operation>
198 </Platform>
199 <Platform Name="OSX32">
200 <RemoteDir>Contents\MacOS</RemoteDir>
201 <Operation>1</Operation>
202 </Platform>
203 </DeployClass>
204 <DeployClass Name="iPad_Launch768">
205 <Platform Name="iOSSimulator">
206 <Operation>1</Operation>
207 </Platform>
208 <Platform Name="iOSDevice64">
209 <Operation>1</Operation>
210 </Platform>
211 <Platform Name="iOSDevice32">
212 <Operation>1</Operation>
213 </Platform>
214 </DeployClass>
215 <DeployClass Name="Android_LauncherIcon144">
216 <Platform Name="Android">
217 <RemoteDir>res\drawable-xxhdpi</RemoteDir>
218 <Operation>1</Operation>
219 </Platform>
220 </DeployClass>
221 <DeployClass Name="AndroidLibnativeMipsFile">
222 <Platform Name="Android">
223 <RemoteDir>library\lib\mips</RemoteDir>
224 <Operation>1</Operation>
225 </Platform>
226 </DeployClass>
227 <DeployClass Required="true" Name="ProjectOutput">
228 <Platform Name="Win32">
229 <Operation>0</Operation>
230 </Platform>
231 <Platform Name="iOSDevice64">
232 <Operation>1</Operation>
233 </Platform>
234 <Platform Name="OSX32">
235 <RemoteDir>Contents\MacOS</RemoteDir>
236 <Operation>1</Operation>
237 </Platform>
238 <Platform Name="iOSDevice32">
239 <Operation>1</Operation>
240 </Platform>
241 <Platform Name="Android">
242 <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
243 <Operation>1</Operation>
244 </Platform>
245 <Platform Name="iOSSimulator">
246 <Operation>1</Operation>
247 </Platform>
248 </DeployClass>
249 <DeployClass Name="DependencyFramework">
250 <Platform Name="Win32">
251 <Operation>0</Operation>
252 </Platform>
253 <Platform Name="OSX32">
254 <RemoteDir>Contents\MacOS</RemoteDir>
255 <Operation>1</Operation>
256 <Extensions>.framework</Extensions>
257 </Platform>
258 </DeployClass>
259 <DeployClass Name="iPhone_Launch640">
260 <Platform Name="iOSSimulator">
261 <Operation>1</Operation>
262 </Platform>
263 <Platform Name="iOSDevice64">
264 <Operation>1</Operation>
265 </Platform>
266 <Platform Name="iOSDevice32">
267 <Operation>1</Operation>
268 </Platform>
269 </DeployClass>
270 <DeployClass Name="iPad_Launch1024">
271 <Platform Name="iOSSimulator">
272 <Operation>1</Operation>
273 </Platform>
274 <Platform Name="iOSDevice64">
275 <Operation>1</Operation>
276 </Platform>
277 <Platform Name="iOSDevice32">
278 <Operation>1</Operation>
279 </Platform>
280 </DeployClass>
281 <DeployClass Name="ProjectiOSDeviceDebug">
282 <Platform Name="iOSDevice64">
283 <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
284 <Operation>1</Operation>
285 </Platform>
286 <Platform Name="iOSDevice32">
287 <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
288 <Operation>1</Operation>
289 </Platform>
290 </DeployClass>
291 <DeployClass Name="AndroidLibnativeX86File">
292 <Platform Name="Android">
293 <RemoteDir>library\lib\x86</RemoteDir>
294 <Operation>1</Operation>
295 </Platform>
296 </DeployClass>
297 <DeployClass Name="iPhone_Launch320">
298 <Platform Name="iOSSimulator">
299 <Operation>1</Operation>
300 </Platform>
301 <Platform Name="iOSDevice64">
302 <Operation>1</Operation>
303 </Platform>
304 <Platform Name="iOSDevice32">
305 <Operation>1</Operation>
306 </Platform>
307 </DeployClass>
308 <DeployClass Name="ProjectiOSInfoPList">
309 <Platform Name="iOSSimulator">
310 <Operation>1</Operation>
311 </Platform>
312 <Platform Name="iOSDevice64">
313 <Operation>1</Operation>
314 </Platform>
315 <Platform Name="iOSDevice32">
316 <Operation>1</Operation>
317 </Platform>
318 </DeployClass>
319 <DeployClass Name="AndroidLibnativeArmeabiFile">
320 <Platform Name="Android">
321 <RemoteDir>library\lib\armeabi</RemoteDir>
322 <Operation>1</Operation>
323 </Platform>
324 </DeployClass>
325 <DeployClass Name="DebugSymbols">
326 <Platform Name="Win32">
327 <Operation>0</Operation>
328 </Platform>
329 <Platform Name="iOSSimulator">
330 <Operation>1</Operation>
331 </Platform>
332 <Platform Name="OSX32">
333 <RemoteDir>Contents\MacOS</RemoteDir>
334 <Operation>1</Operation>
335 </Platform>
336 </DeployClass>
337 <DeployClass Name="iPad_Launch1536">
338 <Platform Name="iOSSimulator">
339 <Operation>1</Operation>
340 </Platform>
341 <Platform Name="iOSDevice64">
342 <Operation>1</Operation>
343 </Platform>
344 <Platform Name="iOSDevice32">
345 <Operation>1</Operation>
346 </Platform>
347 </DeployClass>
348 <DeployClass Name="Android_SplashImage470">
349 <Platform Name="Android">
350 <RemoteDir>res\drawable-normal</RemoteDir>
351 <Operation>1</Operation>
352 </Platform>
353 </DeployClass>
354 <DeployClass Name="Android_LauncherIcon96">
355 <Platform Name="Android">
356 <RemoteDir>res\drawable-xhdpi</RemoteDir>
357 <Operation>1</Operation>
358 </Platform>
359 </DeployClass>
360 <DeployClass Name="Android_SplashImage640">
361 <Platform Name="Android">
362 <RemoteDir>res\drawable-large</RemoteDir>
363 <Operation>1</Operation>
364 </Platform>
365 </DeployClass>
366 <DeployClass Name="iPhone_Launch640x1136">
367 <Platform Name="iOSSimulator">
368 <Operation>1</Operation>
369 </Platform>
370 <Platform Name="iOSDevice64">
371 <Operation>1</Operation>
372 </Platform>
373 <Platform Name="iOSDevice32">
374 <Operation>1</Operation>
375 </Platform>
376 </DeployClass>
377 <DeployClass Name="ProjectiOSEntitlements">
378 <Platform Name="iOSDevice64">
379 <RemoteDir>../</RemoteDir>
380 <Operation>1</Operation>
381 </Platform>
382 <Platform Name="iOSDevice32">
383 <RemoteDir>../</RemoteDir>
384 <Operation>1</Operation>
385 </Platform>
386 </DeployClass>
387 <DeployClass Name="Android_LauncherIcon72">
388 <Platform Name="Android">
389 <RemoteDir>res\drawable-hdpi</RemoteDir>
390 <Operation>1</Operation>
391 </Platform>
392 </DeployClass>
393 <DeployClass Name="AndroidGDBServer">
394 <Platform Name="Android">
395 <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
396 <Operation>1</Operation>
397 </Platform>
398 </DeployClass>
399 <DeployClass Name="ProjectOSXInfoPList">
400 <Platform Name="OSX32">
401 <RemoteDir>Contents</RemoteDir>
402 <Operation>1</Operation>
403 </Platform>
404 </DeployClass>
405 <DeployClass Name="ProjectOSXEntitlements">
406 <Platform Name="OSX32">
407 <RemoteDir>../</RemoteDir>
408 <Operation>1</Operation>
409 </Platform>
410 </DeployClass>
411 <DeployClass Name="iPad_Launch2048">
412 <Platform Name="iOSSimulator">
413 <Operation>1</Operation>
414 </Platform>
415 <Platform Name="iOSDevice64">
416 <Operation>1</Operation>
417 </Platform>
418 <Platform Name="iOSDevice32">
419 <Operation>1</Operation>
420 </Platform>
421 </DeployClass>
422 <DeployClass Name="AndroidSplashStyles">
423 <Platform Name="Android">
424 <RemoteDir>res\values</RemoteDir>
425 <Operation>1</Operation>
426 </Platform>
427 </DeployClass>
428 <DeployClass Name="Android_SplashImage426">
429 <Platform Name="Android">
430 <RemoteDir>res\drawable-small</RemoteDir>
431 <Operation>1</Operation>
432 </Platform>
433 </DeployClass>
434 <DeployClass Name="AndroidSplashImageDef">
435 <Platform Name="Android">
436 <RemoteDir>res\drawable</RemoteDir>
437 <Operation>1</Operation>
438 </Platform>
439 </DeployClass>
440 <DeployClass Name="ProjectiOSResource">
441 <Platform Name="iOSSimulator">
442 <Operation>1</Operation>
443 </Platform>
444 <Platform Name="iOSDevice64">
445 <Operation>1</Operation>
446 </Platform>
447 <Platform Name="iOSDevice32">
448 <Operation>1</Operation>
449 </Platform>
450 </DeployClass>
451 <DeployClass Name="ProjectAndroidManifest">
452 <Platform Name="Android">
453 <Operation>1</Operation>
454 </Platform>
455 </DeployClass>
456 <DeployClass Name="Android_DefaultAppIcon">
457 <Platform Name="Android">
458 <RemoteDir>res\drawable</RemoteDir>
459 <Operation>1</Operation>
460 </Platform>
461 </DeployClass>
462 <DeployClass Name="File">
463 <Platform Name="Win32">
464 <Operation>0</Operation>
465 </Platform>
466 <Platform Name="iOSDevice64">
467 <Operation>0</Operation>
468 </Platform>
469 <Platform Name="OSX32">
470 <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
471 <Operation>0</Operation>
472 </Platform>
473 <Platform Name="iOSDevice32">
474 <Operation>0</Operation>
475 </Platform>
476 <Platform Name="Android">
477 <Operation>0</Operation>
478 </Platform>
479 <Platform Name="iOSSimulator">
480 <Operation>0</Operation>
481 </Platform>
482 </DeployClass>
483 <DeployClass Name="AndroidServiceOutput">
484 <Platform Name="Android">
485 <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
486 <Operation>1</Operation>
487 </Platform>
488 </DeployClass>
489 <DeployClass Required="true" Name="DependencyPackage">
490 <Platform Name="Win32">
491 <Operation>0</Operation>
492 <Extensions>.bpl</Extensions>
493 </Platform>
494 <Platform Name="iOSDevice64">
495 <Operation>1</Operation>
496 <Extensions>.dylib</Extensions>
497 </Platform>
498 <Platform Name="OSX32">
499 <RemoteDir>Contents\MacOS</RemoteDir>
500 <Operation>1</Operation>
501 <Extensions>.dylib</Extensions>
502 </Platform>
503 <Platform Name="iOSDevice32">
504 <Operation>1</Operation>
505 <Extensions>.dylib</Extensions>
506 </Platform>
507 <Platform Name="iOSSimulator">
508 <Operation>1</Operation>
509 <Extensions>.dylib</Extensions>
510 </Platform>
511 </DeployClass>
512 <DeployClass Name="Android_LauncherIcon48">
513 <Platform Name="Android">
514 <RemoteDir>res\drawable-mdpi</RemoteDir>
515 <Operation>1</Operation>
516 </Platform>
517 </DeployClass>
518 <DeployClass Name="Android_SplashImage960">
519 <Platform Name="Android">
520 <RemoteDir>res\drawable-xlarge</RemoteDir>
521 <Operation>1</Operation>
522 </Platform>
523 </DeployClass>
524 <DeployClass Name="Android_LauncherIcon36">
525 <Platform Name="Android">
526 <RemoteDir>res\drawable-ldpi</RemoteDir>
527 <Operation>1</Operation>
528 </Platform>
529 </DeployClass>
530 <DeployClass Name="ProjectiOSDeviceResourceRules">
531 <Platform Name="iOSDevice64">
532 <Operation>1</Operation>
533 </Platform>
534 <Platform Name="iOSDevice32">
535 <Operation>1</Operation>
536 </Platform>
537 </DeployClass>
538 <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
539 <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
540 <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
541 <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
542 <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
543 <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
544 <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
545 </Deployment>
546 <Platforms>
547 <Platform value="Win32">True</Platform>
548 </Platforms>
549 <ModelSupport>False</ModelSupport>
550 </BorlandProject>
551 <ProjectFileVersion>12</ProjectFileVersion>
552 </ProjectExtensions>
553 <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
554 <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
555 <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
556</Project>
Note: See TracBrowser for help on using the repository browser.