FluidsD.dproj 59 KB

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