GLScene_GPU_RT.dproj 53 KB

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