CustomQuad.dproj 60 KB

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