GLScene_SDL_RT.dproj 53 KB

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