SkeletalD.dproj 55 KB

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