octreedemo.cbproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{3CDEA485-3EBF-4B41-A1F5-806939AF47DA}</ProjectGuid>
  4. <ProjectType>CppVCLApplication</ProjectType>
  5. <MainSource>octreedemo.cpp</MainSource>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <FrameworkType>VCL</FrameworkType>
  9. <ProjectVersion>18.5</ProjectVersion>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  12. <AppType>Application</AppType>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  18. <Base_Win32>true</Base_Win32>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  23. <Base_Win64>true</Base_Win64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  28. <Cfg_1>true</Cfg_1>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  33. <Cfg_1_Win32>true</Cfg_1_Win32>
  34. <CfgParent>Cfg_1</CfgParent>
  35. <Cfg_1>true</Cfg_1>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  39. <Cfg_1_Win64>true</Cfg_1_Win64>
  40. <CfgParent>Cfg_1</CfgParent>
  41. <Cfg_1>true</Cfg_1>
  42. <Base>true</Base>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  45. <Cfg_2>true</Cfg_2>
  46. <CfgParent>Base</CfgParent>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  50. <Cfg_2_Win32>true</Cfg_2_Win32>
  51. <CfgParent>Cfg_2</CfgParent>
  52. <Cfg_2>true</Cfg_2>
  53. <Base>true</Base>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  56. <Cfg_2_Win64>true</Cfg_2_Win64>
  57. <CfgParent>Cfg_2</CfgParent>
  58. <Cfg_2>true</Cfg_2>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Base)'!=''">
  62. <SanitizedProjectName>octreedemo</SanitizedProjectName>
  63. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  64. <VerInfo_Locale>1036</VerInfo_Locale>
  65. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  66. <BCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BCC_IncludePath)</BCC_IncludePath>
  67. <DCC_UnitSearchPath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  68. <TASM_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(TASM_IncludePath)</TASM_IncludePath>
  69. <ILINK_LibraryPath>$(BDS)\lib\obj;$(BDS)\lib;..\..\..\..\lib;..\..\..\..\dcu;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  70. <UsePackages>true</UsePackages>
  71. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  72. <PackageImports>rtl.bpi;vcl.bpi;$(PackageImports)</PackageImports>
  73. <BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
  74. <ILINK_AppType>Windows</ILINK_AppType>
  75. <DCC_IncludePath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
  76. <DCC_AdditionalSwitches> -M</DCC_AdditionalSwitches>
  77. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  78. <BRCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BRCC_IncludePath)</BRCC_IncludePath>
  79. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  80. <BCC_PCHCache>true</BCC_PCHCache>
  81. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  82. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
  83. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  84. <DynamicRTL>true</DynamicRTL>
  85. <FinalOutputDir>.</FinalOutputDir>
  86. <TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches>
  87. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  90. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  91. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve</BCC_UserSuppliedOptions>
  92. <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
  93. <OutputExt>exe</OutputExt>
  94. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  95. <Icon_MainIcon>octreedemo_Icon.ico</Icon_MainIcon>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  97. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  98. <VerInfo_Locale>1033</VerInfo_Locale>
  99. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  100. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  101. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  102. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  105. <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
  106. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  107. <Icon_MainIcon>octreedemo_Icon.ico</Icon_MainIcon>
  108. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  109. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  110. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  113. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  114. <DCC_AdditionalSwitches> -M -V</DCC_AdditionalSwitches>
  115. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  116. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  117. <DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
  118. <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
  119. <IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
  120. <TASM_Debugging>Full</TASM_Debugging>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  123. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  124. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -k</BCC_UserSuppliedOptions>
  125. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  126. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  127. <VerInfo_Locale>1033</VerInfo_Locale>
  128. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  129. <LinkPackageStatics>fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</LinkPackageStatics>
  130. <LinkPackageImports>rtl.bpi;vcl.bpi</LinkPackageImports>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  133. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  136. <BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
  137. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  138. <DCC_AdditionalSwitches> -M -$O+</DCC_AdditionalSwitches>
  139. <BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion>
  140. <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
  141. <TASM_Debugging>None</TASM_Debugging>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  144. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  145. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -r</BCC_UserSuppliedOptions>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  148. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  149. </PropertyGroup>
  150. <ItemGroup>
  151. <CppCompile Include="octreedemo.cpp">
  152. <BuildOrder>-1</BuildOrder>
  153. <BuildOrder>0</BuildOrder>
  154. </CppCompile>
  155. <CppCompile Include="Unit1.cpp">
  156. <BuildOrder>2</BuildOrder>
  157. <Form>Form1</Form>
  158. <DependentOn>Unit1.h</DependentOn>
  159. <BuildOrder>0</BuildOrder>
  160. </CppCompile>
  161. <FormResources Include="Unit1.dfm"/>
  162. <BuildConfiguration Include="Release">
  163. <Key>Cfg_2</Key>
  164. <CfgParent>Base</CfgParent>
  165. </BuildConfiguration>
  166. <BuildConfiguration Include="Base">
  167. <Key>Base</Key>
  168. </BuildConfiguration>
  169. <BuildConfiguration Include="Debug">
  170. <Key>Cfg_1</Key>
  171. <CfgParent>Base</CfgParent>
  172. </BuildConfiguration>
  173. </ItemGroup>
  174. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  175. <ProjectExtensions>
  176. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  177. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  178. <BorlandProject>
  179. <CPlusPlusBuilder.Personality>
  180. <VersionInfo>
  181. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  182. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  183. <VersionInfo Name="MajorVer">1</VersionInfo>
  184. <VersionInfo Name="MinorVer">0</VersionInfo>
  185. <VersionInfo Name="Release">0</VersionInfo>
  186. <VersionInfo Name="Build">0</VersionInfo>
  187. <VersionInfo Name="Debug">False</VersionInfo>
  188. <VersionInfo Name="PreRelease">False</VersionInfo>
  189. <VersionInfo Name="Special">False</VersionInfo>
  190. <VersionInfo Name="Private">False</VersionInfo>
  191. <VersionInfo Name="DLL">False</VersionInfo>
  192. <VersionInfo Name="Locale">1036</VersionInfo>
  193. <VersionInfo Name="CodePage">1252</VersionInfo>
  194. </VersionInfo>
  195. <VersionInfoKeys>
  196. <VersionInfoKeys Name="CompanyName"/>
  197. <VersionInfoKeys Name="FileDescription"/>
  198. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  199. <VersionInfoKeys Name="InternalName"/>
  200. <VersionInfoKeys Name="LegalCopyright"/>
  201. <VersionInfoKeys Name="LegalTrademarks"/>
  202. <VersionInfoKeys Name="OriginalFilename"/>
  203. <VersionInfoKeys Name="ProductName"/>
  204. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  205. <VersionInfoKeys Name="Comments"/>
  206. </VersionInfoKeys>
  207. <Debugging>
  208. <Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
  209. </Debugging>
  210. <Parameters>
  211. <Parameters Name="RunParams"/>
  212. <Parameters Name="HostApplication"/>
  213. <Parameters Name="RemoteHost"/>
  214. <Parameters Name="RemotePath"/>
  215. <Parameters Name="RemoteDebug">0</Parameters>
  216. </Parameters>
  217. <Compiler>
  218. <Compiler Name="ShowInfoMsgs">0</Compiler>
  219. <Compiler Name="LinkDebugVcl">0</Compiler>
  220. <Compiler Name="LinkCGLIB">0</Compiler>
  221. </Compiler>
  222. <ProjectProperties>
  223. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  224. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  225. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  226. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  227. </ProjectProperties>
  228. <Source>
  229. <Source Name="MainSource">octreedemo.cpp</Source>
  230. </Source>
  231. </CPlusPlusBuilder.Personality>
  232. <Platforms>
  233. <Platform value="Win32">True</Platform>
  234. <Platform value="Win64">False</Platform>
  235. </Platforms>
  236. <Deployment Version="3">
  237. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  239. <Platform Name="Win32">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  244. <Platform Name="Win64">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  249. <Platform Name="OSX32">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  254. <Platform Name="Win32">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile LocalName=".\octreedemo.exe" Configuration="Debug" Class="ProjectOutput"/>
  259. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  260. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  261. <Platform Name="OSX32">
  262. <Overwrite>true</Overwrite>
  263. </Platform>
  264. </DeployFile>
  265. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  266. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  267. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  268. <Platform Name="OSX64">
  269. <Overwrite>true</Overwrite>
  270. </Platform>
  271. </DeployFile>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  273. <Platform Name="Win32">
  274. <Overwrite>true</Overwrite>
  275. </Platform>
  276. </DeployFile>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  278. <Platform Name="Win32">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  283. <Platform Name="Win64">
  284. <Overwrite>true</Overwrite>
  285. </Platform>
  286. </DeployFile>
  287. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  289. <DeployFile LocalName=".\octreedemo.tds" Configuration="Debug" Class="DebugSymbols"/>
  290. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  291. <Platform Name="Win32">
  292. <Overwrite>true</Overwrite>
  293. </Platform>
  294. </DeployFile>
  295. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  296. <Platform Name="Win64">
  297. <Overwrite>true</Overwrite>
  298. </Platform>
  299. </DeployFile>
  300. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  301. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  302. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  303. <Platform Name="OSX64">
  304. <Overwrite>true</Overwrite>
  305. </Platform>
  306. </DeployFile>
  307. <DeployClass Name="AdditionalDebugSymbols">
  308. <Platform Name="iOSSimulator">
  309. <Operation>1</Operation>
  310. </Platform>
  311. <Platform Name="OSX32">
  312. <RemoteDir>Contents\MacOS</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. <Platform Name="Win32">
  316. <Operation>0</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="AndroidClassesDexFile">
  320. <Platform Name="Android">
  321. <RemoteDir>classes</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="AndroidFileProvider">
  326. <Platform Name="Android">
  327. <RemoteDir>res\xml</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="AndroidGDBServer">
  332. <Platform Name="Android">
  333. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="AndroidLibnativeArmeabiFile">
  338. <Platform Name="Android">
  339. <RemoteDir>library\lib\armeabi</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="AndroidLibnativeMipsFile">
  344. <Platform Name="Android">
  345. <RemoteDir>library\lib\mips</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="AndroidServiceOutput">
  350. <Platform Name="Android">
  351. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="AndroidSplashImageDef">
  356. <Platform Name="Android">
  357. <RemoteDir>res\drawable</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="AndroidSplashStyles">
  362. <Platform Name="Android">
  363. <RemoteDir>res\values</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="AndroidSplashStylesV21">
  368. <Platform Name="Android">
  369. <RemoteDir>res\values-v21</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="Android_DefaultAppIcon">
  374. <Platform Name="Android">
  375. <RemoteDir>res\drawable</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. </DeployClass>
  379. <DeployClass Name="Android_LauncherIcon144">
  380. <Platform Name="Android">
  381. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="Android_LauncherIcon36">
  386. <Platform Name="Android">
  387. <RemoteDir>res\drawable-ldpi</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. </DeployClass>
  391. <DeployClass Name="Android_LauncherIcon48">
  392. <Platform Name="Android">
  393. <RemoteDir>res\drawable-mdpi</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_LauncherIcon72">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable-hdpi</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="Android_LauncherIcon96">
  404. <Platform Name="Android">
  405. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="Android_SplashImage426">
  410. <Platform Name="Android">
  411. <RemoteDir>res\drawable-small</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="Android_SplashImage470">
  416. <Platform Name="Android">
  417. <RemoteDir>res\drawable-normal</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. </DeployClass>
  421. <DeployClass Name="Android_SplashImage640">
  422. <Platform Name="Android">
  423. <RemoteDir>res\drawable-large</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_SplashImage960">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable-xlarge</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="DebugSymbols">
  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. <Platform Name="Win32">
  442. <Operation>0</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="DependencyFramework">
  446. <Platform Name="OSX32">
  447. <RemoteDir>Contents\MacOS</RemoteDir>
  448. <Operation>1</Operation>
  449. <Extensions>.framework</Extensions>
  450. </Platform>
  451. <Platform Name="OSX64">
  452. <RemoteDir>Contents\MacOS</RemoteDir>
  453. <Operation>1</Operation>
  454. <Extensions>.framework</Extensions>
  455. </Platform>
  456. <Platform Name="Win32">
  457. <Operation>0</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="DependencyModule">
  461. <Platform Name="iOSDevice32">
  462. <Operation>1</Operation>
  463. <Extensions>.dylib</Extensions>
  464. </Platform>
  465. <Platform Name="iOSDevice64">
  466. <Operation>1</Operation>
  467. <Extensions>.dylib</Extensions>
  468. </Platform>
  469. <Platform Name="iOSSimulator">
  470. <Operation>1</Operation>
  471. <Extensions>.dylib</Extensions>
  472. </Platform>
  473. <Platform Name="OSX32">
  474. <RemoteDir>Contents\MacOS</RemoteDir>
  475. <Operation>1</Operation>
  476. <Extensions>.dylib</Extensions>
  477. </Platform>
  478. <Platform Name="OSX64">
  479. <RemoteDir>Contents\MacOS</RemoteDir>
  480. <Operation>1</Operation>
  481. <Extensions>.dylib</Extensions>
  482. </Platform>
  483. <Platform Name="Win32">
  484. <Operation>0</Operation>
  485. <Extensions>.dll;.bpl</Extensions>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Required="true" Name="DependencyPackage">
  489. <Platform Name="iOSDevice32">
  490. <Operation>1</Operation>
  491. <Extensions>.dylib</Extensions>
  492. </Platform>
  493. <Platform Name="iOSDevice64">
  494. <Operation>1</Operation>
  495. <Extensions>.dylib</Extensions>
  496. </Platform>
  497. <Platform Name="iOSSimulator">
  498. <Operation>1</Operation>
  499. <Extensions>.dylib</Extensions>
  500. </Platform>
  501. <Platform Name="OSX32">
  502. <RemoteDir>Contents\MacOS</RemoteDir>
  503. <Operation>1</Operation>
  504. <Extensions>.dylib</Extensions>
  505. </Platform>
  506. <Platform Name="OSX64">
  507. <RemoteDir>Contents\MacOS</RemoteDir>
  508. <Operation>1</Operation>
  509. <Extensions>.dylib</Extensions>
  510. </Platform>
  511. <Platform Name="Win32">
  512. <Operation>0</Operation>
  513. <Extensions>.bpl</Extensions>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="File">
  517. <Platform Name="Android">
  518. <Operation>0</Operation>
  519. </Platform>
  520. <Platform Name="iOSDevice32">
  521. <Operation>0</Operation>
  522. </Platform>
  523. <Platform Name="iOSDevice64">
  524. <Operation>0</Operation>
  525. </Platform>
  526. <Platform Name="iOSSimulator">
  527. <Operation>0</Operation>
  528. </Platform>
  529. <Platform Name="OSX32">
  530. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  531. <Operation>0</Operation>
  532. </Platform>
  533. <Platform Name="OSX64">
  534. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  535. <Operation>0</Operation>
  536. </Platform>
  537. <Platform Name="Win32">
  538. <Operation>0</Operation>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Name="iPad_Launch1024">
  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="iPad_Launch1536">
  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="iPad_Launch2048">
  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="iPad_Launch768">
  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_Launch320">
  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_Launch640">
  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_Launch640x1136">
  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="ProjectAndroidManifest">
  619. <Platform Name="Android">
  620. <Operation>1</Operation>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Name="ProjectiOSDeviceDebug">
  624. <Platform Name="iOSDevice32">
  625. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="iOSDevice64">
  629. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. </DeployClass>
  633. <DeployClass Name="ProjectiOSDeviceResourceRules">
  634. <Platform Name="iOSDevice32">
  635. <Operation>1</Operation>
  636. </Platform>
  637. <Platform Name="iOSDevice64">
  638. <Operation>1</Operation>
  639. </Platform>
  640. </DeployClass>
  641. <DeployClass Name="ProjectiOSEntitlements">
  642. <Platform Name="iOSDevice32">
  643. <RemoteDir>..\</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. <Platform Name="iOSDevice64">
  647. <RemoteDir>..\</RemoteDir>
  648. <Operation>1</Operation>
  649. </Platform>
  650. </DeployClass>
  651. <DeployClass Name="ProjectiOSInfoPList">
  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="ProjectiOSResource">
  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="ProjectOSXDebug">
  674. <Platform Name="OSX64">
  675. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  676. <Operation>1</Operation>
  677. </Platform>
  678. </DeployClass>
  679. <DeployClass Name="ProjectOSXEntitlements">
  680. <Platform Name="OSX32">
  681. <RemoteDir>..\</RemoteDir>
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="OSX64">
  685. <RemoteDir>..\</RemoteDir>
  686. <Operation>1</Operation>
  687. </Platform>
  688. </DeployClass>
  689. <DeployClass Name="ProjectOSXInfoPList">
  690. <Platform Name="OSX32">
  691. <RemoteDir>Contents</RemoteDir>
  692. <Operation>1</Operation>
  693. </Platform>
  694. <Platform Name="OSX64">
  695. <RemoteDir>Contents</RemoteDir>
  696. <Operation>1</Operation>
  697. </Platform>
  698. </DeployClass>
  699. <DeployClass Name="ProjectOSXResource">
  700. <Platform Name="OSX32">
  701. <RemoteDir>Contents\Resources</RemoteDir>
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="OSX64">
  705. <RemoteDir>Contents\Resources</RemoteDir>
  706. <Operation>1</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Required="true" Name="ProjectOutput">
  710. <Platform Name="Android">
  711. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="iOSDevice32">
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSDevice64">
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="iOSSimulator">
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="Linux64">
  724. <Operation>1</Operation>
  725. </Platform>
  726. <Platform Name="OSX32">
  727. <RemoteDir>Contents\MacOS</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="OSX64">
  731. <RemoteDir>Contents\MacOS</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="Win32">
  735. <Operation>0</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="ProjectUWPManifest">
  739. <Platform Name="Win32">
  740. <Operation>1</Operation>
  741. </Platform>
  742. <Platform Name="Win64">
  743. <Operation>1</Operation>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Name="UWP_CppLogo150">
  747. <Platform Name="Win32">
  748. <RemoteDir>Assets</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="Win64">
  752. <RemoteDir>Assets</RemoteDir>
  753. <Operation>1</Operation>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Name="UWP_CppLogo44">
  757. <Platform Name="Win32">
  758. <RemoteDir>Assets</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="Win64">
  762. <RemoteDir>Assets</RemoteDir>
  763. <Operation>1</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  767. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  768. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  769. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  770. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  771. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  772. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  773. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  774. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  775. </Deployment>
  776. </BorlandProject>
  777. <ProjectFileVersion>12</ProjectFileVersion>
  778. </ProjectExtensions>
  779. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  780. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  781. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  782. </Project>