CgTextureD.dproj 56 KB

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