BmpfontD.dproj 59 KB

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