DuckyD.dproj 57 KB

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