octreedemo.cbproj 59 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175
  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>19.0</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. <BT_BuildType>Debug</BT_BuildType>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  134. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  137. <BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
  138. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  139. <DCC_AdditionalSwitches> -M -$O+</DCC_AdditionalSwitches>
  140. <BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion>
  141. <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
  142. <TASM_Debugging>None</TASM_Debugging>
  143. </PropertyGroup>
  144. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  145. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  146. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -r</BCC_UserSuppliedOptions>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  149. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  150. </PropertyGroup>
  151. <ItemGroup>
  152. <CppCompile Include="octreedemo.cpp">
  153. <BuildOrder>-1</BuildOrder>
  154. <BuildOrder>0</BuildOrder>
  155. </CppCompile>
  156. <CppCompile Include="Unit1.cpp">
  157. <BuildOrder>2</BuildOrder>
  158. <Form>Form1</Form>
  159. <DependentOn>Unit1.h</DependentOn>
  160. <BuildOrder>0</BuildOrder>
  161. </CppCompile>
  162. <FormResources Include="Unit1.dfm"/>
  163. <BuildConfiguration Include="Release">
  164. <Key>Cfg_2</Key>
  165. <CfgParent>Base</CfgParent>
  166. </BuildConfiguration>
  167. <BuildConfiguration Include="Base">
  168. <Key>Base</Key>
  169. </BuildConfiguration>
  170. <BuildConfiguration Include="Debug">
  171. <Key>Cfg_1</Key>
  172. <CfgParent>Base</CfgParent>
  173. </BuildConfiguration>
  174. </ItemGroup>
  175. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  176. <ProjectExtensions>
  177. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  178. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  179. <BorlandProject>
  180. <CPlusPlusBuilder.Personality>
  181. <VersionInfo>
  182. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  183. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  184. <VersionInfo Name="MajorVer">1</VersionInfo>
  185. <VersionInfo Name="MinorVer">0</VersionInfo>
  186. <VersionInfo Name="Release">0</VersionInfo>
  187. <VersionInfo Name="Build">0</VersionInfo>
  188. <VersionInfo Name="Debug">False</VersionInfo>
  189. <VersionInfo Name="PreRelease">False</VersionInfo>
  190. <VersionInfo Name="Special">False</VersionInfo>
  191. <VersionInfo Name="Private">False</VersionInfo>
  192. <VersionInfo Name="DLL">False</VersionInfo>
  193. <VersionInfo Name="Locale">1036</VersionInfo>
  194. <VersionInfo Name="CodePage">1252</VersionInfo>
  195. </VersionInfo>
  196. <VersionInfoKeys>
  197. <VersionInfoKeys Name="CompanyName"/>
  198. <VersionInfoKeys Name="FileDescription"/>
  199. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  200. <VersionInfoKeys Name="InternalName"/>
  201. <VersionInfoKeys Name="LegalCopyright"/>
  202. <VersionInfoKeys Name="LegalTrademarks"/>
  203. <VersionInfoKeys Name="OriginalFilename"/>
  204. <VersionInfoKeys Name="ProductName"/>
  205. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  206. <VersionInfoKeys Name="Comments"/>
  207. </VersionInfoKeys>
  208. <Debugging>
  209. <Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
  210. </Debugging>
  211. <Parameters>
  212. <Parameters Name="RunParams"/>
  213. <Parameters Name="HostApplication"/>
  214. <Parameters Name="RemoteHost"/>
  215. <Parameters Name="RemotePath"/>
  216. <Parameters Name="RemoteDebug">0</Parameters>
  217. </Parameters>
  218. <Compiler>
  219. <Compiler Name="ShowInfoMsgs">0</Compiler>
  220. <Compiler Name="LinkDebugVcl">0</Compiler>
  221. <Compiler Name="LinkCGLIB">0</Compiler>
  222. </Compiler>
  223. <ProjectProperties>
  224. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  225. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  226. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  227. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  228. </ProjectProperties>
  229. <Source>
  230. <Source Name="MainSource">octreedemo.cpp</Source>
  231. </Source>
  232. </CPlusPlusBuilder.Personality>
  233. <Platforms>
  234. <Platform value="Win32">True</Platform>
  235. <Platform value="Win64">False</Platform>
  236. </Platforms>
  237. <Deployment Version="3">
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.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\cc32c260.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\cc32c270mt.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)\bin\cc32260.dll" Class="DependencyModule">
  254. <Platform Name="Win32">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.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\cc32160mt.dll" Class="DependencyModule"/>
  264. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  265. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  266. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule">
  267. <Platform Name="Win64">
  268. <Overwrite>true</Overwrite>
  269. </Platform>
  270. </DeployFile>
  271. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule">
  272. <Platform Name="Win64">
  273. <Overwrite>true</Overwrite>
  274. </Platform>
  275. </DeployFile>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c270.dll" Class="DependencyModule">
  278. <Platform Name="Win32">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployFile LocalName=".\octreedemo.exe" Configuration="Debug" Class="ProjectOutput"/>
  283. <DeployFile LocalName=".\octreedemo.tds" Configuration="Debug" Class="DebugSymbols"/>
  284. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  285. <Platform Name="Win64">
  286. <Overwrite>true</Overwrite>
  287. </Platform>
  288. </DeployFile>
  289. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  290. <Platform Name="OSX32">
  291. <Overwrite>true</Overwrite>
  292. </Platform>
  293. </DeployFile>
  294. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  295. <Platform Name="Win32">
  296. <Overwrite>true</Overwrite>
  297. </Platform>
  298. </DeployFile>
  299. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  300. <Platform Name="OSX64">
  301. <Overwrite>true</Overwrite>
  302. </Platform>
  303. </DeployFile>
  304. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  305. <Platform Name="OSX32">
  306. <Overwrite>true</Overwrite>
  307. </Platform>
  308. </DeployFile>
  309. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  310. <Platform Name="Win32">
  311. <Overwrite>true</Overwrite>
  312. </Platform>
  313. </DeployFile>
  314. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule">
  315. <Platform Name="Win32">
  316. <Overwrite>true</Overwrite>
  317. </Platform>
  318. </DeployFile>
  319. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  320. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  321. <Platform Name="Win64">
  322. <Overwrite>true</Overwrite>
  323. </Platform>
  324. </DeployFile>
  325. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  326. <Platform Name="Win32">
  327. <Overwrite>true</Overwrite>
  328. </Platform>
  329. </DeployFile>
  330. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  331. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  332. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  333. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  334. <Platform Name="OSX64">
  335. <Overwrite>true</Overwrite>
  336. </Platform>
  337. </DeployFile>
  338. <DeployClass Name="AdditionalDebugSymbols">
  339. <Platform Name="iOSSimulator">
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="OSX32">
  343. <RemoteDir>Contents\MacOS</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. <Platform Name="Win32">
  347. <Operation>0</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="AndroidClassesDexFile">
  351. <Platform Name="Android">
  352. <RemoteDir>classes</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidFileProvider">
  357. <Platform Name="Android">
  358. <RemoteDir>res\xml</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="AndroidGDBServer">
  363. <Platform Name="Android">
  364. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="AndroidLibnativeArmeabiFile">
  369. <Platform Name="Android">
  370. <RemoteDir>library\lib\armeabi</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  375. <Platform Name="Android64">
  376. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. </DeployClass>
  380. <DeployClass Name="AndroidLibnativeMipsFile">
  381. <Platform Name="Android">
  382. <RemoteDir>library\lib\mips</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="AndroidServiceOutput">
  387. <Platform Name="Android">
  388. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="AndroidServiceOutput_Android32">
  393. <Platform Name="Android64">
  394. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="AndroidSplashImageDef">
  399. <Platform Name="Android">
  400. <RemoteDir>res\drawable</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. </DeployClass>
  404. <DeployClass Name="AndroidSplashStyles">
  405. <Platform Name="Android">
  406. <RemoteDir>res\values</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="AndroidSplashStylesV21">
  411. <Platform Name="Android">
  412. <RemoteDir>res\values-v21</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="Android_Colors">
  417. <Platform Name="Android">
  418. <RemoteDir>res\values</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. </DeployClass>
  422. <DeployClass Name="Android_DefaultAppIcon">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="Android_LauncherIcon144">
  429. <Platform Name="Android">
  430. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. </DeployClass>
  434. <DeployClass Name="Android_LauncherIcon36">
  435. <Platform Name="Android">
  436. <RemoteDir>res\drawable-ldpi</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="Android_LauncherIcon48">
  441. <Platform Name="Android">
  442. <RemoteDir>res\drawable-mdpi</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_LauncherIcon72">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable-hdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_LauncherIcon96">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="Android_NotificationIcon24">
  459. <Platform Name="Android">
  460. <RemoteDir>res\drawable-mdpi</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="Android_NotificationIcon36">
  465. <Platform Name="Android">
  466. <RemoteDir>res\drawable-hdpi</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="Android_NotificationIcon48">
  471. <Platform Name="Android">
  472. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="Android_NotificationIcon72">
  477. <Platform Name="Android">
  478. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_NotificationIcon96">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="Android_SplashImage426">
  489. <Platform Name="Android">
  490. <RemoteDir>res\drawable-small</RemoteDir>
  491. <Operation>1</Operation>
  492. </Platform>
  493. </DeployClass>
  494. <DeployClass Name="Android_SplashImage470">
  495. <Platform Name="Android">
  496. <RemoteDir>res\drawable-normal</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="Android_SplashImage640">
  501. <Platform Name="Android">
  502. <RemoteDir>res\drawable-large</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="Android_SplashImage960">
  507. <Platform Name="Android">
  508. <RemoteDir>res\drawable-xlarge</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="Android_Strings">
  513. <Platform Name="Android">
  514. <RemoteDir>res\values</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="DebugSymbols">
  519. <Platform Name="iOSSimulator">
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="OSX32">
  523. <RemoteDir>Contents\MacOS</RemoteDir>
  524. <Operation>1</Operation>
  525. </Platform>
  526. <Platform Name="Win32">
  527. <Operation>0</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="DependencyFramework">
  531. <Platform Name="OSX32">
  532. <RemoteDir>Contents\MacOS</RemoteDir>
  533. <Operation>1</Operation>
  534. <Extensions>.framework</Extensions>
  535. </Platform>
  536. <Platform Name="OSX64">
  537. <RemoteDir>Contents\MacOS</RemoteDir>
  538. <Operation>1</Operation>
  539. <Extensions>.framework</Extensions>
  540. </Platform>
  541. <Platform Name="Win32">
  542. <Operation>0</Operation>
  543. </Platform>
  544. </DeployClass>
  545. <DeployClass Name="DependencyModule">
  546. <Platform Name="iOSDevice32">
  547. <Operation>1</Operation>
  548. <Extensions>.dylib</Extensions>
  549. </Platform>
  550. <Platform Name="iOSDevice64">
  551. <Operation>1</Operation>
  552. <Extensions>.dylib</Extensions>
  553. </Platform>
  554. <Platform Name="iOSSimulator">
  555. <Operation>1</Operation>
  556. <Extensions>.dylib</Extensions>
  557. </Platform>
  558. <Platform Name="OSX32">
  559. <RemoteDir>Contents\MacOS</RemoteDir>
  560. <Operation>1</Operation>
  561. <Extensions>.dylib</Extensions>
  562. </Platform>
  563. <Platform Name="OSX64">
  564. <RemoteDir>Contents\MacOS</RemoteDir>
  565. <Operation>1</Operation>
  566. <Extensions>.dylib</Extensions>
  567. </Platform>
  568. <Platform Name="Win32">
  569. <Operation>0</Operation>
  570. <Extensions>.dll;.bpl</Extensions>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Required="true" Name="DependencyPackage">
  574. <Platform Name="iOSDevice32">
  575. <Operation>1</Operation>
  576. <Extensions>.dylib</Extensions>
  577. </Platform>
  578. <Platform Name="iOSDevice64">
  579. <Operation>1</Operation>
  580. <Extensions>.dylib</Extensions>
  581. </Platform>
  582. <Platform Name="iOSSimulator">
  583. <Operation>1</Operation>
  584. <Extensions>.dylib</Extensions>
  585. </Platform>
  586. <Platform Name="OSX32">
  587. <RemoteDir>Contents\MacOS</RemoteDir>
  588. <Operation>1</Operation>
  589. <Extensions>.dylib</Extensions>
  590. </Platform>
  591. <Platform Name="OSX64">
  592. <RemoteDir>Contents\MacOS</RemoteDir>
  593. <Operation>1</Operation>
  594. <Extensions>.dylib</Extensions>
  595. </Platform>
  596. <Platform Name="Win32">
  597. <Operation>0</Operation>
  598. <Extensions>.bpl</Extensions>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="File">
  602. <Platform Name="Android">
  603. <Operation>0</Operation>
  604. </Platform>
  605. <Platform Name="iOSDevice32">
  606. <Operation>0</Operation>
  607. </Platform>
  608. <Platform Name="iOSDevice64">
  609. <Operation>0</Operation>
  610. </Platform>
  611. <Platform Name="iOSSimulator">
  612. <Operation>0</Operation>
  613. </Platform>
  614. <Platform Name="OSX32">
  615. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  616. <Operation>0</Operation>
  617. </Platform>
  618. <Platform Name="OSX64">
  619. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  620. <Operation>0</Operation>
  621. </Platform>
  622. <Platform Name="Win32">
  623. <Operation>0</Operation>
  624. </Platform>
  625. </DeployClass>
  626. <DeployClass Name="iPad_Launch1024">
  627. <Platform Name="iOSDevice32">
  628. <Operation>1</Operation>
  629. </Platform>
  630. <Platform Name="iOSDevice64">
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="iOSSimulator">
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="iPad_Launch1024x768">
  638. <Platform Name="iOSDevice32">
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="iOSDevice64">
  642. <Operation>1</Operation>
  643. </Platform>
  644. <Platform Name="iOSSimulator">
  645. <Operation>1</Operation>
  646. </Platform>
  647. </DeployClass>
  648. <DeployClass Name="iPad_Launch1536">
  649. <Platform Name="iOSDevice32">
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="iOSDevice64">
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="iOSSimulator">
  656. <Operation>1</Operation>
  657. </Platform>
  658. </DeployClass>
  659. <DeployClass Name="iPad_Launch1536x2048">
  660. <Platform Name="iOSDevice32">
  661. <Operation>1</Operation>
  662. </Platform>
  663. <Platform Name="iOSDevice64">
  664. <Operation>1</Operation>
  665. </Platform>
  666. <Platform Name="iOSSimulator">
  667. <Operation>1</Operation>
  668. </Platform>
  669. </DeployClass>
  670. <DeployClass Name="iPad_Launch1668">
  671. <Platform Name="iOSDevice32">
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="iOSDevice64">
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="iOSSimulator">
  678. <Operation>1</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPad_Launch1668x2388">
  682. <Platform Name="iOSDevice32">
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="iOSDevice64">
  686. <Operation>1</Operation>
  687. </Platform>
  688. <Platform Name="iOSSimulator">
  689. <Operation>1</Operation>
  690. </Platform>
  691. </DeployClass>
  692. <DeployClass Name="iPad_Launch2048">
  693. <Platform Name="iOSDevice32">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSDevice64">
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="iOSSimulator">
  700. <Operation>1</Operation>
  701. </Platform>
  702. </DeployClass>
  703. <DeployClass Name="iPad_Launch2048x1536">
  704. <Platform Name="iOSDevice32">
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSDevice64">
  708. <Operation>1</Operation>
  709. </Platform>
  710. <Platform Name="iOSSimulator">
  711. <Operation>1</Operation>
  712. </Platform>
  713. </DeployClass>
  714. <DeployClass Name="iPad_Launch2048x2732">
  715. <Platform Name="iOSDevice32">
  716. <Operation>1</Operation>
  717. </Platform>
  718. <Platform Name="iOSDevice64">
  719. <Operation>1</Operation>
  720. </Platform>
  721. <Platform Name="iOSSimulator">
  722. <Operation>1</Operation>
  723. </Platform>
  724. </DeployClass>
  725. <DeployClass Name="iPad_Launch2224">
  726. <Platform Name="iOSDevice32">
  727. <Operation>1</Operation>
  728. </Platform>
  729. <Platform Name="iOSDevice64">
  730. <Operation>1</Operation>
  731. </Platform>
  732. <Platform Name="iOSSimulator">
  733. <Operation>1</Operation>
  734. </Platform>
  735. </DeployClass>
  736. <DeployClass Name="iPad_Launch2388x1668">
  737. <Platform Name="iOSDevice32">
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="iOSDevice64">
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSSimulator">
  744. <Operation>1</Operation>
  745. </Platform>
  746. </DeployClass>
  747. <DeployClass Name="iPad_Launch2732x2048">
  748. <Platform Name="iOSDevice32">
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="iOSDevice64">
  752. <Operation>1</Operation>
  753. </Platform>
  754. <Platform Name="iOSSimulator">
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="iPad_Launch2x">
  759. <Platform Name="iOSDevice64">
  760. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSSimulator">
  764. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  765. <Operation>1</Operation>
  766. </Platform>
  767. </DeployClass>
  768. <DeployClass Name="iPad_Launch768">
  769. <Platform Name="iOSDevice32">
  770. <Operation>1</Operation>
  771. </Platform>
  772. <Platform Name="iOSDevice64">
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="iOSSimulator">
  776. <Operation>1</Operation>
  777. </Platform>
  778. </DeployClass>
  779. <DeployClass Name="iPad_Launch768x1024">
  780. <Platform Name="iOSDevice32">
  781. <Operation>1</Operation>
  782. </Platform>
  783. <Platform Name="iOSDevice64">
  784. <Operation>1</Operation>
  785. </Platform>
  786. <Platform Name="iOSSimulator">
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="iPad_LaunchDark2x">
  791. <Platform Name="iOSDevice64">
  792. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="iOSSimulator">
  796. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  797. <Operation>1</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="iPhone_Launch1125">
  801. <Platform Name="iOSDevice32">
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSDevice64">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iPhone_Launch1136x640">
  812. <Platform Name="iOSDevice32">
  813. <Operation>1</Operation>
  814. </Platform>
  815. <Platform Name="iOSDevice64">
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSSimulator">
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="iPhone_Launch1242">
  823. <Platform Name="iOSDevice32">
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSDevice64">
  827. <Operation>1</Operation>
  828. </Platform>
  829. <Platform Name="iOSSimulator">
  830. <Operation>1</Operation>
  831. </Platform>
  832. </DeployClass>
  833. <DeployClass Name="iPhone_Launch1242x2688">
  834. <Platform Name="iOSDevice32">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSDevice64">
  838. <Operation>1</Operation>
  839. </Platform>
  840. <Platform Name="iOSSimulator">
  841. <Operation>1</Operation>
  842. </Platform>
  843. </DeployClass>
  844. <DeployClass Name="iPhone_Launch1334">
  845. <Platform Name="iOSDevice32">
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="iOSDevice64">
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="iOSSimulator">
  852. <Operation>1</Operation>
  853. </Platform>
  854. </DeployClass>
  855. <DeployClass Name="iPhone_Launch1792">
  856. <Platform Name="iOSDevice32">
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSDevice64">
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="iOSSimulator">
  863. <Operation>1</Operation>
  864. </Platform>
  865. </DeployClass>
  866. <DeployClass Name="iPhone_Launch2208">
  867. <Platform Name="iOSDevice32">
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSDevice64">
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSSimulator">
  874. <Operation>1</Operation>
  875. </Platform>
  876. </DeployClass>
  877. <DeployClass Name="iPhone_Launch2436">
  878. <Platform Name="iOSDevice32">
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="iOSDevice64">
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="iOSSimulator">
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="iPhone_Launch2688x1242">
  889. <Platform Name="iOSDevice32">
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="iOSDevice64">
  893. <Operation>1</Operation>
  894. </Platform>
  895. <Platform Name="iOSSimulator">
  896. <Operation>1</Operation>
  897. </Platform>
  898. </DeployClass>
  899. <DeployClass Name="iPhone_Launch2x">
  900. <Platform Name="iOSDevice64">
  901. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  902. <Operation>1</Operation>
  903. </Platform>
  904. <Platform Name="iOSSimulator">
  905. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  906. <Operation>1</Operation>
  907. </Platform>
  908. </DeployClass>
  909. <DeployClass Name="iPhone_Launch320">
  910. <Platform Name="iOSDevice32">
  911. <Operation>1</Operation>
  912. </Platform>
  913. <Platform Name="iOSDevice64">
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="iOSSimulator">
  917. <Operation>1</Operation>
  918. </Platform>
  919. </DeployClass>
  920. <DeployClass Name="iPhone_Launch3x">
  921. <Platform Name="iOSDevice64">
  922. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="iOSSimulator">
  926. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  927. <Operation>1</Operation>
  928. </Platform>
  929. </DeployClass>
  930. <DeployClass Name="iPhone_Launch640">
  931. <Platform Name="iOSDevice32">
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="iOSDevice64">
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="iOSSimulator">
  938. <Operation>1</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="iPhone_Launch640x1136">
  942. <Platform Name="iOSDevice32">
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSDevice64">
  946. <Operation>1</Operation>
  947. </Platform>
  948. <Platform Name="iOSSimulator">
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <DeployClass Name="iPhone_Launch750">
  953. <Platform Name="iOSDevice32">
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="iOSDevice64">
  957. <Operation>1</Operation>
  958. </Platform>
  959. <Platform Name="iOSSimulator">
  960. <Operation>1</Operation>
  961. </Platform>
  962. </DeployClass>
  963. <DeployClass Name="iPhone_Launch828">
  964. <Platform Name="iOSDevice32">
  965. <Operation>1</Operation>
  966. </Platform>
  967. <Platform Name="iOSDevice64">
  968. <Operation>1</Operation>
  969. </Platform>
  970. <Platform Name="iOSSimulator">
  971. <Operation>1</Operation>
  972. </Platform>
  973. </DeployClass>
  974. <DeployClass Name="iPhone_LaunchDark2x">
  975. <Platform Name="iOSDevice64">
  976. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. <Platform Name="iOSSimulator">
  980. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. </DeployClass>
  984. <DeployClass Name="iPhone_LaunchDark3x">
  985. <Platform Name="iOSDevice64">
  986. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="iOSSimulator">
  990. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  991. <Operation>1</Operation>
  992. </Platform>
  993. </DeployClass>
  994. <DeployClass Name="ProjectAndroidManifest">
  995. <Platform Name="Android">
  996. <Operation>1</Operation>
  997. </Platform>
  998. </DeployClass>
  999. <DeployClass Name="ProjectiOSDeviceDebug">
  1000. <Platform Name="iOSDevice32">
  1001. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="iOSDevice64">
  1005. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. </DeployClass>
  1009. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1010. <Platform Name="iOSDevice32">
  1011. <Operation>1</Operation>
  1012. </Platform>
  1013. <Platform Name="iOSDevice64">
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. </DeployClass>
  1017. <DeployClass Name="ProjectiOSEntitlements">
  1018. <Platform Name="iOSDevice32">
  1019. <RemoteDir>..\</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. <Platform Name="iOSDevice64">
  1023. <RemoteDir>..\</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. </DeployClass>
  1027. <DeployClass Name="ProjectiOSInfoPList">
  1028. <Platform Name="iOSDevice32">
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. <Platform Name="iOSDevice64">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimulator">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. </DeployClass>
  1038. <DeployClass Name="ProjectiOSLaunchScreen">
  1039. <Platform Name="iOSDevice64">
  1040. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1041. <Operation>64</Operation>
  1042. </Platform>
  1043. <Platform Name="iOSSimulator">
  1044. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1045. <Operation>64</Operation>
  1046. </Platform>
  1047. </DeployClass>
  1048. <DeployClass Name="ProjectiOSResource">
  1049. <Platform Name="iOSDevice32">
  1050. <Operation>1</Operation>
  1051. </Platform>
  1052. <Platform Name="iOSDevice64">
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSSimulator">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. </DeployClass>
  1059. <DeployClass Name="ProjectOSXDebug">
  1060. <Platform Name="OSX64">
  1061. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. </DeployClass>
  1065. <DeployClass Name="ProjectOSXEntitlements">
  1066. <Platform Name="OSX32">
  1067. <RemoteDir>..\</RemoteDir>
  1068. <Operation>1</Operation>
  1069. </Platform>
  1070. <Platform Name="OSX64">
  1071. <RemoteDir>..\</RemoteDir>
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. </DeployClass>
  1075. <DeployClass Name="ProjectOSXInfoPList">
  1076. <Platform Name="OSX32">
  1077. <RemoteDir>Contents</RemoteDir>
  1078. <Operation>1</Operation>
  1079. </Platform>
  1080. <Platform Name="OSX64">
  1081. <RemoteDir>Contents</RemoteDir>
  1082. <Operation>1</Operation>
  1083. </Platform>
  1084. </DeployClass>
  1085. <DeployClass Name="ProjectOSXResource">
  1086. <Platform Name="OSX32">
  1087. <RemoteDir>Contents\Resources</RemoteDir>
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. <Platform Name="OSX64">
  1091. <RemoteDir>Contents\Resources</RemoteDir>
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. </DeployClass>
  1095. <DeployClass Required="true" Name="ProjectOutput">
  1096. <Platform Name="Android">
  1097. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. <Platform Name="iOSDevice32">
  1101. <Operation>1</Operation>
  1102. </Platform>
  1103. <Platform Name="iOSDevice64">
  1104. <Operation>1</Operation>
  1105. </Platform>
  1106. <Platform Name="iOSSimulator">
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. <Platform Name="Linux64">
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. <Platform Name="OSX32">
  1113. <RemoteDir>Contents\MacOS</RemoteDir>
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="OSX64">
  1117. <RemoteDir>Contents\MacOS</RemoteDir>
  1118. <Operation>1</Operation>
  1119. </Platform>
  1120. <Platform Name="Win32">
  1121. <Operation>0</Operation>
  1122. </Platform>
  1123. </DeployClass>
  1124. <DeployClass Name="ProjectOutput_Android32">
  1125. <Platform Name="Android64">
  1126. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1127. <Operation>1</Operation>
  1128. </Platform>
  1129. </DeployClass>
  1130. <DeployClass Name="ProjectUWPManifest">
  1131. <Platform Name="Win32">
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. <Platform Name="Win64">
  1135. <Operation>1</Operation>
  1136. </Platform>
  1137. </DeployClass>
  1138. <DeployClass Name="UWP_CppLogo150">
  1139. <Platform Name="Win32">
  1140. <RemoteDir>Assets</RemoteDir>
  1141. <Operation>1</Operation>
  1142. </Platform>
  1143. <Platform Name="Win64">
  1144. <RemoteDir>Assets</RemoteDir>
  1145. <Operation>1</Operation>
  1146. </Platform>
  1147. </DeployClass>
  1148. <DeployClass Name="UWP_CppLogo44">
  1149. <Platform Name="Win32">
  1150. <RemoteDir>Assets</RemoteDir>
  1151. <Operation>1</Operation>
  1152. </Platform>
  1153. <Platform Name="Win64">
  1154. <RemoteDir>Assets</RemoteDir>
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. </DeployClass>
  1158. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1159. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1160. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1161. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1162. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1163. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1164. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1165. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1166. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1167. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1168. </Deployment>
  1169. </BorlandProject>
  1170. <ProjectFileVersion>12</ProjectFileVersion>
  1171. </ProjectExtensions>
  1172. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1173. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1174. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1175. </Project>