NestedSampling.dproj 51 KB

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