PostEffectD.dproj 56 KB

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