MatScriptD.dproj 57 KB

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