Formula.dproj 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{880ECBBF-301D-4D8F-BC1F-1834C009885A}</ProjectGuid>
  4. <MainSource>Formula.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>19.0</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  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="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  32. <Cfg_2>true</Cfg_2>
  33. <CfgParent>Base</CfgParent>
  34. <Base>true</Base>
  35. </PropertyGroup>
  36. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  37. <Cfg_2_Win32>true</Cfg_2_Win32>
  38. <CfgParent>Cfg_2</CfgParent>
  39. <Cfg_2>true</Cfg_2>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <DCC_F>false</DCC_F>
  44. <DCC_S>false</DCC_S>
  45. <DCC_K>false</DCC_K>
  46. <DCC_ImageBase>00400000</DCC_ImageBase>
  47. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  48. <DCC_N>false</DCC_N>
  49. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  50. <SanitizedProjectName>Formula</SanitizedProjectName>
  51. <DCC_E>false</DCC_E>
  52. <VerInfo_Locale>1049</VerInfo_Locale>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  55. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  56. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  57. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  58. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  59. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  60. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  61. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  62. <VerInfo_Locale>1033</VerInfo_Locale>
  63. </PropertyGroup>
  64. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  65. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  66. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  67. </PropertyGroup>
  68. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  69. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  70. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  71. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  72. <DCC_DebugInformation>0</DCC_DebugInformation>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  75. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  76. <DCC_Optimize>false</DCC_Optimize>
  77. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  80. <BT_BuildType>Debug</BT_BuildType>
  81. <DCC_UnitSearchPath>..\..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  82. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  85. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  86. </PropertyGroup>
  87. <ItemGroup>
  88. <DelphiCompile Include="$(MainSource)">
  89. <MainSource>MainSource</MainSource>
  90. </DelphiCompile>
  91. <DCCReference Include="fFormula.pas">
  92. <Form>FormFormula</Form>
  93. </DCCReference>
  94. <BuildConfiguration Include="Debug">
  95. <Key>Cfg_2</Key>
  96. <CfgParent>Base</CfgParent>
  97. </BuildConfiguration>
  98. <BuildConfiguration Include="Base">
  99. <Key>Base</Key>
  100. </BuildConfiguration>
  101. <BuildConfiguration Include="Release">
  102. <Key>Cfg_1</Key>
  103. <CfgParent>Base</CfgParent>
  104. </BuildConfiguration>
  105. </ItemGroup>
  106. <ProjectExtensions>
  107. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  108. <Borland.ProjectType/>
  109. <BorlandProject>
  110. <Delphi.Personality>
  111. <Source>
  112. <Source Name="MainSource">Formula.dpr</Source>
  113. </Source>
  114. <Excluded_Packages>
  115. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  116. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  117. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  118. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  119. </Excluded_Packages>
  120. </Delphi.Personality>
  121. <Platforms>
  122. <Platform value="Win32">True</Platform>
  123. <Platform value="Win64">False</Platform>
  124. </Platforms>
  125. <Deployment Version="3">
  126. <DeployFile LocalName="Formula.exe" Configuration="Debug" Class="ProjectOutput">
  127. <Platform Name="Win32">
  128. <RemoteName>Formula.exe</RemoteName>
  129. <Overwrite>true</Overwrite>
  130. </Platform>
  131. </DeployFile>
  132. <DeployClass Name="AdditionalDebugSymbols">
  133. <Platform Name="iOSSimulator">
  134. <Operation>1</Operation>
  135. </Platform>
  136. <Platform Name="OSX32">
  137. <RemoteDir>Contents\MacOS</RemoteDir>
  138. <Operation>1</Operation>
  139. </Platform>
  140. <Platform Name="Win32">
  141. <Operation>0</Operation>
  142. </Platform>
  143. </DeployClass>
  144. <DeployClass Name="AndroidClassesDexFile">
  145. <Platform Name="Android">
  146. <RemoteDir>classes</RemoteDir>
  147. <Operation>1</Operation>
  148. </Platform>
  149. </DeployClass>
  150. <DeployClass Name="AndroidFileProvider">
  151. <Platform Name="Android">
  152. <RemoteDir>res\xml</RemoteDir>
  153. <Operation>1</Operation>
  154. </Platform>
  155. </DeployClass>
  156. <DeployClass Name="AndroidGDBServer">
  157. <Platform Name="Android">
  158. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  159. <Operation>1</Operation>
  160. </Platform>
  161. </DeployClass>
  162. <DeployClass Name="AndroidLibnativeArmeabiFile">
  163. <Platform Name="Android">
  164. <RemoteDir>library\lib\armeabi</RemoteDir>
  165. <Operation>1</Operation>
  166. </Platform>
  167. </DeployClass>
  168. <DeployClass Name="AndroidLibnativeMipsFile">
  169. <Platform Name="Android">
  170. <RemoteDir>library\lib\mips</RemoteDir>
  171. <Operation>1</Operation>
  172. </Platform>
  173. </DeployClass>
  174. <DeployClass Name="AndroidServiceOutput">
  175. <Platform Name="Android">
  176. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  177. <Operation>1</Operation>
  178. </Platform>
  179. </DeployClass>
  180. <DeployClass Name="AndroidSplashImageDef">
  181. <Platform Name="Android">
  182. <RemoteDir>res\drawable</RemoteDir>
  183. <Operation>1</Operation>
  184. </Platform>
  185. </DeployClass>
  186. <DeployClass Name="AndroidSplashStyles">
  187. <Platform Name="Android">
  188. <RemoteDir>res\values</RemoteDir>
  189. <Operation>1</Operation>
  190. </Platform>
  191. </DeployClass>
  192. <DeployClass Name="AndroidSplashStylesV21">
  193. <Platform Name="Android">
  194. <RemoteDir>res\values-v21</RemoteDir>
  195. <Operation>1</Operation>
  196. </Platform>
  197. </DeployClass>
  198. <DeployClass Name="Android_Colors">
  199. <Platform Name="Android">
  200. <RemoteDir>res\values</RemoteDir>
  201. <Operation>1</Operation>
  202. </Platform>
  203. </DeployClass>
  204. <DeployClass Name="Android_DefaultAppIcon">
  205. <Platform Name="Android">
  206. <RemoteDir>res\drawable</RemoteDir>
  207. <Operation>1</Operation>
  208. </Platform>
  209. </DeployClass>
  210. <DeployClass Name="Android_LauncherIcon144">
  211. <Platform Name="Android">
  212. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  213. <Operation>1</Operation>
  214. </Platform>
  215. </DeployClass>
  216. <DeployClass Name="Android_LauncherIcon36">
  217. <Platform Name="Android">
  218. <RemoteDir>res\drawable-ldpi</RemoteDir>
  219. <Operation>1</Operation>
  220. </Platform>
  221. </DeployClass>
  222. <DeployClass Name="Android_LauncherIcon48">
  223. <Platform Name="Android">
  224. <RemoteDir>res\drawable-mdpi</RemoteDir>
  225. <Operation>1</Operation>
  226. </Platform>
  227. </DeployClass>
  228. <DeployClass Name="Android_LauncherIcon72">
  229. <Platform Name="Android">
  230. <RemoteDir>res\drawable-hdpi</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="Android_LauncherIcon96">
  235. <Platform Name="Android">
  236. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="Android_NotificationIcon24">
  241. <Platform Name="Android">
  242. <RemoteDir>res\drawable-mdpi</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. </DeployClass>
  246. <DeployClass Name="Android_NotificationIcon36">
  247. <Platform Name="Android">
  248. <RemoteDir>res\drawable-hdpi</RemoteDir>
  249. <Operation>1</Operation>
  250. </Platform>
  251. </DeployClass>
  252. <DeployClass Name="Android_NotificationIcon48">
  253. <Platform Name="Android">
  254. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  255. <Operation>1</Operation>
  256. </Platform>
  257. </DeployClass>
  258. <DeployClass Name="Android_NotificationIcon72">
  259. <Platform Name="Android">
  260. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  261. <Operation>1</Operation>
  262. </Platform>
  263. </DeployClass>
  264. <DeployClass Name="Android_NotificationIcon96">
  265. <Platform Name="Android">
  266. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Name="Android_SplashImage426">
  271. <Platform Name="Android">
  272. <RemoteDir>res\drawable-small</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. </DeployClass>
  276. <DeployClass Name="Android_SplashImage470">
  277. <Platform Name="Android">
  278. <RemoteDir>res\drawable-normal</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="Android_SplashImage640">
  283. <Platform Name="Android">
  284. <RemoteDir>res\drawable-large</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="Android_SplashImage960">
  289. <Platform Name="Android">
  290. <RemoteDir>res\drawable-xlarge</RemoteDir>
  291. <Operation>1</Operation>
  292. </Platform>
  293. </DeployClass>
  294. <DeployClass Name="Android_Strings">
  295. <Platform Name="Android">
  296. <RemoteDir>res\values</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="DebugSymbols">
  301. <Platform Name="iOSSimulator">
  302. <Operation>1</Operation>
  303. </Platform>
  304. <Platform Name="OSX32">
  305. <RemoteDir>Contents\MacOS</RemoteDir>
  306. <Operation>1</Operation>
  307. </Platform>
  308. <Platform Name="Win32">
  309. <Operation>0</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="DependencyFramework">
  313. <Platform Name="OSX32">
  314. <RemoteDir>Contents\MacOS</RemoteDir>
  315. <Operation>1</Operation>
  316. <Extensions>.framework</Extensions>
  317. </Platform>
  318. <Platform Name="OSX64">
  319. <RemoteDir>Contents\MacOS</RemoteDir>
  320. <Operation>1</Operation>
  321. <Extensions>.framework</Extensions>
  322. </Platform>
  323. <Platform Name="Win32">
  324. <Operation>0</Operation>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="DependencyModule">
  328. <Platform Name="iOSDevice32">
  329. <Operation>1</Operation>
  330. <Extensions>.dylib</Extensions>
  331. </Platform>
  332. <Platform Name="iOSDevice64">
  333. <Operation>1</Operation>
  334. <Extensions>.dylib</Extensions>
  335. </Platform>
  336. <Platform Name="iOSSimulator">
  337. <Operation>1</Operation>
  338. <Extensions>.dylib</Extensions>
  339. </Platform>
  340. <Platform Name="OSX32">
  341. <RemoteDir>Contents\MacOS</RemoteDir>
  342. <Operation>1</Operation>
  343. <Extensions>.dylib</Extensions>
  344. </Platform>
  345. <Platform Name="OSX64">
  346. <RemoteDir>Contents\MacOS</RemoteDir>
  347. <Operation>1</Operation>
  348. <Extensions>.dylib</Extensions>
  349. </Platform>
  350. <Platform Name="Win32">
  351. <Operation>0</Operation>
  352. <Extensions>.dll;.bpl</Extensions>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Required="true" Name="DependencyPackage">
  356. <Platform Name="iOSDevice32">
  357. <Operation>1</Operation>
  358. <Extensions>.dylib</Extensions>
  359. </Platform>
  360. <Platform Name="iOSDevice64">
  361. <Operation>1</Operation>
  362. <Extensions>.dylib</Extensions>
  363. </Platform>
  364. <Platform Name="iOSSimulator">
  365. <Operation>1</Operation>
  366. <Extensions>.dylib</Extensions>
  367. </Platform>
  368. <Platform Name="OSX32">
  369. <RemoteDir>Contents\MacOS</RemoteDir>
  370. <Operation>1</Operation>
  371. <Extensions>.dylib</Extensions>
  372. </Platform>
  373. <Platform Name="OSX64">
  374. <RemoteDir>Contents\MacOS</RemoteDir>
  375. <Operation>1</Operation>
  376. <Extensions>.dylib</Extensions>
  377. </Platform>
  378. <Platform Name="Win32">
  379. <Operation>0</Operation>
  380. <Extensions>.bpl</Extensions>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="File">
  384. <Platform Name="Android">
  385. <Operation>0</Operation>
  386. </Platform>
  387. <Platform Name="iOSDevice32">
  388. <Operation>0</Operation>
  389. </Platform>
  390. <Platform Name="iOSDevice64">
  391. <Operation>0</Operation>
  392. </Platform>
  393. <Platform Name="iOSSimulator">
  394. <Operation>0</Operation>
  395. </Platform>
  396. <Platform Name="OSX32">
  397. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  398. <Operation>0</Operation>
  399. </Platform>
  400. <Platform Name="OSX64">
  401. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  402. <Operation>0</Operation>
  403. </Platform>
  404. <Platform Name="Win32">
  405. <Operation>0</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="iPad_Launch1024x768">
  409. <Platform Name="iOSDevice32">
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="iOSDevice64">
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="iOSSimulator">
  416. <Operation>1</Operation>
  417. </Platform>
  418. </DeployClass>
  419. <DeployClass Name="iPad_Launch1536x2048">
  420. <Platform Name="iOSDevice32">
  421. <Operation>1</Operation>
  422. </Platform>
  423. <Platform Name="iOSDevice64">
  424. <Operation>1</Operation>
  425. </Platform>
  426. <Platform Name="iOSSimulator">
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="iPad_Launch1668">
  431. <Platform Name="iOSDevice32">
  432. <Operation>1</Operation>
  433. </Platform>
  434. <Platform Name="iOSDevice64">
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="iOSSimulator">
  438. <Operation>1</Operation>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="iPad_Launch1668x2388">
  442. <Platform Name="iOSDevice32">
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="iOSDevice64">
  446. <Operation>1</Operation>
  447. </Platform>
  448. <Platform Name="iOSSimulator">
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="iPad_Launch2048x1536">
  453. <Platform Name="iOSDevice32">
  454. <Operation>1</Operation>
  455. </Platform>
  456. <Platform Name="iOSDevice64">
  457. <Operation>1</Operation>
  458. </Platform>
  459. <Platform Name="iOSSimulator">
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="iPad_Launch2048x2732">
  464. <Platform Name="iOSDevice32">
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="iOSDevice64">
  468. <Operation>1</Operation>
  469. </Platform>
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="iPad_Launch2224">
  475. <Platform Name="iOSDevice32">
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="iOSDevice64">
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="iOSSimulator">
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="iPad_Launch2388x1668">
  486. <Platform Name="iOSDevice32">
  487. <Operation>1</Operation>
  488. </Platform>
  489. <Platform Name="iOSDevice64">
  490. <Operation>1</Operation>
  491. </Platform>
  492. <Platform Name="iOSSimulator">
  493. <Operation>1</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="iPad_Launch2732x2048">
  497. <Platform Name="iOSDevice32">
  498. <Operation>1</Operation>
  499. </Platform>
  500. <Platform Name="iOSDevice64">
  501. <Operation>1</Operation>
  502. </Platform>
  503. <Platform Name="iOSSimulator">
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="iPad_Launch768x1024">
  508. <Platform Name="iOSDevice32">
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="iOSDevice64">
  512. <Operation>1</Operation>
  513. </Platform>
  514. <Platform Name="iOSSimulator">
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="iPhone_Launch1125">
  519. <Platform Name="iOSDevice32">
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="iOSDevice64">
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="iOSSimulator">
  526. <Operation>1</Operation>
  527. </Platform>
  528. </DeployClass>
  529. <DeployClass Name="iPhone_Launch1136x640">
  530. <Platform Name="iOSDevice32">
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="iOSDevice64">
  534. <Operation>1</Operation>
  535. </Platform>
  536. <Platform Name="iOSSimulator">
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="iPhone_Launch1242">
  541. <Platform Name="iOSDevice32">
  542. <Operation>1</Operation>
  543. </Platform>
  544. <Platform Name="iOSDevice64">
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="iOSSimulator">
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="iPhone_Launch1242x2688">
  552. <Platform Name="iOSDevice32">
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="iOSDevice64">
  556. <Operation>1</Operation>
  557. </Platform>
  558. <Platform Name="iOSSimulator">
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="iPhone_Launch1334">
  563. <Platform Name="iOSDevice32">
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="iOSDevice64">
  567. <Operation>1</Operation>
  568. </Platform>
  569. <Platform Name="iOSSimulator">
  570. <Operation>1</Operation>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Name="iPhone_Launch1792">
  574. <Platform Name="iOSDevice32">
  575. <Operation>1</Operation>
  576. </Platform>
  577. <Platform Name="iOSDevice64">
  578. <Operation>1</Operation>
  579. </Platform>
  580. <Platform Name="iOSSimulator">
  581. <Operation>1</Operation>
  582. </Platform>
  583. </DeployClass>
  584. <DeployClass Name="iPhone_Launch2208">
  585. <Platform Name="iOSDevice32">
  586. <Operation>1</Operation>
  587. </Platform>
  588. <Platform Name="iOSDevice64">
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="iOSSimulator">
  592. <Operation>1</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="iPhone_Launch2436">
  596. <Platform Name="iOSDevice32">
  597. <Operation>1</Operation>
  598. </Platform>
  599. <Platform Name="iOSDevice64">
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="iOSSimulator">
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="iPhone_Launch2688x1242">
  607. <Platform Name="iOSDevice32">
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="iOSDevice64">
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="iOSSimulator">
  614. <Operation>1</Operation>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="iPhone_Launch320">
  618. <Platform Name="iOSDevice32">
  619. <Operation>1</Operation>
  620. </Platform>
  621. <Platform Name="iOSDevice64">
  622. <Operation>1</Operation>
  623. </Platform>
  624. <Platform Name="iOSSimulator">
  625. <Operation>1</Operation>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Name="iPhone_Launch640">
  629. <Platform Name="iOSDevice32">
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="iOSDevice64">
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="iOSSimulator">
  636. <Operation>1</Operation>
  637. </Platform>
  638. </DeployClass>
  639. <DeployClass Name="iPhone_Launch640x1136">
  640. <Platform Name="iOSDevice32">
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="iOSDevice64">
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSSimulator">
  647. <Operation>1</Operation>
  648. </Platform>
  649. </DeployClass>
  650. <DeployClass Name="iPhone_Launch750">
  651. <Platform Name="iOSDevice32">
  652. <Operation>1</Operation>
  653. </Platform>
  654. <Platform Name="iOSDevice64">
  655. <Operation>1</Operation>
  656. </Platform>
  657. <Platform Name="iOSSimulator">
  658. <Operation>1</Operation>
  659. </Platform>
  660. </DeployClass>
  661. <DeployClass Name="iPhone_Launch828">
  662. <Platform Name="iOSDevice32">
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>1</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="ProjectAndroidManifest">
  673. <Platform Name="Android">
  674. <Operation>1</Operation>
  675. </Platform>
  676. </DeployClass>
  677. <DeployClass Name="ProjectiOSDeviceDebug">
  678. <Platform Name="iOSDevice32">
  679. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  680. <Operation>1</Operation>
  681. </Platform>
  682. <Platform Name="iOSDevice64">
  683. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  684. <Operation>1</Operation>
  685. </Platform>
  686. </DeployClass>
  687. <DeployClass Name="ProjectiOSDeviceResourceRules">
  688. <Platform Name="iOSDevice32">
  689. <Operation>1</Operation>
  690. </Platform>
  691. <Platform Name="iOSDevice64">
  692. <Operation>1</Operation>
  693. </Platform>
  694. </DeployClass>
  695. <DeployClass Name="ProjectiOSEntitlements">
  696. <Platform Name="iOSDevice32">
  697. <RemoteDir>..\</RemoteDir>
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSDevice64">
  701. <RemoteDir>..\</RemoteDir>
  702. <Operation>1</Operation>
  703. </Platform>
  704. </DeployClass>
  705. <DeployClass Name="ProjectiOSInfoPList">
  706. <Platform Name="iOSDevice32">
  707. <Operation>1</Operation>
  708. </Platform>
  709. <Platform Name="iOSDevice64">
  710. <Operation>1</Operation>
  711. </Platform>
  712. <Platform Name="iOSSimulator">
  713. <Operation>1</Operation>
  714. </Platform>
  715. </DeployClass>
  716. <DeployClass Name="ProjectiOSResource">
  717. <Platform Name="iOSDevice32">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSDevice64">
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="iOSSimulator">
  724. <Operation>1</Operation>
  725. </Platform>
  726. </DeployClass>
  727. <DeployClass Name="ProjectOSXDebug">
  728. <Platform Name="OSX64">
  729. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  730. <Operation>1</Operation>
  731. </Platform>
  732. </DeployClass>
  733. <DeployClass Name="ProjectOSXEntitlements">
  734. <Platform Name="OSX32">
  735. <RemoteDir>..\</RemoteDir>
  736. <Operation>1</Operation>
  737. </Platform>
  738. <Platform Name="OSX64">
  739. <RemoteDir>..\</RemoteDir>
  740. <Operation>1</Operation>
  741. </Platform>
  742. </DeployClass>
  743. <DeployClass Name="ProjectOSXInfoPList">
  744. <Platform Name="OSX32">
  745. <RemoteDir>Contents</RemoteDir>
  746. <Operation>1</Operation>
  747. </Platform>
  748. <Platform Name="OSX64">
  749. <RemoteDir>Contents</RemoteDir>
  750. <Operation>1</Operation>
  751. </Platform>
  752. </DeployClass>
  753. <DeployClass Name="ProjectOSXResource">
  754. <Platform Name="OSX32">
  755. <RemoteDir>Contents\Resources</RemoteDir>
  756. <Operation>1</Operation>
  757. </Platform>
  758. <Platform Name="OSX64">
  759. <RemoteDir>Contents\Resources</RemoteDir>
  760. <Operation>1</Operation>
  761. </Platform>
  762. </DeployClass>
  763. <DeployClass Required="true" Name="ProjectOutput">
  764. <Platform Name="Android">
  765. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  766. <Operation>1</Operation>
  767. </Platform>
  768. <Platform Name="iOSDevice32">
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="iOSDevice64">
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSSimulator">
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="Linux64">
  778. <Operation>1</Operation>
  779. </Platform>
  780. <Platform Name="OSX32">
  781. <RemoteDir>Contents\MacOS</RemoteDir>
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="OSX64">
  785. <RemoteDir>Contents\MacOS</RemoteDir>
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="Win32">
  789. <Operation>0</Operation>
  790. </Platform>
  791. </DeployClass>
  792. <DeployClass Name="ProjectUWPManifest">
  793. <Platform Name="Win32">
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="Win64">
  797. <Operation>1</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="UWP_DelphiLogo150">
  801. <Platform Name="Win32">
  802. <RemoteDir>Assets</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="Win64">
  806. <RemoteDir>Assets</RemoteDir>
  807. <Operation>1</Operation>
  808. </Platform>
  809. </DeployClass>
  810. <DeployClass Name="UWP_DelphiLogo44">
  811. <Platform Name="Win32">
  812. <RemoteDir>Assets</RemoteDir>
  813. <Operation>1</Operation>
  814. </Platform>
  815. <Platform Name="Win64">
  816. <RemoteDir>Assets</RemoteDir>
  817. <Operation>1</Operation>
  818. </Platform>
  819. </DeployClass>
  820. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  821. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  822. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  823. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  824. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  825. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  826. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  827. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  828. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  829. </Deployment>
  830. </BorlandProject>
  831. <ProjectFileVersion>12</ProjectFileVersion>
  832. </ProjectExtensions>
  833. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  834. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  835. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  836. </Project>