OctreeRender.dproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{B13A57D5-9A05-4178-8E83-F4179FDFFEF3}</ProjectGuid>
  4. <MainSource>OctreeRender.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.0</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_N>false</DCC_N>
  56. <DCC_F>false</DCC_F>
  57. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  58. <DCC_S>false</DCC_S>
  59. <DCC_ImageBase>00400000</DCC_ImageBase>
  60. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  61. <VerInfo_Locale>1049</VerInfo_Locale>
  62. <DCC_K>false</DCC_K>
  63. <SanitizedProjectName>OctreeRender</SanitizedProjectName>
  64. <DCC_E>false</DCC_E>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  67. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  68. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  69. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  70. <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_Locale>1033</VerInfo_Locale>
  74. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  77. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  78. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  79. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  80. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  81. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  82. <VerInfo_Locale>1033</VerInfo_Locale>
  83. <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>
  84. </PropertyGroup>
  85. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  86. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  87. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  88. <DCC_DebugInformation>0</DCC_DebugInformation>
  89. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  92. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  93. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  96. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  97. <DCC_Optimize>false</DCC_Optimize>
  98. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  101. <BT_BuildType>Debug</BT_BuildType>
  102. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  103. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  104. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  105. <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>
  106. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  107. <VerInfo_Locale>1033</VerInfo_Locale>
  108. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  111. <BT_BuildType>Debug</BT_BuildType>
  112. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  113. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  114. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  115. <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>
  116. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  117. <VerInfo_Locale>1033</VerInfo_Locale>
  118. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  119. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  120. </PropertyGroup>
  121. <ItemGroup>
  122. <DelphiCompile Include="$(MainSource)">
  123. <MainSource>MainSource</MainSource>
  124. </DelphiCompile>
  125. <DCCReference Include="fOctreeRender.pas">
  126. <Form>frmOctreeDemo</Form>
  127. </DCCReference>
  128. <BuildConfiguration Include="Debug">
  129. <Key>Cfg_2</Key>
  130. <CfgParent>Base</CfgParent>
  131. </BuildConfiguration>
  132. <BuildConfiguration Include="Base">
  133. <Key>Base</Key>
  134. </BuildConfiguration>
  135. <BuildConfiguration Include="Release">
  136. <Key>Cfg_1</Key>
  137. <CfgParent>Base</CfgParent>
  138. </BuildConfiguration>
  139. </ItemGroup>
  140. <ProjectExtensions>
  141. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  142. <Borland.ProjectType/>
  143. <BorlandProject>
  144. <Delphi.Personality>
  145. <Source>
  146. <Source Name="MainSource">OctreeRender.dpr</Source>
  147. </Source>
  148. <Excluded_Packages>
  149. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  150. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  151. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  152. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  153. </Excluded_Packages>
  154. </Delphi.Personality>
  155. <Platforms>
  156. <Platform value="Win32">True</Platform>
  157. <Platform value="Win64">True</Platform>
  158. </Platforms>
  159. <Deployment Version="3">
  160. <DeployFile LocalName="Win32\Debug\OctreeRender.exe" Configuration="Debug" Class="ProjectOutput">
  161. <Platform Name="Win32">
  162. <RemoteName>OctreeRender.exe</RemoteName>
  163. <Overwrite>true</Overwrite>
  164. </Platform>
  165. </DeployFile>
  166. <DeployClass Name="AdditionalDebugSymbols">
  167. <Platform Name="iOSSimulator">
  168. <Operation>1</Operation>
  169. </Platform>
  170. <Platform Name="OSX32">
  171. <RemoteDir>Contents\MacOS</RemoteDir>
  172. <Operation>1</Operation>
  173. </Platform>
  174. <Platform Name="Win32">
  175. <Operation>0</Operation>
  176. </Platform>
  177. </DeployClass>
  178. <DeployClass Name="AndroidClassesDexFile">
  179. <Platform Name="Android">
  180. <RemoteDir>classes</RemoteDir>
  181. <Operation>1</Operation>
  182. </Platform>
  183. </DeployClass>
  184. <DeployClass Name="AndroidFileProvider">
  185. <Platform Name="Android">
  186. <RemoteDir>res\xml</RemoteDir>
  187. <Operation>1</Operation>
  188. </Platform>
  189. </DeployClass>
  190. <DeployClass Name="AndroidGDBServer">
  191. <Platform Name="Android">
  192. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  193. <Operation>1</Operation>
  194. </Platform>
  195. </DeployClass>
  196. <DeployClass Name="AndroidLibnativeArmeabiFile">
  197. <Platform Name="Android">
  198. <RemoteDir>library\lib\armeabi</RemoteDir>
  199. <Operation>1</Operation>
  200. </Platform>
  201. </DeployClass>
  202. <DeployClass Name="AndroidLibnativeMipsFile">
  203. <Platform Name="Android">
  204. <RemoteDir>library\lib\mips</RemoteDir>
  205. <Operation>1</Operation>
  206. </Platform>
  207. </DeployClass>
  208. <DeployClass Name="AndroidServiceOutput">
  209. <Platform Name="Android">
  210. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. </DeployClass>
  214. <DeployClass Name="AndroidSplashImageDef">
  215. <Platform Name="Android">
  216. <RemoteDir>res\drawable</RemoteDir>
  217. <Operation>1</Operation>
  218. </Platform>
  219. </DeployClass>
  220. <DeployClass Name="AndroidSplashStyles">
  221. <Platform Name="Android">
  222. <RemoteDir>res\values</RemoteDir>
  223. <Operation>1</Operation>
  224. </Platform>
  225. </DeployClass>
  226. <DeployClass Name="AndroidSplashStylesV21">
  227. <Platform Name="Android">
  228. <RemoteDir>res\values-v21</RemoteDir>
  229. <Operation>1</Operation>
  230. </Platform>
  231. </DeployClass>
  232. <DeployClass Name="Android_Colors">
  233. <Platform Name="Android">
  234. <RemoteDir>res\values</RemoteDir>
  235. <Operation>1</Operation>
  236. </Platform>
  237. </DeployClass>
  238. <DeployClass Name="Android_DefaultAppIcon">
  239. <Platform Name="Android">
  240. <RemoteDir>res\drawable</RemoteDir>
  241. <Operation>1</Operation>
  242. </Platform>
  243. </DeployClass>
  244. <DeployClass Name="Android_LauncherIcon144">
  245. <Platform Name="Android">
  246. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="Android_LauncherIcon36">
  251. <Platform Name="Android">
  252. <RemoteDir>res\drawable-ldpi</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Name="Android_LauncherIcon48">
  257. <Platform Name="Android">
  258. <RemoteDir>res\drawable-mdpi</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="Android_LauncherIcon72">
  263. <Platform Name="Android">
  264. <RemoteDir>res\drawable-hdpi</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. </DeployClass>
  268. <DeployClass Name="Android_LauncherIcon96">
  269. <Platform Name="Android">
  270. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. </DeployClass>
  274. <DeployClass Name="Android_NotificationIcon24">
  275. <Platform Name="Android">
  276. <RemoteDir>res\drawable-mdpi</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. </DeployClass>
  280. <DeployClass Name="Android_NotificationIcon36">
  281. <Platform Name="Android">
  282. <RemoteDir>res\drawable-hdpi</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. </DeployClass>
  286. <DeployClass Name="Android_NotificationIcon48">
  287. <Platform Name="Android">
  288. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="Android_NotificationIcon72">
  293. <Platform Name="Android">
  294. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="Android_NotificationIcon96">
  299. <Platform Name="Android">
  300. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="Android_SplashImage426">
  305. <Platform Name="Android">
  306. <RemoteDir>res\drawable-small</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="Android_SplashImage470">
  311. <Platform Name="Android">
  312. <RemoteDir>res\drawable-normal</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="Android_SplashImage640">
  317. <Platform Name="Android">
  318. <RemoteDir>res\drawable-large</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="Android_SplashImage960">
  323. <Platform Name="Android">
  324. <RemoteDir>res\drawable-xlarge</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="Android_Strings">
  329. <Platform Name="Android">
  330. <RemoteDir>res\values</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="DebugSymbols">
  335. <Platform Name="iOSSimulator">
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="OSX32">
  339. <RemoteDir>Contents\MacOS</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="Win32">
  343. <Operation>0</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="DependencyFramework">
  347. <Platform Name="OSX32">
  348. <RemoteDir>Contents\MacOS</RemoteDir>
  349. <Operation>1</Operation>
  350. <Extensions>.framework</Extensions>
  351. </Platform>
  352. <Platform Name="OSX64">
  353. <RemoteDir>Contents\MacOS</RemoteDir>
  354. <Operation>1</Operation>
  355. <Extensions>.framework</Extensions>
  356. </Platform>
  357. <Platform Name="Win32">
  358. <Operation>0</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="DependencyModule">
  362. <Platform Name="iOSDevice32">
  363. <Operation>1</Operation>
  364. <Extensions>.dylib</Extensions>
  365. </Platform>
  366. <Platform Name="iOSDevice64">
  367. <Operation>1</Operation>
  368. <Extensions>.dylib</Extensions>
  369. </Platform>
  370. <Platform Name="iOSSimulator">
  371. <Operation>1</Operation>
  372. <Extensions>.dylib</Extensions>
  373. </Platform>
  374. <Platform Name="OSX32">
  375. <RemoteDir>Contents\MacOS</RemoteDir>
  376. <Operation>1</Operation>
  377. <Extensions>.dylib</Extensions>
  378. </Platform>
  379. <Platform Name="OSX64">
  380. <RemoteDir>Contents\MacOS</RemoteDir>
  381. <Operation>1</Operation>
  382. <Extensions>.dylib</Extensions>
  383. </Platform>
  384. <Platform Name="Win32">
  385. <Operation>0</Operation>
  386. <Extensions>.dll;.bpl</Extensions>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Required="true" Name="DependencyPackage">
  390. <Platform Name="iOSDevice32">
  391. <Operation>1</Operation>
  392. <Extensions>.dylib</Extensions>
  393. </Platform>
  394. <Platform Name="iOSDevice64">
  395. <Operation>1</Operation>
  396. <Extensions>.dylib</Extensions>
  397. </Platform>
  398. <Platform Name="iOSSimulator">
  399. <Operation>1</Operation>
  400. <Extensions>.dylib</Extensions>
  401. </Platform>
  402. <Platform Name="OSX32">
  403. <RemoteDir>Contents\MacOS</RemoteDir>
  404. <Operation>1</Operation>
  405. <Extensions>.dylib</Extensions>
  406. </Platform>
  407. <Platform Name="OSX64">
  408. <RemoteDir>Contents\MacOS</RemoteDir>
  409. <Operation>1</Operation>
  410. <Extensions>.dylib</Extensions>
  411. </Platform>
  412. <Platform Name="Win32">
  413. <Operation>0</Operation>
  414. <Extensions>.bpl</Extensions>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="File">
  418. <Platform Name="Android">
  419. <Operation>0</Operation>
  420. </Platform>
  421. <Platform Name="iOSDevice32">
  422. <Operation>0</Operation>
  423. </Platform>
  424. <Platform Name="iOSDevice64">
  425. <Operation>0</Operation>
  426. </Platform>
  427. <Platform Name="iOSSimulator">
  428. <Operation>0</Operation>
  429. </Platform>
  430. <Platform Name="OSX32">
  431. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  432. <Operation>0</Operation>
  433. </Platform>
  434. <Platform Name="OSX64">
  435. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  436. <Operation>0</Operation>
  437. </Platform>
  438. <Platform Name="Win32">
  439. <Operation>0</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="iPad_Launch1024x768">
  443. <Platform Name="iOSDevice32">
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSDevice64">
  447. <Operation>1</Operation>
  448. </Platform>
  449. <Platform Name="iOSSimulator">
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="iPad_Launch1536x2048">
  454. <Platform Name="iOSDevice32">
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="iOSDevice64">
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="iOSSimulator">
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="iPad_Launch1668">
  465. <Platform Name="iOSDevice32">
  466. <Operation>1</Operation>
  467. </Platform>
  468. <Platform Name="iOSDevice64">
  469. <Operation>1</Operation>
  470. </Platform>
  471. <Platform Name="iOSSimulator">
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="iPad_Launch1668x2388">
  476. <Platform Name="iOSDevice32">
  477. <Operation>1</Operation>
  478. </Platform>
  479. <Platform Name="iOSDevice64">
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="iOSSimulator">
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="iPad_Launch2048x1536">
  487. <Platform Name="iOSDevice32">
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="iOSDevice64">
  491. <Operation>1</Operation>
  492. </Platform>
  493. <Platform Name="iOSSimulator">
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="iPad_Launch2048x2732">
  498. <Platform Name="iOSDevice32">
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="iOSDevice64">
  502. <Operation>1</Operation>
  503. </Platform>
  504. <Platform Name="iOSSimulator">
  505. <Operation>1</Operation>
  506. </Platform>
  507. </DeployClass>
  508. <DeployClass Name="iPad_Launch2224">
  509. <Platform Name="iOSDevice32">
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="iOSDevice64">
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="iOSSimulator">
  516. <Operation>1</Operation>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="iPad_Launch2388x1668">
  520. <Platform Name="iOSDevice32">
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="iOSDevice64">
  524. <Operation>1</Operation>
  525. </Platform>
  526. <Platform Name="iOSSimulator">
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="iPad_Launch2732x2048">
  531. <Platform Name="iOSDevice32">
  532. <Operation>1</Operation>
  533. </Platform>
  534. <Platform Name="iOSDevice64">
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="iOSSimulator">
  538. <Operation>1</Operation>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Name="iPad_Launch768x1024">
  542. <Platform Name="iOSDevice32">
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="iOSDevice64">
  546. <Operation>1</Operation>
  547. </Platform>
  548. <Platform Name="iOSSimulator">
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="iPhone_Launch1125">
  553. <Platform Name="iOSDevice32">
  554. <Operation>1</Operation>
  555. </Platform>
  556. <Platform Name="iOSDevice64">
  557. <Operation>1</Operation>
  558. </Platform>
  559. <Platform Name="iOSSimulator">
  560. <Operation>1</Operation>
  561. </Platform>
  562. </DeployClass>
  563. <DeployClass Name="iPhone_Launch1136x640">
  564. <Platform Name="iOSDevice32">
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="iOSDevice64">
  568. <Operation>1</Operation>
  569. </Platform>
  570. <Platform Name="iOSSimulator">
  571. <Operation>1</Operation>
  572. </Platform>
  573. </DeployClass>
  574. <DeployClass Name="iPhone_Launch1242">
  575. <Platform Name="iOSDevice32">
  576. <Operation>1</Operation>
  577. </Platform>
  578. <Platform Name="iOSDevice64">
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="iOSSimulator">
  582. <Operation>1</Operation>
  583. </Platform>
  584. </DeployClass>
  585. <DeployClass Name="iPhone_Launch1242x2688">
  586. <Platform Name="iOSDevice32">
  587. <Operation>1</Operation>
  588. </Platform>
  589. <Platform Name="iOSDevice64">
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="iOSSimulator">
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="iPhone_Launch1334">
  597. <Platform Name="iOSDevice32">
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="iOSDevice64">
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="iOSSimulator">
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="iPhone_Launch1792">
  608. <Platform Name="iOSDevice32">
  609. <Operation>1</Operation>
  610. </Platform>
  611. <Platform Name="iOSDevice64">
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="iOSSimulator">
  615. <Operation>1</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Name="iPhone_Launch2208">
  619. <Platform Name="iOSDevice32">
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="iOSDevice64">
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="iOSSimulator">
  626. <Operation>1</Operation>
  627. </Platform>
  628. </DeployClass>
  629. <DeployClass Name="iPhone_Launch2436">
  630. <Platform Name="iOSDevice32">
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="iOSDevice64">
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="iOSSimulator">
  637. <Operation>1</Operation>
  638. </Platform>
  639. </DeployClass>
  640. <DeployClass Name="iPhone_Launch2688x1242">
  641. <Platform Name="iOSDevice32">
  642. <Operation>1</Operation>
  643. </Platform>
  644. <Platform Name="iOSDevice64">
  645. <Operation>1</Operation>
  646. </Platform>
  647. <Platform Name="iOSSimulator">
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="iPhone_Launch320">
  652. <Platform Name="iOSDevice32">
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="iOSDevice64">
  656. <Operation>1</Operation>
  657. </Platform>
  658. <Platform Name="iOSSimulator">
  659. <Operation>1</Operation>
  660. </Platform>
  661. </DeployClass>
  662. <DeployClass Name="iPhone_Launch640">
  663. <Platform Name="iOSDevice32">
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="iOSDevice64">
  667. <Operation>1</Operation>
  668. </Platform>
  669. <Platform Name="iOSSimulator">
  670. <Operation>1</Operation>
  671. </Platform>
  672. </DeployClass>
  673. <DeployClass Name="iPhone_Launch640x1136">
  674. <Platform Name="iOSDevice32">
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="iOSDevice64">
  678. <Operation>1</Operation>
  679. </Platform>
  680. <Platform Name="iOSSimulator">
  681. <Operation>1</Operation>
  682. </Platform>
  683. </DeployClass>
  684. <DeployClass Name="iPhone_Launch750">
  685. <Platform Name="iOSDevice32">
  686. <Operation>1</Operation>
  687. </Platform>
  688. <Platform Name="iOSDevice64">
  689. <Operation>1</Operation>
  690. </Platform>
  691. <Platform Name="iOSSimulator">
  692. <Operation>1</Operation>
  693. </Platform>
  694. </DeployClass>
  695. <DeployClass Name="iPhone_Launch828">
  696. <Platform Name="iOSDevice32">
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="iOSDevice64">
  700. <Operation>1</Operation>
  701. </Platform>
  702. <Platform Name="iOSSimulator">
  703. <Operation>1</Operation>
  704. </Platform>
  705. </DeployClass>
  706. <DeployClass Name="ProjectAndroidManifest">
  707. <Platform Name="Android">
  708. <Operation>1</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="ProjectiOSDeviceDebug">
  712. <Platform Name="iOSDevice32">
  713. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSDevice64">
  717. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. </DeployClass>
  721. <DeployClass Name="ProjectiOSDeviceResourceRules">
  722. <Platform Name="iOSDevice32">
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="iOSDevice64">
  726. <Operation>1</Operation>
  727. </Platform>
  728. </DeployClass>
  729. <DeployClass Name="ProjectiOSEntitlements">
  730. <Platform Name="iOSDevice32">
  731. <RemoteDir>..\</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="iOSDevice64">
  735. <RemoteDir>..\</RemoteDir>
  736. <Operation>1</Operation>
  737. </Platform>
  738. </DeployClass>
  739. <DeployClass Name="ProjectiOSInfoPList">
  740. <Platform Name="iOSDevice32">
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSDevice64">
  744. <Operation>1</Operation>
  745. </Platform>
  746. <Platform Name="iOSSimulator">
  747. <Operation>1</Operation>
  748. </Platform>
  749. </DeployClass>
  750. <DeployClass Name="ProjectiOSResource">
  751. <Platform Name="iOSDevice32">
  752. <Operation>1</Operation>
  753. </Platform>
  754. <Platform Name="iOSDevice64">
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSSimulator">
  758. <Operation>1</Operation>
  759. </Platform>
  760. </DeployClass>
  761. <DeployClass Name="ProjectOSXDebug">
  762. <Platform Name="OSX64">
  763. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. </DeployClass>
  767. <DeployClass Name="ProjectOSXEntitlements">
  768. <Platform Name="OSX32">
  769. <RemoteDir>..\</RemoteDir>
  770. <Operation>1</Operation>
  771. </Platform>
  772. <Platform Name="OSX64">
  773. <RemoteDir>..\</RemoteDir>
  774. <Operation>1</Operation>
  775. </Platform>
  776. </DeployClass>
  777. <DeployClass Name="ProjectOSXInfoPList">
  778. <Platform Name="OSX32">
  779. <RemoteDir>Contents</RemoteDir>
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="OSX64">
  783. <RemoteDir>Contents</RemoteDir>
  784. <Operation>1</Operation>
  785. </Platform>
  786. </DeployClass>
  787. <DeployClass Name="ProjectOSXResource">
  788. <Platform Name="OSX32">
  789. <RemoteDir>Contents\Resources</RemoteDir>
  790. <Operation>1</Operation>
  791. </Platform>
  792. <Platform Name="OSX64">
  793. <RemoteDir>Contents\Resources</RemoteDir>
  794. <Operation>1</Operation>
  795. </Platform>
  796. </DeployClass>
  797. <DeployClass Required="true" Name="ProjectOutput">
  798. <Platform Name="Android">
  799. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  800. <Operation>1</Operation>
  801. </Platform>
  802. <Platform Name="iOSDevice32">
  803. <Operation>1</Operation>
  804. </Platform>
  805. <Platform Name="iOSDevice64">
  806. <Operation>1</Operation>
  807. </Platform>
  808. <Platform Name="iOSSimulator">
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="Linux64">
  812. <Operation>1</Operation>
  813. </Platform>
  814. <Platform Name="OSX32">
  815. <RemoteDir>Contents\MacOS</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="OSX64">
  819. <RemoteDir>Contents\MacOS</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. <Platform Name="Win32">
  823. <Operation>0</Operation>
  824. </Platform>
  825. </DeployClass>
  826. <DeployClass Name="ProjectUWPManifest">
  827. <Platform Name="Win32">
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="Win64">
  831. <Operation>1</Operation>
  832. </Platform>
  833. </DeployClass>
  834. <DeployClass Name="UWP_DelphiLogo150">
  835. <Platform Name="Win32">
  836. <RemoteDir>Assets</RemoteDir>
  837. <Operation>1</Operation>
  838. </Platform>
  839. <Platform Name="Win64">
  840. <RemoteDir>Assets</RemoteDir>
  841. <Operation>1</Operation>
  842. </Platform>
  843. </DeployClass>
  844. <DeployClass Name="UWP_DelphiLogo44">
  845. <Platform Name="Win32">
  846. <RemoteDir>Assets</RemoteDir>
  847. <Operation>1</Operation>
  848. </Platform>
  849. <Platform Name="Win64">
  850. <RemoteDir>Assets</RemoteDir>
  851. <Operation>1</Operation>
  852. </Platform>
  853. </DeployClass>
  854. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  855. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  856. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  857. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  858. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  859. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  860. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  861. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  862. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  863. </Deployment>
  864. </BorlandProject>
  865. <ProjectFileVersion>12</ProjectFileVersion>
  866. </ProjectExtensions>
  867. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  868. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  869. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  870. </Project>