Compil32.dproj 59 KB

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