GXScene_Physics_DT.dproj 50 KB

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