SoundOpenAL.dproj 55 KB

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