ScreenSaverD.dproj 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{171157E7-B4DF-4853-A8D2-968BA1772EB8}</ProjectGuid>
  4. <MainSource>ScreenSaverD.dpr</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Application</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>20.1</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="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  32. <Cfg_1_Win64>true</Cfg_1_Win64>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  43. <Cfg_2_Win32>true</Cfg_2_Win32>
  44. <CfgParent>Cfg_2</CfgParent>
  45. <Cfg_2>true</Cfg_2>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  49. <Cfg_2_Win64>true</Cfg_2_Win64>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Base)'!=''">
  55. <DCC_N>false</DCC_N>
  56. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  57. <VerInfo_Locale>1049</VerInfo_Locale>
  58. <DCC_E>false</DCC_E>
  59. <DCC_S>false</DCC_S>
  60. <DCC_ImageBase>00400000</DCC_ImageBase>
  61. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
  62. <DCC_F>false</DCC_F>
  63. <SanitizedProjectName>ScreenSaverD</SanitizedProjectName>
  64. <DCC_K>false</DCC_K>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  67. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  68. <OutputExt>exe</OutputExt>
  69. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  70. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  71. <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  72. <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>
  73. <VerInfo_Locale>1033</VerInfo_Locale>
  74. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  75. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  78. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  79. <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  80. <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>
  81. <VerInfo_Locale>1033</VerInfo_Locale>
  82. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  84. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  85. </PropertyGroup>
  86. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  87. <DCC_DebugInformation>0</DCC_DebugInformation>
  88. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  89. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  90. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  93. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  94. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  95. </PropertyGroup>
  96. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  97. <DCC_Optimize>false</DCC_Optimize>
  98. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  99. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  100. </PropertyGroup>
  101. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  102. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  103. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  104. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  105. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  106. <OutputExt>scr</OutputExt>
  107. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  108. <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>
  109. <VerInfo_Locale>1033</VerInfo_Locale>
  110. <BT_BuildType>Debug</BT_BuildType>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  113. <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>
  114. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  115. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  116. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  117. <VerInfo_Locale>1033</VerInfo_Locale>
  118. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  119. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  120. <BT_BuildType>Debug</BT_BuildType>
  121. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  122. </PropertyGroup>
  123. <ItemGroup>
  124. <DelphiCompile Include="$(MainSource)">
  125. <MainSource>MainSource</MainSource>
  126. </DelphiCompile>
  127. <DCCReference Include="fScreenSaver1D.pas">
  128. <Form>Form1</Form>
  129. </DCCReference>
  130. <DCCReference Include="fScreenSaver2D.pas">
  131. <Form>Form2</Form>
  132. </DCCReference>
  133. <BuildConfiguration Include="Base">
  134. <Key>Base</Key>
  135. </BuildConfiguration>
  136. <BuildConfiguration Include="Release">
  137. <Key>Cfg_1</Key>
  138. <CfgParent>Base</CfgParent>
  139. </BuildConfiguration>
  140. <BuildConfiguration Include="Debug">
  141. <Key>Cfg_2</Key>
  142. <CfgParent>Base</CfgParent>
  143. </BuildConfiguration>
  144. </ItemGroup>
  145. <ProjectExtensions>
  146. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  147. <Borland.ProjectType/>
  148. <BorlandProject>
  149. <Delphi.Personality>
  150. <Source>
  151. <Source Name="MainSource">ScreenSaverD.dpr</Source>
  152. </Source>
  153. <Excluded_Packages>
  154. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  155. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  156. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  157. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  158. </Excluded_Packages>
  159. </Delphi.Personality>
  160. <Platforms>
  161. <Platform value="Win32">True</Platform>
  162. <Platform value="Win64">True</Platform>
  163. </Platforms>
  164. <Deployment Version="4">
  165. <DeployFile LocalName="Win32\Debug\ScreenSaverD.scr" Configuration="Debug" Class="ProjectOutput"/>
  166. <DeployClass Name="AdditionalDebugSymbols">
  167. <Platform Name="iOSSimulator">
  168. <Operation>1</Operation>
  169. </Platform>
  170. <Platform Name="OSX32">
  171. <RemoteDir>Contents\MacOS</RemoteDir>
  172. <Operation>1</Operation>
  173. </Platform>
  174. <Platform Name="Win32">
  175. <Operation>0</Operation>
  176. </Platform>
  177. </DeployClass>
  178. <DeployClass Name="AndroidClasses">
  179. <Platform Name="Android">
  180. <RemoteDir>classes</RemoteDir>
  181. <Operation>64</Operation>
  182. </Platform>
  183. <Platform Name="Android64">
  184. <RemoteDir>classes</RemoteDir>
  185. <Operation>64</Operation>
  186. </Platform>
  187. </DeployClass>
  188. <DeployClass Name="AndroidFileProvider">
  189. <Platform Name="Android">
  190. <RemoteDir>res\xml</RemoteDir>
  191. <Operation>1</Operation>
  192. </Platform>
  193. <Platform Name="Android64">
  194. <RemoteDir>res\xml</RemoteDir>
  195. <Operation>1</Operation>
  196. </Platform>
  197. </DeployClass>
  198. <DeployClass Name="AndroidLibnativeArmeabiFile">
  199. <Platform Name="Android">
  200. <RemoteDir>library\lib\armeabi</RemoteDir>
  201. <Operation>1</Operation>
  202. </Platform>
  203. <Platform Name="Android64">
  204. <RemoteDir>library\lib\armeabi</RemoteDir>
  205. <Operation>1</Operation>
  206. </Platform>
  207. </DeployClass>
  208. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  209. <Platform Name="Android64">
  210. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. </DeployClass>
  214. <DeployClass Name="AndroidLibnativeMipsFile">
  215. <Platform Name="Android">
  216. <RemoteDir>library\lib\mips</RemoteDir>
  217. <Operation>1</Operation>
  218. </Platform>
  219. <Platform Name="Android64">
  220. <RemoteDir>library\lib\mips</RemoteDir>
  221. <Operation>1</Operation>
  222. </Platform>
  223. </DeployClass>
  224. <DeployClass Name="AndroidServiceOutput">
  225. <Platform Name="Android">
  226. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  227. <Operation>1</Operation>
  228. </Platform>
  229. <Platform Name="Android64">
  230. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. </DeployClass>
  234. <DeployClass Name="AndroidServiceOutput_Android32">
  235. <Platform Name="Android64">
  236. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  237. <Operation>1</Operation>
  238. </Platform>
  239. </DeployClass>
  240. <DeployClass Name="AndroidSplashImageDef">
  241. <Platform Name="Android">
  242. <RemoteDir>res\drawable</RemoteDir>
  243. <Operation>1</Operation>
  244. </Platform>
  245. <Platform Name="Android64">
  246. <RemoteDir>res\drawable</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidSplashImageDefV21">
  251. <Platform Name="Android">
  252. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. <Platform Name="Android64">
  256. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  257. <Operation>1</Operation>
  258. </Platform>
  259. </DeployClass>
  260. <DeployClass Name="AndroidSplashStyles">
  261. <Platform Name="Android">
  262. <RemoteDir>res\values</RemoteDir>
  263. <Operation>1</Operation>
  264. </Platform>
  265. <Platform Name="Android64">
  266. <RemoteDir>res\values</RemoteDir>
  267. <Operation>1</Operation>
  268. </Platform>
  269. </DeployClass>
  270. <DeployClass Name="AndroidSplashStylesV21">
  271. <Platform Name="Android">
  272. <RemoteDir>res\values-v21</RemoteDir>
  273. <Operation>1</Operation>
  274. </Platform>
  275. <Platform Name="Android64">
  276. <RemoteDir>res\values-v21</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. </DeployClass>
  280. <DeployClass Name="AndroidSplashStylesV31">
  281. <Platform Name="Android">
  282. <RemoteDir>res\values-v31</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. <Platform Name="Android64">
  286. <RemoteDir>res\values-v31</RemoteDir>
  287. <Operation>1</Operation>
  288. </Platform>
  289. </DeployClass>
  290. <DeployClass Name="Android_AdaptiveIcon">
  291. <Platform Name="Android">
  292. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  293. <Operation>1</Operation>
  294. </Platform>
  295. <Platform Name="Android64">
  296. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="Android_AdaptiveIconBackground">
  301. <Platform Name="Android">
  302. <RemoteDir>res\drawable</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. <Platform Name="Android64">
  306. <RemoteDir>res\drawable</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="Android_AdaptiveIconForeground">
  311. <Platform Name="Android">
  312. <RemoteDir>res\drawable</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. <Platform Name="Android64">
  316. <RemoteDir>res\drawable</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. </DeployClass>
  320. <DeployClass Name="Android_AdaptiveIconMonochrome">
  321. <Platform Name="Android">
  322. <RemoteDir>res\drawable</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. <Platform Name="Android64">
  326. <RemoteDir>res\drawable</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="Android_AdaptiveIconV33">
  331. <Platform Name="Android">
  332. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="Android64">
  336. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="Android_Colors">
  341. <Platform Name="Android">
  342. <RemoteDir>res\values</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. <Platform Name="Android64">
  346. <RemoteDir>res\values</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="Android_ColorsDark">
  351. <Platform Name="Android">
  352. <RemoteDir>res\values-night-v21</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. <Platform Name="Android64">
  356. <RemoteDir>res\values-night-v21</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. </DeployClass>
  360. <DeployClass Name="Android_DefaultAppIcon">
  361. <Platform Name="Android">
  362. <RemoteDir>res\drawable</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. <Platform Name="Android64">
  366. <RemoteDir>res\drawable</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="Android_LauncherIcon144">
  371. <Platform Name="Android">
  372. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="Android64">
  376. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="Android_LauncherIcon192">
  381. <Platform Name="Android">
  382. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. <Platform Name="Android64">
  386. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="Android_LauncherIcon36">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable-ldpi</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. <Platform Name="Android64">
  396. <RemoteDir>res\drawable-ldpi</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="Android_LauncherIcon48">
  401. <Platform Name="Android">
  402. <RemoteDir>res\drawable-mdpi</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="Android64">
  406. <RemoteDir>res\drawable-mdpi</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="Android_LauncherIcon72">
  411. <Platform Name="Android">
  412. <RemoteDir>res\drawable-hdpi</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="Android64">
  416. <RemoteDir>res\drawable-hdpi</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="Android_LauncherIcon96">
  421. <Platform Name="Android">
  422. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="Android64">
  426. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="Android_NotificationIcon24">
  431. <Platform Name="Android">
  432. <RemoteDir>res\drawable-mdpi</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="Android64">
  436. <RemoteDir>res\drawable-mdpi</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="Android_NotificationIcon36">
  441. <Platform Name="Android">
  442. <RemoteDir>res\drawable-hdpi</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="Android64">
  446. <RemoteDir>res\drawable-hdpi</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="Android_NotificationIcon48">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. <Platform Name="Android64">
  456. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  457. <Operation>1</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="Android_NotificationIcon72">
  461. <Platform Name="Android">
  462. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="Android64">
  466. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="Android_NotificationIcon96">
  471. <Platform Name="Android">
  472. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="Android64">
  476. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="Android_SplashImage426">
  481. <Platform Name="Android">
  482. <RemoteDir>res\drawable-small</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. <Platform Name="Android64">
  486. <RemoteDir>res\drawable-small</RemoteDir>
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="Android_SplashImage470">
  491. <Platform Name="Android">
  492. <RemoteDir>res\drawable-normal</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Android64">
  496. <RemoteDir>res\drawable-normal</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="Android_SplashImage640">
  501. <Platform Name="Android">
  502. <RemoteDir>res\drawable-large</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="Android64">
  506. <RemoteDir>res\drawable-large</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_SplashImage960">
  511. <Platform Name="Android">
  512. <RemoteDir>res\drawable-xlarge</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="Android64">
  516. <RemoteDir>res\drawable-xlarge</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="Android_Strings">
  521. <Platform Name="Android">
  522. <RemoteDir>res\values</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="Android64">
  526. <RemoteDir>res\values</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="Android_VectorizedNotificationIcon">
  531. <Platform Name="Android">
  532. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="Android64">
  536. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="Android_VectorizedSplash">
  541. <Platform Name="Android">
  542. <RemoteDir>res\drawable</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="Android64">
  546. <RemoteDir>res\drawable</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="Android_VectorizedSplashDark">
  551. <Platform Name="Android">
  552. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="Android64">
  556. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="Android_VectorizedSplashV31">
  561. <Platform Name="Android">
  562. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="Android64">
  566. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="Android_VectorizedSplashV31Dark">
  571. <Platform Name="Android">
  572. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="Android64">
  576. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  577. <Operation>1</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="DebugSymbols">
  581. <Platform Name="iOSSimulator">
  582. <Operation>1</Operation>
  583. </Platform>
  584. <Platform Name="OSX32">
  585. <RemoteDir>Contents\MacOS</RemoteDir>
  586. <Operation>1</Operation>
  587. </Platform>
  588. <Platform Name="Win32">
  589. <Operation>0</Operation>
  590. </Platform>
  591. </DeployClass>
  592. <DeployClass Name="DependencyFramework">
  593. <Platform Name="OSX32">
  594. <RemoteDir>Contents\MacOS</RemoteDir>
  595. <Operation>1</Operation>
  596. <Extensions>.framework</Extensions>
  597. </Platform>
  598. <Platform Name="OSX64">
  599. <RemoteDir>Contents\MacOS</RemoteDir>
  600. <Operation>1</Operation>
  601. <Extensions>.framework</Extensions>
  602. </Platform>
  603. <Platform Name="OSXARM64">
  604. <RemoteDir>Contents\MacOS</RemoteDir>
  605. <Operation>1</Operation>
  606. <Extensions>.framework</Extensions>
  607. </Platform>
  608. <Platform Name="Win32">
  609. <Operation>0</Operation>
  610. </Platform>
  611. </DeployClass>
  612. <DeployClass Name="DependencyModule">
  613. <Platform Name="iOSDevice32">
  614. <Operation>1</Operation>
  615. <Extensions>.dylib</Extensions>
  616. </Platform>
  617. <Platform Name="iOSDevice64">
  618. <Operation>1</Operation>
  619. <Extensions>.dylib</Extensions>
  620. </Platform>
  621. <Platform Name="iOSSimARM64">
  622. <Operation>1</Operation>
  623. <Extensions>.dylib</Extensions>
  624. </Platform>
  625. <Platform Name="OSX32">
  626. <RemoteDir>Contents\MacOS</RemoteDir>
  627. <Operation>1</Operation>
  628. <Extensions>.dylib</Extensions>
  629. </Platform>
  630. <Platform Name="OSX64">
  631. <RemoteDir>Contents\MacOS</RemoteDir>
  632. <Operation>1</Operation>
  633. <Extensions>.dylib</Extensions>
  634. </Platform>
  635. <Platform Name="OSXARM64">
  636. <RemoteDir>Contents\MacOS</RemoteDir>
  637. <Operation>1</Operation>
  638. <Extensions>.dylib</Extensions>
  639. </Platform>
  640. <Platform Name="Win32">
  641. <Operation>0</Operation>
  642. <Extensions>.dll;.bpl</Extensions>
  643. </Platform>
  644. </DeployClass>
  645. <DeployClass Required="true" Name="DependencyPackage">
  646. <Platform Name="iOSDevice32">
  647. <Operation>1</Operation>
  648. <Extensions>.dylib</Extensions>
  649. </Platform>
  650. <Platform Name="iOSDevice64">
  651. <Operation>1</Operation>
  652. <Extensions>.dylib</Extensions>
  653. </Platform>
  654. <Platform Name="iOSSimARM64">
  655. <Operation>1</Operation>
  656. <Extensions>.dylib</Extensions>
  657. </Platform>
  658. <Platform Name="OSX32">
  659. <RemoteDir>Contents\MacOS</RemoteDir>
  660. <Operation>1</Operation>
  661. <Extensions>.dylib</Extensions>
  662. </Platform>
  663. <Platform Name="OSX64">
  664. <RemoteDir>Contents\MacOS</RemoteDir>
  665. <Operation>1</Operation>
  666. <Extensions>.dylib</Extensions>
  667. </Platform>
  668. <Platform Name="OSXARM64">
  669. <RemoteDir>Contents\MacOS</RemoteDir>
  670. <Operation>1</Operation>
  671. <Extensions>.dylib</Extensions>
  672. </Platform>
  673. <Platform Name="Win32">
  674. <Operation>0</Operation>
  675. <Extensions>.bpl</Extensions>
  676. </Platform>
  677. </DeployClass>
  678. <DeployClass Name="File">
  679. <Platform Name="Android">
  680. <Operation>0</Operation>
  681. </Platform>
  682. <Platform Name="Android64">
  683. <Operation>0</Operation>
  684. </Platform>
  685. <Platform Name="iOSDevice32">
  686. <Operation>0</Operation>
  687. </Platform>
  688. <Platform Name="iOSDevice64">
  689. <Operation>0</Operation>
  690. </Platform>
  691. <Platform Name="iOSSimARM64">
  692. <Operation>0</Operation>
  693. </Platform>
  694. <Platform Name="OSX32">
  695. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  696. <Operation>0</Operation>
  697. </Platform>
  698. <Platform Name="OSX64">
  699. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  700. <Operation>0</Operation>
  701. </Platform>
  702. <Platform Name="OSXARM64">
  703. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  704. <Operation>0</Operation>
  705. </Platform>
  706. <Platform Name="Win32">
  707. <Operation>0</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="ProjectAndroidManifest">
  711. <Platform Name="Android">
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="Android64">
  715. <Operation>1</Operation>
  716. </Platform>
  717. </DeployClass>
  718. <DeployClass Name="ProjectOSXDebug">
  719. <Platform Name="OSX64">
  720. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="OSXARM64">
  724. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  725. <Operation>1</Operation>
  726. </Platform>
  727. </DeployClass>
  728. <DeployClass Name="ProjectOSXEntitlements">
  729. <Platform Name="OSX32">
  730. <RemoteDir>..\</RemoteDir>
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="OSX64">
  734. <RemoteDir>..\</RemoteDir>
  735. <Operation>1</Operation>
  736. </Platform>
  737. <Platform Name="OSXARM64">
  738. <RemoteDir>..\</RemoteDir>
  739. <Operation>1</Operation>
  740. </Platform>
  741. </DeployClass>
  742. <DeployClass Name="ProjectOSXInfoPList">
  743. <Platform Name="OSX32">
  744. <RemoteDir>Contents</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="OSX64">
  748. <RemoteDir>Contents</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="OSXARM64">
  752. <RemoteDir>Contents</RemoteDir>
  753. <Operation>1</Operation>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Name="ProjectOSXResource">
  757. <Platform Name="OSX32">
  758. <RemoteDir>Contents\Resources</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="OSX64">
  762. <RemoteDir>Contents\Resources</RemoteDir>
  763. <Operation>1</Operation>
  764. </Platform>
  765. <Platform Name="OSXARM64">
  766. <RemoteDir>Contents\Resources</RemoteDir>
  767. <Operation>1</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Required="true" Name="ProjectOutput">
  771. <Platform Name="Android">
  772. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="Android64">
  776. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  777. <Operation>1</Operation>
  778. </Platform>
  779. <Platform Name="iOSDevice32">
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="iOSDevice64">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSSimARM64">
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="Linux64">
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="OSX32">
  792. <RemoteDir>Contents\MacOS</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="OSX64">
  796. <RemoteDir>Contents\MacOS</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="OSXARM64">
  800. <RemoteDir>Contents\MacOS</RemoteDir>
  801. <Operation>1</Operation>
  802. </Platform>
  803. <Platform Name="Win32">
  804. <Operation>0</Operation>
  805. </Platform>
  806. </DeployClass>
  807. <DeployClass Name="ProjectOutput_Android32">
  808. <Platform Name="Android64">
  809. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  810. <Operation>1</Operation>
  811. </Platform>
  812. </DeployClass>
  813. <DeployClass Name="ProjectUWPManifest">
  814. <Platform Name="Win32">
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="Win64">
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="ProjectiOSDeviceDebug">
  822. <Platform Name="iOSDevice32">
  823. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSDevice64">
  827. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="iOSSimARM64">
  831. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  832. <Operation>1</Operation>
  833. </Platform>
  834. </DeployClass>
  835. <DeployClass Name="ProjectiOSEntitlements">
  836. <Platform Name="iOSDevice32">
  837. <RemoteDir>..\</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. <Platform Name="iOSDevice64">
  841. <RemoteDir>..\</RemoteDir>
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="iOSSimARM64">
  845. <RemoteDir>..\</RemoteDir>
  846. <Operation>1</Operation>
  847. </Platform>
  848. </DeployClass>
  849. <DeployClass Name="ProjectiOSInfoPList">
  850. <Platform Name="iOSDevice32">
  851. <Operation>1</Operation>
  852. </Platform>
  853. <Platform Name="iOSDevice64">
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSSimARM64">
  857. <Operation>1</Operation>
  858. </Platform>
  859. </DeployClass>
  860. <DeployClass Name="ProjectiOSLaunchScreen">
  861. <Platform Name="iOSDevice64">
  862. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  863. <Operation>64</Operation>
  864. </Platform>
  865. <Platform Name="iOSSimARM64">
  866. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  867. <Operation>64</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="ProjectiOSResource">
  871. <Platform Name="iOSDevice32">
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="iOSDevice64">
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="iOSSimARM64">
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="UWP_DelphiLogo150">
  882. <Platform Name="Win32">
  883. <RemoteDir>Assets</RemoteDir>
  884. <Operation>1</Operation>
  885. </Platform>
  886. <Platform Name="Win64">
  887. <RemoteDir>Assets</RemoteDir>
  888. <Operation>1</Operation>
  889. </Platform>
  890. </DeployClass>
  891. <DeployClass Name="UWP_DelphiLogo44">
  892. <Platform Name="Win32">
  893. <RemoteDir>Assets</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="Win64">
  897. <RemoteDir>Assets</RemoteDir>
  898. <Operation>1</Operation>
  899. </Platform>
  900. </DeployClass>
  901. <DeployClass Name="iOS_AppStore1024">
  902. <Platform Name="iOSDevice64">
  903. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSSimARM64">
  907. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  908. <Operation>1</Operation>
  909. </Platform>
  910. </DeployClass>
  911. <DeployClass Name="iPad_AppIcon152">
  912. <Platform Name="iOSDevice64">
  913. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="iOSSimARM64">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="iPad_AppIcon167">
  922. <Platform Name="iOSDevice64">
  923. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSSimARM64">
  927. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. </DeployClass>
  931. <DeployClass Name="iPad_Launch2x">
  932. <Platform Name="iOSDevice64">
  933. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  934. <Operation>1</Operation>
  935. </Platform>
  936. <Platform Name="iOSSimARM64">
  937. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  938. <Operation>1</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="iPad_LaunchDark2x">
  942. <Platform Name="iOSDevice64">
  943. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  944. <Operation>1</Operation>
  945. </Platform>
  946. <Platform Name="iOSSimARM64">
  947. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  948. <Operation>1</Operation>
  949. </Platform>
  950. </DeployClass>
  951. <DeployClass Name="iPad_Notification40">
  952. <Platform Name="iOSDevice64">
  953. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="iOSSimARM64">
  957. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  958. <Operation>1</Operation>
  959. </Platform>
  960. </DeployClass>
  961. <DeployClass Name="iPad_Setting58">
  962. <Platform Name="iOSDevice64">
  963. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="iOSSimARM64">
  967. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  968. <Operation>1</Operation>
  969. </Platform>
  970. </DeployClass>
  971. <DeployClass Name="iPad_SpotLight80">
  972. <Platform Name="iOSDevice64">
  973. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  974. <Operation>1</Operation>
  975. </Platform>
  976. <Platform Name="iOSSimARM64">
  977. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  978. <Operation>1</Operation>
  979. </Platform>
  980. </DeployClass>
  981. <DeployClass Name="iPhone_AppIcon120">
  982. <Platform Name="iOSDevice64">
  983. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSSimARM64">
  987. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="iPhone_AppIcon180">
  992. <Platform Name="iOSDevice64">
  993. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  994. <Operation>1</Operation>
  995. </Platform>
  996. <Platform Name="iOSSimARM64">
  997. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. </DeployClass>
  1001. <DeployClass Name="iPhone_Launch2x">
  1002. <Platform Name="iOSDevice64">
  1003. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSSimARM64">
  1007. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. </DeployClass>
  1011. <DeployClass Name="iPhone_Launch3x">
  1012. <Platform Name="iOSDevice64">
  1013. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="iOSSimARM64">
  1017. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1018. <Operation>1</Operation>
  1019. </Platform>
  1020. </DeployClass>
  1021. <DeployClass Name="iPhone_LaunchDark2x">
  1022. <Platform Name="iOSDevice64">
  1023. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="iOSSimARM64">
  1027. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. </DeployClass>
  1031. <DeployClass Name="iPhone_LaunchDark3x">
  1032. <Platform Name="iOSDevice64">
  1033. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. <Platform Name="iOSSimARM64">
  1037. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="iPhone_Notification40">
  1042. <Platform Name="iOSDevice64">
  1043. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. <Platform Name="iOSSimARM64">
  1047. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. </DeployClass>
  1051. <DeployClass Name="iPhone_Notification60">
  1052. <Platform Name="iOSDevice64">
  1053. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="iOSSimARM64">
  1057. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. </DeployClass>
  1061. <DeployClass Name="iPhone_Setting58">
  1062. <Platform Name="iOSDevice64">
  1063. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1064. <Operation>1</Operation>
  1065. </Platform>
  1066. <Platform Name="iOSSimARM64">
  1067. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1068. <Operation>1</Operation>
  1069. </Platform>
  1070. </DeployClass>
  1071. <DeployClass Name="iPhone_Setting87">
  1072. <Platform Name="iOSDevice64">
  1073. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1074. <Operation>1</Operation>
  1075. </Platform>
  1076. <Platform Name="iOSSimARM64">
  1077. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1078. <Operation>1</Operation>
  1079. </Platform>
  1080. </DeployClass>
  1081. <DeployClass Name="iPhone_Spotlight120">
  1082. <Platform Name="iOSDevice64">
  1083. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1084. <Operation>1</Operation>
  1085. </Platform>
  1086. <Platform Name="iOSSimARM64">
  1087. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. </DeployClass>
  1091. <DeployClass Name="iPhone_Spotlight80">
  1092. <Platform Name="iOSDevice64">
  1093. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1094. <Operation>1</Operation>
  1095. </Platform>
  1096. <Platform Name="iOSSimARM64">
  1097. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. </DeployClass>
  1101. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1102. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1103. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1104. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1105. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1106. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1107. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1108. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1109. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1110. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1111. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1112. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1113. </Deployment>
  1114. </BorlandProject>
  1115. <ProjectFileVersion>12</ProjectFileVersion>
  1116. </ProjectExtensions>
  1117. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1118. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1119. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1120. </Project>