SimpleNaviD.dproj 61 KB

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