OctreeDemo.cbproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{D59D041B-AF30-4C4D-976A-569632037787}</ProjectGuid>
  4. <ProjectVersion>18.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>OctreeDemo.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</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)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>OctreeDemo</SanitizedProjectName>
  62. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  63. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  64. <ProjectType>CppVCLApplication</ProjectType>
  65. <Multithreaded>true</Multithreaded>
  66. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  67. <IncludePath>D:\GLScene\Samples\CPP\Demos\rendering\OctreeDemo\;$(IncludePath)</IncludePath>
  68. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\rendering\OctreeDemo\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  69. <_TCHARMapping>wchar_t</_TCHARMapping>
  70. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  71. <DynamicRTL>true</DynamicRTL>
  72. <UsePackages>true</UsePackages>
  73. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  74. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  75. <BCC_wpar>false</BCC_wpar>
  76. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  77. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  80. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  81. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  82. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  85. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;GbComp;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  86. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  87. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  91. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;GbComp;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  92. <VerInfo_Locale>1033</VerInfo_Locale>
  93. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  94. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  95. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  96. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  99. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  100. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  101. <DCC_Optimize>false</DCC_Optimize>
  102. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  103. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  104. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  105. <DCC_Define>DEBUG</DCC_Define>
  106. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  107. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  108. <BCC_StackFrames>true</BCC_StackFrames>
  109. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  110. <TASM_Debugging>Full</TASM_Debugging>
  111. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  112. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  113. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  114. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  115. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  116. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  119. <Defines>_DEBUG;$(Defines)</Defines>
  120. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  123. <Defines>_DEBUG;$(Defines)</Defines>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  126. <TASM_Debugging>None</TASM_Debugging>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  129. <Defines>NDEBUG;$(Defines)</Defines>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  132. <Defines>NDEBUG;$(Defines)</Defines>
  133. </PropertyGroup>
  134. <ItemGroup>
  135. <CppCompile Include="OctreeDemo.cpp">
  136. <BuildOrder>0</BuildOrder>
  137. </CppCompile>
  138. <CppCompile Include="Unit1.cpp">
  139. <Form>Form1</Form>
  140. <FormType>dfm</FormType>
  141. <DependentOn>Unit1.h</DependentOn>
  142. <BuildOrder>2</BuildOrder>
  143. </CppCompile>
  144. <FormResources Include="Unit1.dfm"/>
  145. <BuildConfiguration Include="Release">
  146. <Key>Cfg_2</Key>
  147. <CfgParent>Base</CfgParent>
  148. </BuildConfiguration>
  149. <BuildConfiguration Include="Base">
  150. <Key>Base</Key>
  151. </BuildConfiguration>
  152. <BuildConfiguration Include="Debug">
  153. <Key>Cfg_1</Key>
  154. <CfgParent>Base</CfgParent>
  155. </BuildConfiguration>
  156. </ItemGroup>
  157. <ProjectExtensions>
  158. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  159. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  160. <BorlandProject>
  161. <CPlusPlusBuilder.Personality>
  162. <Source>
  163. <Source Name="MainSource">OctreeDemo.cpp</Source>
  164. </Source>
  165. <VersionInfo>
  166. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  167. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  168. <VersionInfo Name="MajorVer">1</VersionInfo>
  169. <VersionInfo Name="MinorVer">0</VersionInfo>
  170. <VersionInfo Name="Release">0</VersionInfo>
  171. <VersionInfo Name="Build">0</VersionInfo>
  172. <VersionInfo Name="Debug">False</VersionInfo>
  173. <VersionInfo Name="PreRelease">False</VersionInfo>
  174. <VersionInfo Name="Special">False</VersionInfo>
  175. <VersionInfo Name="Private">False</VersionInfo>
  176. <VersionInfo Name="DLL">False</VersionInfo>
  177. <VersionInfo Name="Locale">1049</VersionInfo>
  178. <VersionInfo Name="CodePage">1251</VersionInfo>
  179. </VersionInfo>
  180. <VersionInfoKeys>
  181. <VersionInfoKeys Name="CompanyName"/>
  182. <VersionInfoKeys Name="FileDescription"/>
  183. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  184. <VersionInfoKeys Name="InternalName"/>
  185. <VersionInfoKeys Name="LegalCopyright"/>
  186. <VersionInfoKeys Name="LegalTrademarks"/>
  187. <VersionInfoKeys Name="OriginalFilename"/>
  188. <VersionInfoKeys Name="ProductName"/>
  189. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  190. <VersionInfoKeys Name="Comments"/>
  191. <VersionInfoKeys Name="CFBundleName"/>
  192. <VersionInfoKeys Name="CFBundleDisplayName"/>
  193. <VersionInfoKeys Name="CFBundleIdentifier"/>
  194. <VersionInfoKeys Name="CFBundleVersion"/>
  195. <VersionInfoKeys Name="CFBundlePackageType"/>
  196. <VersionInfoKeys Name="CFBundleSignature"/>
  197. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  198. <VersionInfoKeys Name="CFBundleExecutable"/>
  199. </VersionInfoKeys>
  200. <ProjectProperties>
  201. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  202. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  203. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  204. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  205. </ProjectProperties>
  206. </CPlusPlusBuilder.Personality>
  207. <Deployment Version="3">
  208. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  209. <Platform Name="Win32">
  210. <Overwrite>true</Overwrite>
  211. </Platform>
  212. </DeployFile>
  213. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  214. <Platform Name="OSX32">
  215. <Overwrite>true</Overwrite>
  216. </Platform>
  217. </DeployFile>
  218. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  219. <Platform Name="Win32">
  220. <Overwrite>true</Overwrite>
  221. </Platform>
  222. </DeployFile>
  223. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  224. <Platform Name="Win32">
  225. <Overwrite>true</Overwrite>
  226. </Platform>
  227. </DeployFile>
  228. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  229. <Platform Name="Win64">
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  234. <Platform Name="OSX32">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  239. <Platform Name="Win32">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  244. <Platform Name="Win32">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  249. <Platform Name="Win32">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  254. <Platform Name="Win64">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  259. <Platform Name="Win64">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  264. <Platform Name="Win32">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule">
  269. <Platform Name="Win64">
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule">
  274. <Platform Name="Win64">
  275. <Overwrite>true</Overwrite>
  276. </Platform>
  277. </DeployFile>
  278. <DeployClass Name="ProjectiOSDeviceResourceRules">
  279. <Platform Name="iOSDevice64">
  280. <Operation>1</Operation>
  281. </Platform>
  282. <Platform Name="iOSDevice32">
  283. <Operation>1</Operation>
  284. </Platform>
  285. </DeployClass>
  286. <DeployClass Name="ProjectOSXResource">
  287. <Platform Name="OSX32">
  288. <RemoteDir>Contents\Resources</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="AndroidClassesDexFile">
  293. <Platform Name="Android">
  294. <RemoteDir>classes</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="AdditionalDebugSymbols">
  299. <Platform Name="Win32">
  300. <RemoteDir>Contents\MacOS</RemoteDir>
  301. <Operation>0</Operation>
  302. </Platform>
  303. <Platform Name="iOSSimulator">
  304. <Operation>1</Operation>
  305. </Platform>
  306. <Platform Name="OSX32">
  307. <RemoteDir>Contents\MacOS</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="iPad_Launch768">
  312. <Platform Name="iOSSimulator">
  313. <Operation>1</Operation>
  314. </Platform>
  315. <Platform Name="iOSDevice64">
  316. <Operation>1</Operation>
  317. </Platform>
  318. <Platform Name="iOSDevice32">
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="Android_LauncherIcon144">
  323. <Platform Name="Android">
  324. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="AndroidLibnativeMipsFile">
  329. <Platform Name="Android">
  330. <RemoteDir>library\lib\mips</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Required="true" Name="ProjectOutput">
  335. <Platform Name="iOSDevice64">
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="iOSDevice32">
  339. <Operation>1</Operation>
  340. </Platform>
  341. <Platform Name="Win32">
  342. <Operation>0</Operation>
  343. </Platform>
  344. <Platform Name="Linux64">
  345. <Operation>1</Operation>
  346. </Platform>
  347. <Platform Name="OSX32">
  348. <RemoteDir>Contents\MacOS</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. <Platform Name="Android">
  352. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. <Platform Name="iOSSimulator">
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="DependencyFramework">
  360. <Platform Name="Win32">
  361. <Operation>0</Operation>
  362. </Platform>
  363. <Platform Name="OSX32">
  364. <RemoteDir>Contents\MacOS</RemoteDir>
  365. <Operation>1</Operation>
  366. <Extensions>.framework</Extensions>
  367. </Platform>
  368. </DeployClass>
  369. <DeployClass Name="iPhone_Launch640">
  370. <Platform Name="iOSSimulator">
  371. <Operation>1</Operation>
  372. </Platform>
  373. <Platform Name="iOSDevice64">
  374. <Operation>1</Operation>
  375. </Platform>
  376. <Platform Name="iOSDevice32">
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="iPad_Launch1024">
  381. <Platform Name="iOSSimulator">
  382. <Operation>1</Operation>
  383. </Platform>
  384. <Platform Name="iOSDevice64">
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="iOSDevice32">
  388. <Operation>1</Operation>
  389. </Platform>
  390. </DeployClass>
  391. <DeployClass Name="ProjectiOSDeviceDebug">
  392. <Platform Name="iOSDevice64">
  393. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. <Platform Name="iOSDevice32">
  397. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  398. <Operation>1</Operation>
  399. </Platform>
  400. </DeployClass>
  401. <DeployClass Name="AndroidLibnativeX86File"/>
  402. <DeployClass Name="iPhone_Launch320">
  403. <Platform Name="iOSSimulator">
  404. <Operation>1</Operation>
  405. </Platform>
  406. <Platform Name="iOSDevice64">
  407. <Operation>1</Operation>
  408. </Platform>
  409. <Platform Name="iOSDevice32">
  410. <Operation>1</Operation>
  411. </Platform>
  412. </DeployClass>
  413. <DeployClass Name="ProjectiOSInfoPList">
  414. <Platform Name="iOSSimulator">
  415. <Operation>1</Operation>
  416. </Platform>
  417. <Platform Name="iOSDevice64">
  418. <Operation>1</Operation>
  419. </Platform>
  420. <Platform Name="iOSDevice32">
  421. <Operation>1</Operation>
  422. </Platform>
  423. </DeployClass>
  424. <DeployClass Name="AndroidLibnativeArmeabiFile">
  425. <Platform Name="Android">
  426. <RemoteDir>library\lib\armeabi</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="DebugSymbols">
  431. <Platform Name="Win32">
  432. <Operation>0</Operation>
  433. </Platform>
  434. <Platform Name="iOSSimulator">
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="OSX32">
  438. <RemoteDir>Contents\MacOS</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="iPad_Launch1536">
  443. <Platform Name="iOSSimulator">
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSDevice64">
  447. <Operation>1</Operation>
  448. </Platform>
  449. <Platform Name="iOSDevice32">
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="Android_SplashImage470">
  454. <Platform Name="Android">
  455. <RemoteDir>res\drawable-normal</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. </DeployClass>
  459. <DeployClass Name="Android_LauncherIcon96">
  460. <Platform Name="Android">
  461. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  462. <Operation>1</Operation>
  463. </Platform>
  464. </DeployClass>
  465. <DeployClass Name="Android_SplashImage640">
  466. <Platform Name="Android">
  467. <RemoteDir>res\drawable-large</RemoteDir>
  468. <Operation>1</Operation>
  469. </Platform>
  470. </DeployClass>
  471. <DeployClass Name="iPhone_Launch640x1136">
  472. <Platform Name="iOSSimulator">
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="iOSDevice64">
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="iOSDevice32">
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="ProjectiOSEntitlements">
  483. <Platform Name="iOSDevice64">
  484. <RemoteDir>..\</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="iOSDevice32">
  488. <RemoteDir>..\</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_LauncherIcon72">
  493. <Platform Name="Android">
  494. <RemoteDir>res\drawable-hdpi</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="AndroidGDBServer">
  499. <Platform Name="Android">
  500. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  501. <Operation>1</Operation>
  502. </Platform>
  503. </DeployClass>
  504. <DeployClass Name="ProjectOSXInfoPList">
  505. <Platform Name="OSX32">
  506. <RemoteDir>Contents</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="ProjectOSXEntitlements">
  511. <Platform Name="OSX32">
  512. <RemoteDir>..\</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="iPad_Launch2048">
  517. <Platform Name="iOSSimulator">
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="iOSDevice64">
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="iOSDevice32">
  524. <Operation>1</Operation>
  525. </Platform>
  526. </DeployClass>
  527. <DeployClass Name="AndroidSplashStyles">
  528. <Platform Name="Android">
  529. <RemoteDir>res\values</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. </DeployClass>
  533. <DeployClass Name="Android_SplashImage426">
  534. <Platform Name="Android">
  535. <RemoteDir>res\drawable-small</RemoteDir>
  536. <Operation>1</Operation>
  537. </Platform>
  538. </DeployClass>
  539. <DeployClass Name="AndroidSplashImageDef">
  540. <Platform Name="Android">
  541. <RemoteDir>res\drawable</RemoteDir>
  542. <Operation>1</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="ProjectiOSResource">
  546. <Platform Name="iOSSimulator">
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="iOSDevice64">
  550. <Operation>1</Operation>
  551. </Platform>
  552. <Platform Name="iOSDevice32">
  553. <Operation>1</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="ProjectAndroidManifest">
  557. <Platform Name="Android">
  558. <Operation>1</Operation>
  559. </Platform>
  560. </DeployClass>
  561. <DeployClass Name="Android_DefaultAppIcon">
  562. <Platform Name="Android">
  563. <RemoteDir>res\drawable</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="File">
  568. <Platform Name="Win32">
  569. <Operation>0</Operation>
  570. </Platform>
  571. <Platform Name="iOSDevice64">
  572. <Operation>0</Operation>
  573. </Platform>
  574. <Platform Name="OSX32">
  575. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  576. <Operation>0</Operation>
  577. </Platform>
  578. <Platform Name="iOSDevice32">
  579. <Operation>0</Operation>
  580. </Platform>
  581. <Platform Name="Android">
  582. <Operation>0</Operation>
  583. </Platform>
  584. <Platform Name="iOSSimulator">
  585. <Operation>0</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="AndroidServiceOutput">
  589. <Platform Name="Android">
  590. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Required="true" Name="DependencyPackage">
  595. <Platform Name="Win32">
  596. <Operation>0</Operation>
  597. <Extensions>.bpl</Extensions>
  598. </Platform>
  599. <Platform Name="iOSDevice64">
  600. <Operation>1</Operation>
  601. <Extensions>.dylib</Extensions>
  602. </Platform>
  603. <Platform Name="OSX32">
  604. <RemoteDir>Contents\MacOS</RemoteDir>
  605. <Operation>1</Operation>
  606. <Extensions>.dylib</Extensions>
  607. </Platform>
  608. <Platform Name="iOSDevice32">
  609. <Operation>1</Operation>
  610. <Extensions>.dylib</Extensions>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>1</Operation>
  614. <Extensions>.dylib</Extensions>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="Android_LauncherIcon48">
  618. <Platform Name="Android">
  619. <RemoteDir>res\drawable-mdpi</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Name="Android_SplashImage960">
  624. <Platform Name="Android">
  625. <RemoteDir>res\drawable-xlarge</RemoteDir>
  626. <Operation>1</Operation>
  627. </Platform>
  628. </DeployClass>
  629. <DeployClass Name="Android_LauncherIcon36">
  630. <Platform Name="Android">
  631. <RemoteDir>res\drawable-ldpi</RemoteDir>
  632. <Operation>1</Operation>
  633. </Platform>
  634. </DeployClass>
  635. <DeployClass Name="DependencyModule">
  636. <Platform Name="Win32">
  637. <Operation>0</Operation>
  638. <Extensions>.dll;.bpl</Extensions>
  639. </Platform>
  640. <Platform Name="iOSDevice64">
  641. <Operation>1</Operation>
  642. <Extensions>.dylib</Extensions>
  643. </Platform>
  644. <Platform Name="OSX32">
  645. <RemoteDir>Contents\MacOS</RemoteDir>
  646. <Operation>1</Operation>
  647. <Extensions>.dylib</Extensions>
  648. </Platform>
  649. <Platform Name="iOSDevice32">
  650. <Operation>1</Operation>
  651. <Extensions>.dylib</Extensions>
  652. </Platform>
  653. <Platform Name="iOSSimulator">
  654. <Operation>1</Operation>
  655. <Extensions>.dylib</Extensions>
  656. </Platform>
  657. </DeployClass>
  658. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  659. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  660. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  661. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  662. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  663. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  664. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  665. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  666. </Deployment>
  667. <Platforms>
  668. <Platform value="Win32">True</Platform>
  669. <Platform value="Win64">False</Platform>
  670. </Platforms>
  671. </BorlandProject>
  672. <ProjectFileVersion>12</ProjectFileVersion>
  673. </ProjectExtensions>
  674. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  675. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  676. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  677. </Project>