MultiTexture.dproj 60 KB

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