MirrorD.dproj 58 KB

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