ArchiverD.dproj 55 KB

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