OctreeC.cbproj 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342
  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>OctreeC.cpp</MainSource>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <FrameworkType>VCL</FrameworkType>
  9. <ProjectVersion>20.1</ProjectVersion>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>3</TargetedPlatforms>
  12. <AppType>Application</AppType>
  13. <ProjectName Condition="'$(ProjectName)'==''">OctreeC</ProjectName>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  16. <Base>true</Base>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  19. <Base_Win32>true</Base_Win32>
  20. <CfgParent>Base</CfgParent>
  21. <Base>true</Base>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  24. <Base_Win64>true</Base_Win64>
  25. <CfgParent>Base</CfgParent>
  26. <Base>true</Base>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
  29. <Base_Win64x>true</Base_Win64x>
  30. <CfgParent>Base</CfgParent>
  31. <Base>true</Base>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  34. <Cfg_1>true</Cfg_1>
  35. <CfgParent>Base</CfgParent>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  39. <Cfg_1_Win32>true</Cfg_1_Win32>
  40. <CfgParent>Cfg_1</CfgParent>
  41. <Cfg_1>true</Cfg_1>
  42. <Base>true</Base>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  45. <Cfg_1_Win64>true</Cfg_1_Win64>
  46. <CfgParent>Cfg_1</CfgParent>
  47. <Cfg_1>true</Cfg_1>
  48. <Base>true</Base>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
  51. <Cfg_1_Win64x>true</Cfg_1_Win64x>
  52. <CfgParent>Cfg_1</CfgParent>
  53. <Cfg_1>true</Cfg_1>
  54. <Base>true</Base>
  55. </PropertyGroup>
  56. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  57. <Cfg_2>true</Cfg_2>
  58. <CfgParent>Base</CfgParent>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  62. <Cfg_2_Win32>true</Cfg_2_Win32>
  63. <CfgParent>Cfg_2</CfgParent>
  64. <Cfg_2>true</Cfg_2>
  65. <Base>true</Base>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  68. <Cfg_2_Win64>true</Cfg_2_Win64>
  69. <CfgParent>Cfg_2</CfgParent>
  70. <Cfg_2>true</Cfg_2>
  71. <Base>true</Base>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64x)'!=''">
  74. <Cfg_2_Win64x>true</Cfg_2_Win64x>
  75. <CfgParent>Cfg_2</CfgParent>
  76. <Cfg_2>true</Cfg_2>
  77. <Base>true</Base>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Base)'!=''">
  80. <SanitizedProjectName>OctreeC</SanitizedProjectName>
  81. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  82. <VerInfo_Locale>1036</VerInfo_Locale>
  83. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  84. <BCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BCC_IncludePath)</BCC_IncludePath>
  85. <DCC_UnitSearchPath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  86. <TASM_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(TASM_IncludePath)</TASM_IncludePath>
  87. <ILINK_LibraryPath>$(BDS)\lib\obj;$(BDS)\lib;..\..\..\..\lib;..\..\..\..\dcu;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  88. <UsePackages>true</UsePackages>
  89. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  90. <PackageImports>rtl.bpi;vcl.bpi;$(PackageImports)</PackageImports>
  91. <BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
  92. <ILINK_AppType>Windows</ILINK_AppType>
  93. <DCC_IncludePath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
  94. <DCC_AdditionalSwitches> -M</DCC_AdditionalSwitches>
  95. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  96. <BRCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BRCC_IncludePath)</BRCC_IncludePath>
  97. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  98. <BCC_PCHCache>true</BCC_PCHCache>
  99. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  100. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
  101. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  102. <DynamicRTL>true</DynamicRTL>
  103. <FinalOutputDir>.</FinalOutputDir>
  104. <TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches>
  105. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  106. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  107. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  108. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  111. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  112. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve</BCC_UserSuppliedOptions>
  113. <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
  114. <OutputExt>exe</OutputExt>
  115. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  116. <Icon_MainIcon>octreedemo_Icon.ico</Icon_MainIcon>
  117. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  118. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  119. <VerInfo_Locale>1033</VerInfo_Locale>
  120. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  121. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  122. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  123. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  124. </PropertyGroup>
  125. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  126. <TASM_Defines>_DEBUG;$(TASM_Defines)</TASM_Defines>
  127. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  128. <Icon_MainIcon>octreedemo_Icon.ico</Icon_MainIcon>
  129. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  130. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  131. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  132. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  133. <BT_BuildType>Debug</BT_BuildType>
  134. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  135. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  136. <VerInfo_Locale>1033</VerInfo_Locale>
  137. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  138. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  141. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  142. <BT_BuildType>Debug</BT_BuildType>
  143. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  144. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  145. <VerInfo_Locale>1033</VerInfo_Locale>
  146. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  147. </PropertyGroup>
  148. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  149. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  150. <DCC_AdditionalSwitches> -M -V</DCC_AdditionalSwitches>
  151. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  152. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  153. <DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
  154. <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
  155. <IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
  156. <TASM_Debugging>Full</TASM_Debugging>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  159. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  160. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -k</BCC_UserSuppliedOptions>
  161. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  162. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  163. <VerInfo_Locale>1033</VerInfo_Locale>
  164. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  165. <LinkPackageStatics>fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</LinkPackageStatics>
  166. <LinkPackageImports>rtl.bpi;vcl.bpi</LinkPackageImports>
  167. <BT_BuildType>Debug</BT_BuildType>
  168. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  169. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  172. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  173. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  174. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  175. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi</LinkPackageImports>
  176. </PropertyGroup>
  177. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  178. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  179. </PropertyGroup>
  180. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  181. <BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
  182. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  183. <DCC_AdditionalSwitches> -M -$O+</DCC_AdditionalSwitches>
  184. <BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion>
  185. <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
  186. <TASM_Debugging>None</TASM_Debugging>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  189. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  190. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -r</BCC_UserSuppliedOptions>
  191. </PropertyGroup>
  192. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  193. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  194. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  195. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  196. </PropertyGroup>
  197. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  198. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  199. </PropertyGroup>
  200. <ItemGroup>
  201. <CppCompile Include="fMainC.cpp">
  202. <BuildOrder>2</BuildOrder>
  203. <Form>Form1</Form>
  204. <DependentOn>fMainC.h</DependentOn>
  205. <BuildOrder>0</BuildOrder>
  206. </CppCompile>
  207. <CppCompile Include="OctreeC.cpp">
  208. <BuildOrder>-1</BuildOrder>
  209. <BuildOrder>0</BuildOrder>
  210. </CppCompile>
  211. <FormResources Include="fMainC.dfm"/>
  212. <BuildConfiguration Include="Base">
  213. <Key>Base</Key>
  214. </BuildConfiguration>
  215. <BuildConfiguration Include="Debug">
  216. <Key>Cfg_1</Key>
  217. <CfgParent>Base</CfgParent>
  218. </BuildConfiguration>
  219. <BuildConfiguration Include="Release">
  220. <Key>Cfg_2</Key>
  221. <CfgParent>Base</CfgParent>
  222. </BuildConfiguration>
  223. </ItemGroup>
  224. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  225. <ProjectExtensions>
  226. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  227. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  228. <BorlandProject>
  229. <CPlusPlusBuilder.Personality>
  230. <VersionInfo>
  231. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  232. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  233. <VersionInfo Name="MajorVer">1</VersionInfo>
  234. <VersionInfo Name="MinorVer">0</VersionInfo>
  235. <VersionInfo Name="Release">0</VersionInfo>
  236. <VersionInfo Name="Build">0</VersionInfo>
  237. <VersionInfo Name="Debug">False</VersionInfo>
  238. <VersionInfo Name="PreRelease">False</VersionInfo>
  239. <VersionInfo Name="Special">False</VersionInfo>
  240. <VersionInfo Name="Private">False</VersionInfo>
  241. <VersionInfo Name="DLL">False</VersionInfo>
  242. <VersionInfo Name="Locale">1036</VersionInfo>
  243. <VersionInfo Name="CodePage">1252</VersionInfo>
  244. </VersionInfo>
  245. <VersionInfoKeys>
  246. <VersionInfoKeys Name="CompanyName"/>
  247. <VersionInfoKeys Name="FileDescription"/>
  248. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  249. <VersionInfoKeys Name="InternalName"/>
  250. <VersionInfoKeys Name="LegalCopyright"/>
  251. <VersionInfoKeys Name="LegalTrademarks"/>
  252. <VersionInfoKeys Name="OriginalFilename"/>
  253. <VersionInfoKeys Name="ProductName"/>
  254. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  255. <VersionInfoKeys Name="Comments"/>
  256. </VersionInfoKeys>
  257. <Debugging>
  258. <Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
  259. </Debugging>
  260. <Parameters>
  261. <Parameters Name="RunParams"/>
  262. <Parameters Name="HostApplication"/>
  263. <Parameters Name="RemoteHost"/>
  264. <Parameters Name="RemotePath"/>
  265. <Parameters Name="RemoteDebug">0</Parameters>
  266. </Parameters>
  267. <Compiler>
  268. <Compiler Name="ShowInfoMsgs">0</Compiler>
  269. <Compiler Name="LinkDebugVcl">0</Compiler>
  270. <Compiler Name="LinkCGLIB">0</Compiler>
  271. </Compiler>
  272. <ProjectProperties>
  273. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  274. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  275. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  276. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  277. </ProjectProperties>
  278. <Source>
  279. <Source Name="MainSource">OctreeC.cpp</Source>
  280. </Source>
  281. <Excluded_Packages>
  282. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  283. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  284. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  285. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  286. </Excluded_Packages>
  287. </CPlusPlusBuilder.Personality>
  288. <Platforms>
  289. <Platform value="Win32">True</Platform>
  290. <Platform value="Win64">True</Platform>
  291. <Platform value="Win64x">False</Platform>
  292. </Platforms>
  293. <Deployment Version="4">
  294. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  295. <Platform Name="OSX32">
  296. <Overwrite>true</Overwrite>
  297. </Platform>
  298. </DeployFile>
  299. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  300. <Platform Name="OSX32">
  301. <Overwrite>true</Overwrite>
  302. </Platform>
  303. </DeployFile>
  304. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule"/>
  305. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule"/>
  306. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  307. <Platform Name="Win64">
  308. <Overwrite>true</Overwrite>
  309. </Platform>
  310. </DeployFile>
  311. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  312. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  313. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  314. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  315. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule"/>
  316. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule"/>
  317. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule"/>
  318. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule"/>
  319. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  320. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  321. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  322. <Platform Name="Win64">
  323. <Overwrite>true</Overwrite>
  324. </Platform>
  325. </DeployFile>
  326. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  327. <Platform Name="Win64">
  328. <Overwrite>true</Overwrite>
  329. </Platform>
  330. </DeployFile>
  331. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  332. <Platform Name="Win32">
  333. <Overwrite>true</Overwrite>
  334. </Platform>
  335. </DeployFile>
  336. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  337. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  338. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  339. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  340. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule"/>
  341. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule"/>
  342. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule"/>
  343. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.dll" Class="DependencyModule"/>
  344. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  345. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  346. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.dll" Class="DependencyModule">
  347. <Platform Name="Win32">
  348. <Overwrite>true</Overwrite>
  349. </Platform>
  350. </DeployFile>
  351. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32290mt.dll" Class="DependencyModule">
  352. <Platform Name="Win32">
  353. <Overwrite>true</Overwrite>
  354. </Platform>
  355. </DeployFile>
  356. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
  357. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
  358. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c270.dll" Class="DependencyModule"/>
  359. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c270mt.dll" Class="DependencyModule"/>
  360. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  361. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  362. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  363. <Platform Name="Win32">
  364. <Overwrite>true</Overwrite>
  365. </Platform>
  366. </DeployFile>
  367. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  368. <Platform Name="Win32">
  369. <Overwrite>true</Overwrite>
  370. </Platform>
  371. </DeployFile>
  372. <DeployFile LocalName=".\OctreeC.exe" Configuration="Debug" Class="ProjectOutput"/>
  373. <DeployFile LocalName=".\OctreeC.tds" Configuration="Debug" Class="DebugSymbols"/>
  374. <DeployFile LocalName=".\octreedemo.exe" Configuration="Debug" Class="ProjectOutput"/>
  375. <DeployFile LocalName=".\octreedemo.tds" Configuration="Debug" Class="DebugSymbols"/>
  376. <DeployClass Name="AdditionalDebugSymbols">
  377. <Platform Name="iOSSimulator">
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="OSX32">
  381. <RemoteDir>Contents\MacOS</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. <Platform Name="Win32">
  385. <Operation>0</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="AndroidClasses">
  389. <Platform Name="Android">
  390. <RemoteDir>classes</RemoteDir>
  391. <Operation>64</Operation>
  392. </Platform>
  393. <Platform Name="Android64">
  394. <RemoteDir>classes</RemoteDir>
  395. <Operation>64</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="AndroidFileProvider">
  399. <Platform Name="Android">
  400. <RemoteDir>res\xml</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. <Platform Name="Android64">
  404. <RemoteDir>res\xml</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="AndroidLibnativeArmeabiFile">
  409. <Platform Name="Android">
  410. <RemoteDir>library\lib\armeabi</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="Android64">
  414. <RemoteDir>library\lib\armeabi</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  419. <Platform Name="Android64">
  420. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  421. <Operation>1</Operation>
  422. </Platform>
  423. </DeployClass>
  424. <DeployClass Name="AndroidLibnativeMipsFile">
  425. <Platform Name="Android">
  426. <RemoteDir>library\lib\mips</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. <Platform Name="Android64">
  430. <RemoteDir>library\lib\mips</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. </DeployClass>
  434. <DeployClass Name="AndroidServiceOutput">
  435. <Platform Name="Android">
  436. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. <Platform Name="Android64">
  440. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. </DeployClass>
  444. <DeployClass Name="AndroidServiceOutput_Android32">
  445. <Platform Name="Android64">
  446. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="AndroidSplashImageDef">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. <Platform Name="Android64">
  456. <RemoteDir>res\drawable</RemoteDir>
  457. <Operation>1</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="AndroidSplashImageDefV21">
  461. <Platform Name="Android">
  462. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="Android64">
  466. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="AndroidSplashStyles">
  471. <Platform Name="Android">
  472. <RemoteDir>res\values</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. <Platform Name="Android64">
  476. <RemoteDir>res\values</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="AndroidSplashStylesV21">
  481. <Platform Name="Android">
  482. <RemoteDir>res\values-v21</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. <Platform Name="Android64">
  486. <RemoteDir>res\values-v21</RemoteDir>
  487. <Operation>1</Operation>
  488. </Platform>
  489. </DeployClass>
  490. <DeployClass Name="AndroidSplashStylesV31">
  491. <Platform Name="Android">
  492. <RemoteDir>res\values-v31</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Android64">
  496. <RemoteDir>res\values-v31</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="Android_AdaptiveIcon">
  501. <Platform Name="Android">
  502. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="Android64">
  506. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_AdaptiveIconBackground">
  511. <Platform Name="Android">
  512. <RemoteDir>res\drawable</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="Android64">
  516. <RemoteDir>res\drawable</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="Android_AdaptiveIconForeground">
  521. <Platform Name="Android">
  522. <RemoteDir>res\drawable</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="Android64">
  526. <RemoteDir>res\drawable</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="Android_AdaptiveIconMonochrome">
  531. <Platform Name="Android">
  532. <RemoteDir>res\drawable</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="Android64">
  536. <RemoteDir>res\drawable</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="Android_AdaptiveIconV33">
  541. <Platform Name="Android">
  542. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="Android64">
  546. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="Android_Colors">
  551. <Platform Name="Android">
  552. <RemoteDir>res\values</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="Android64">
  556. <RemoteDir>res\values</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="Android_ColorsDark">
  561. <Platform Name="Android">
  562. <RemoteDir>res\values-night-v21</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="Android64">
  566. <RemoteDir>res\values-night-v21</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="Android_DefaultAppIcon">
  571. <Platform Name="Android">
  572. <RemoteDir>res\drawable</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="Android64">
  576. <RemoteDir>res\drawable</RemoteDir>
  577. <Operation>1</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="Android_LauncherIcon144">
  581. <Platform Name="Android">
  582. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. <Platform Name="Android64">
  586. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  587. <Operation>1</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="Android_LauncherIcon192">
  591. <Platform Name="Android">
  592. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="Android64">
  596. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Name="Android_LauncherIcon36">
  601. <Platform Name="Android">
  602. <RemoteDir>res\drawable-ldpi</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="Android64">
  606. <RemoteDir>res\drawable-ldpi</RemoteDir>
  607. <Operation>1</Operation>
  608. </Platform>
  609. </DeployClass>
  610. <DeployClass Name="Android_LauncherIcon48">
  611. <Platform Name="Android">
  612. <RemoteDir>res\drawable-mdpi</RemoteDir>
  613. <Operation>1</Operation>
  614. </Platform>
  615. <Platform Name="Android64">
  616. <RemoteDir>res\drawable-mdpi</RemoteDir>
  617. <Operation>1</Operation>
  618. </Platform>
  619. </DeployClass>
  620. <DeployClass Name="Android_LauncherIcon72">
  621. <Platform Name="Android">
  622. <RemoteDir>res\drawable-hdpi</RemoteDir>
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="Android64">
  626. <RemoteDir>res\drawable-hdpi</RemoteDir>
  627. <Operation>1</Operation>
  628. </Platform>
  629. </DeployClass>
  630. <DeployClass Name="Android_LauncherIcon96">
  631. <Platform Name="Android">
  632. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="Android64">
  636. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  637. <Operation>1</Operation>
  638. </Platform>
  639. </DeployClass>
  640. <DeployClass Name="Android_NotificationIcon24">
  641. <Platform Name="Android">
  642. <RemoteDir>res\drawable-mdpi</RemoteDir>
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="Android64">
  646. <RemoteDir>res\drawable-mdpi</RemoteDir>
  647. <Operation>1</Operation>
  648. </Platform>
  649. </DeployClass>
  650. <DeployClass Name="Android_NotificationIcon36">
  651. <Platform Name="Android">
  652. <RemoteDir>res\drawable-hdpi</RemoteDir>
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="Android64">
  656. <RemoteDir>res\drawable-hdpi</RemoteDir>
  657. <Operation>1</Operation>
  658. </Platform>
  659. </DeployClass>
  660. <DeployClass Name="Android_NotificationIcon48">
  661. <Platform Name="Android">
  662. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="Android64">
  666. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  667. <Operation>1</Operation>
  668. </Platform>
  669. </DeployClass>
  670. <DeployClass Name="Android_NotificationIcon72">
  671. <Platform Name="Android">
  672. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="Android64">
  676. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  677. <Operation>1</Operation>
  678. </Platform>
  679. </DeployClass>
  680. <DeployClass Name="Android_NotificationIcon96">
  681. <Platform Name="Android">
  682. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="Android64">
  686. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  687. <Operation>1</Operation>
  688. </Platform>
  689. </DeployClass>
  690. <DeployClass Name="Android_SplashImage426">
  691. <Platform Name="Android">
  692. <RemoteDir>res\drawable-small</RemoteDir>
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="Android64">
  696. <RemoteDir>res\drawable-small</RemoteDir>
  697. <Operation>1</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="Android_SplashImage470">
  701. <Platform Name="Android">
  702. <RemoteDir>res\drawable-normal</RemoteDir>
  703. <Operation>1</Operation>
  704. </Platform>
  705. <Platform Name="Android64">
  706. <RemoteDir>res\drawable-normal</RemoteDir>
  707. <Operation>1</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="Android_SplashImage640">
  711. <Platform Name="Android">
  712. <RemoteDir>res\drawable-large</RemoteDir>
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="Android64">
  716. <RemoteDir>res\drawable-large</RemoteDir>
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="Android_SplashImage960">
  721. <Platform Name="Android">
  722. <RemoteDir>res\drawable-xlarge</RemoteDir>
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="Android64">
  726. <RemoteDir>res\drawable-xlarge</RemoteDir>
  727. <Operation>1</Operation>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="Android_Strings">
  731. <Platform Name="Android">
  732. <RemoteDir>res\values</RemoteDir>
  733. <Operation>1</Operation>
  734. </Platform>
  735. <Platform Name="Android64">
  736. <RemoteDir>res\values</RemoteDir>
  737. <Operation>1</Operation>
  738. </Platform>
  739. </DeployClass>
  740. <DeployClass Name="Android_VectorizedNotificationIcon">
  741. <Platform Name="Android">
  742. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  743. <Operation>1</Operation>
  744. </Platform>
  745. <Platform Name="Android64">
  746. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  747. <Operation>1</Operation>
  748. </Platform>
  749. </DeployClass>
  750. <DeployClass Name="Android_VectorizedSplash">
  751. <Platform Name="Android">
  752. <RemoteDir>res\drawable</RemoteDir>
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="Android64">
  756. <RemoteDir>res\drawable</RemoteDir>
  757. <Operation>1</Operation>
  758. </Platform>
  759. </DeployClass>
  760. <DeployClass Name="Android_VectorizedSplashDark">
  761. <Platform Name="Android">
  762. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  763. <Operation>1</Operation>
  764. </Platform>
  765. <Platform Name="Android64">
  766. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  767. <Operation>1</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="Android_VectorizedSplashV31">
  771. <Platform Name="Android">
  772. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. <Platform Name="Android64">
  776. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  777. <Operation>1</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="Android_VectorizedSplashV31Dark">
  781. <Platform Name="Android">
  782. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="Android64">
  786. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  787. <Operation>1</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="DebugSymbols">
  791. <Platform Name="iOSSimulator">
  792. <Operation>1</Operation>
  793. </Platform>
  794. <Platform Name="OSX32">
  795. <RemoteDir>Contents\MacOS</RemoteDir>
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="Win32">
  799. <Operation>0</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="DependencyFramework">
  803. <Platform Name="OSX32">
  804. <RemoteDir>Contents\MacOS</RemoteDir>
  805. <Operation>1</Operation>
  806. <Extensions>.framework</Extensions>
  807. </Platform>
  808. <Platform Name="OSX64">
  809. <RemoteDir>Contents\MacOS</RemoteDir>
  810. <Operation>1</Operation>
  811. <Extensions>.framework</Extensions>
  812. </Platform>
  813. <Platform Name="OSXARM64">
  814. <RemoteDir>Contents\MacOS</RemoteDir>
  815. <Operation>1</Operation>
  816. <Extensions>.framework</Extensions>
  817. </Platform>
  818. <Platform Name="Win32">
  819. <Operation>0</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="DependencyModule">
  823. <Platform Name="iOSDevice32">
  824. <Operation>1</Operation>
  825. <Extensions>.dylib</Extensions>
  826. </Platform>
  827. <Platform Name="iOSDevice64">
  828. <Operation>1</Operation>
  829. <Extensions>.dylib</Extensions>
  830. </Platform>
  831. <Platform Name="iOSSimARM64">
  832. <Operation>1</Operation>
  833. <Extensions>.dylib</Extensions>
  834. </Platform>
  835. <Platform Name="OSX32">
  836. <RemoteDir>Contents\MacOS</RemoteDir>
  837. <Operation>1</Operation>
  838. <Extensions>.dylib</Extensions>
  839. </Platform>
  840. <Platform Name="OSX64">
  841. <RemoteDir>Contents\MacOS</RemoteDir>
  842. <Operation>1</Operation>
  843. <Extensions>.dylib</Extensions>
  844. </Platform>
  845. <Platform Name="OSXARM64">
  846. <RemoteDir>Contents\MacOS</RemoteDir>
  847. <Operation>1</Operation>
  848. <Extensions>.dylib</Extensions>
  849. </Platform>
  850. <Platform Name="Win32">
  851. <Operation>0</Operation>
  852. <Extensions>.dll;.bpl</Extensions>
  853. </Platform>
  854. </DeployClass>
  855. <DeployClass Required="true" Name="DependencyPackage">
  856. <Platform Name="iOSDevice32">
  857. <Operation>1</Operation>
  858. <Extensions>.dylib</Extensions>
  859. </Platform>
  860. <Platform Name="iOSDevice64">
  861. <Operation>1</Operation>
  862. <Extensions>.dylib</Extensions>
  863. </Platform>
  864. <Platform Name="iOSSimARM64">
  865. <Operation>1</Operation>
  866. <Extensions>.dylib</Extensions>
  867. </Platform>
  868. <Platform Name="OSX32">
  869. <RemoteDir>Contents\MacOS</RemoteDir>
  870. <Operation>1</Operation>
  871. <Extensions>.dylib</Extensions>
  872. </Platform>
  873. <Platform Name="OSX64">
  874. <RemoteDir>Contents\MacOS</RemoteDir>
  875. <Operation>1</Operation>
  876. <Extensions>.dylib</Extensions>
  877. </Platform>
  878. <Platform Name="OSXARM64">
  879. <RemoteDir>Contents\MacOS</RemoteDir>
  880. <Operation>1</Operation>
  881. <Extensions>.dylib</Extensions>
  882. </Platform>
  883. <Platform Name="Win32">
  884. <Operation>0</Operation>
  885. <Extensions>.bpl</Extensions>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="File">
  889. <Platform Name="Android">
  890. <Operation>0</Operation>
  891. </Platform>
  892. <Platform Name="Android64">
  893. <Operation>0</Operation>
  894. </Platform>
  895. <Platform Name="iOSDevice32">
  896. <Operation>0</Operation>
  897. </Platform>
  898. <Platform Name="iOSDevice64">
  899. <Operation>0</Operation>
  900. </Platform>
  901. <Platform Name="iOSSimARM64">
  902. <Operation>0</Operation>
  903. </Platform>
  904. <Platform Name="OSX32">
  905. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  906. <Operation>0</Operation>
  907. </Platform>
  908. <Platform Name="OSX64">
  909. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  910. <Operation>0</Operation>
  911. </Platform>
  912. <Platform Name="OSXARM64">
  913. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  914. <Operation>0</Operation>
  915. </Platform>
  916. <Platform Name="Win32">
  917. <Operation>0</Operation>
  918. </Platform>
  919. </DeployClass>
  920. <DeployClass Name="ProjectAndroidManifest">
  921. <Platform Name="Android">
  922. <Operation>1</Operation>
  923. </Platform>
  924. <Platform Name="Android64">
  925. <Operation>1</Operation>
  926. </Platform>
  927. </DeployClass>
  928. <DeployClass Name="ProjectOSXDebug">
  929. <Platform Name="OSX64">
  930. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="OSXARM64">
  934. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. </DeployClass>
  938. <DeployClass Name="ProjectOSXEntitlements">
  939. <Platform Name="OSX32">
  940. <RemoteDir>..\</RemoteDir>
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="OSX64">
  944. <RemoteDir>..\</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="OSXARM64">
  948. <RemoteDir>..\</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <DeployClass Name="ProjectOSXInfoPList">
  953. <Platform Name="OSX32">
  954. <RemoteDir>Contents</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="OSX64">
  958. <RemoteDir>Contents</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="OSXARM64">
  962. <RemoteDir>Contents</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. </DeployClass>
  966. <DeployClass Name="ProjectOSXResource">
  967. <Platform Name="OSX32">
  968. <RemoteDir>Contents\Resources</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="OSX64">
  972. <RemoteDir>Contents\Resources</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. <Platform Name="OSXARM64">
  976. <RemoteDir>Contents\Resources</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. </DeployClass>
  980. <DeployClass Required="true" Name="ProjectOutput">
  981. <Platform Name="Android">
  982. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  983. <Operation>1</Operation>
  984. </Platform>
  985. <Platform Name="Android64">
  986. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="iOSDevice32">
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="iOSDevice64">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="iOSSimARM64">
  996. <Operation>1</Operation>
  997. </Platform>
  998. <Platform Name="Linux64">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="OSX32">
  1002. <RemoteDir>Contents\MacOS</RemoteDir>
  1003. <Operation>1</Operation>
  1004. </Platform>
  1005. <Platform Name="OSX64">
  1006. <RemoteDir>Contents\MacOS</RemoteDir>
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="OSXARM64">
  1010. <RemoteDir>Contents\MacOS</RemoteDir>
  1011. <Operation>1</Operation>
  1012. </Platform>
  1013. <Platform Name="Win32">
  1014. <Operation>0</Operation>
  1015. </Platform>
  1016. </DeployClass>
  1017. <DeployClass Name="ProjectOutput_Android32">
  1018. <Platform Name="Android64">
  1019. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="ProjectUWPManifest">
  1024. <Platform Name="Win32">
  1025. <Operation>1</Operation>
  1026. </Platform>
  1027. <Platform Name="Win64">
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="Win64x">
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. </DeployClass>
  1034. <DeployClass Name="ProjectiOSDeviceDebug">
  1035. <Platform Name="iOSDevice32">
  1036. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. <Platform Name="iOSDevice64">
  1040. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1041. <Operation>1</Operation>
  1042. </Platform>
  1043. <Platform Name="iOSSimARM64">
  1044. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. </DeployClass>
  1048. <DeployClass Name="ProjectiOSEntitlements">
  1049. <Platform Name="iOSDevice32">
  1050. <RemoteDir>..\</RemoteDir>
  1051. <Operation>1</Operation>
  1052. </Platform>
  1053. <Platform Name="iOSDevice64">
  1054. <RemoteDir>..\</RemoteDir>
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. <Platform Name="iOSSimARM64">
  1058. <RemoteDir>..\</RemoteDir>
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. </DeployClass>
  1062. <DeployClass Name="ProjectiOSInfoPList">
  1063. <Platform Name="iOSDevice32">
  1064. <Operation>1</Operation>
  1065. </Platform>
  1066. <Platform Name="iOSDevice64">
  1067. <Operation>1</Operation>
  1068. </Platform>
  1069. <Platform Name="iOSSimARM64">
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. </DeployClass>
  1073. <DeployClass Name="ProjectiOSLaunchScreen">
  1074. <Platform Name="iOSDevice64">
  1075. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1076. <Operation>64</Operation>
  1077. </Platform>
  1078. <Platform Name="iOSSimARM64">
  1079. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1080. <Operation>64</Operation>
  1081. </Platform>
  1082. </DeployClass>
  1083. <DeployClass Name="ProjectiOSResource">
  1084. <Platform Name="iOSDevice32">
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="iOSDevice64">
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. <Platform Name="iOSSimARM64">
  1091. <Operation>1</Operation>
  1092. </Platform>
  1093. </DeployClass>
  1094. <DeployClass Name="UWP_CppLogo150">
  1095. <Platform Name="Win32">
  1096. <RemoteDir>Assets</RemoteDir>
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. <Platform Name="Win64">
  1100. <RemoteDir>Assets</RemoteDir>
  1101. <Operation>1</Operation>
  1102. </Platform>
  1103. <Platform Name="Win64x">
  1104. <RemoteDir>Assets</RemoteDir>
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. </DeployClass>
  1108. <DeployClass Name="UWP_CppLogo44">
  1109. <Platform Name="Win32">
  1110. <RemoteDir>Assets</RemoteDir>
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="Win64">
  1114. <RemoteDir>Assets</RemoteDir>
  1115. <Operation>1</Operation>
  1116. </Platform>
  1117. <Platform Name="Win64x">
  1118. <RemoteDir>Assets</RemoteDir>
  1119. <Operation>1</Operation>
  1120. </Platform>
  1121. </DeployClass>
  1122. <DeployClass Name="iOS_AppStore1024">
  1123. <Platform Name="iOSDevice64">
  1124. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. <Platform Name="iOSSimARM64">
  1128. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. </DeployClass>
  1132. <DeployClass Name="iPad_AppIcon152">
  1133. <Platform Name="iOSDevice64">
  1134. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1135. <Operation>1</Operation>
  1136. </Platform>
  1137. <Platform Name="iOSSimARM64">
  1138. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. </DeployClass>
  1142. <DeployClass Name="iPad_AppIcon167">
  1143. <Platform Name="iOSDevice64">
  1144. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1145. <Operation>1</Operation>
  1146. </Platform>
  1147. <Platform Name="iOSSimARM64">
  1148. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1149. <Operation>1</Operation>
  1150. </Platform>
  1151. </DeployClass>
  1152. <DeployClass Name="iPad_Launch2x">
  1153. <Platform Name="iOSDevice64">
  1154. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. <Platform Name="iOSSimARM64">
  1158. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1159. <Operation>1</Operation>
  1160. </Platform>
  1161. </DeployClass>
  1162. <DeployClass Name="iPad_LaunchDark2x">
  1163. <Platform Name="iOSDevice64">
  1164. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1165. <Operation>1</Operation>
  1166. </Platform>
  1167. <Platform Name="iOSSimARM64">
  1168. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1169. <Operation>1</Operation>
  1170. </Platform>
  1171. </DeployClass>
  1172. <DeployClass Name="iPad_Notification40">
  1173. <Platform Name="iOSDevice64">
  1174. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1175. <Operation>1</Operation>
  1176. </Platform>
  1177. <Platform Name="iOSSimARM64">
  1178. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1179. <Operation>1</Operation>
  1180. </Platform>
  1181. </DeployClass>
  1182. <DeployClass Name="iPad_Setting58">
  1183. <Platform Name="iOSDevice64">
  1184. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1185. <Operation>1</Operation>
  1186. </Platform>
  1187. <Platform Name="iOSSimARM64">
  1188. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1189. <Operation>1</Operation>
  1190. </Platform>
  1191. </DeployClass>
  1192. <DeployClass Name="iPad_SpotLight80">
  1193. <Platform Name="iOSDevice64">
  1194. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1195. <Operation>1</Operation>
  1196. </Platform>
  1197. <Platform Name="iOSSimARM64">
  1198. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1199. <Operation>1</Operation>
  1200. </Platform>
  1201. </DeployClass>
  1202. <DeployClass Name="iPhone_AppIcon120">
  1203. <Platform Name="iOSDevice64">
  1204. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1205. <Operation>1</Operation>
  1206. </Platform>
  1207. <Platform Name="iOSSimARM64">
  1208. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1209. <Operation>1</Operation>
  1210. </Platform>
  1211. </DeployClass>
  1212. <DeployClass Name="iPhone_AppIcon180">
  1213. <Platform Name="iOSDevice64">
  1214. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. <Platform Name="iOSSimARM64">
  1218. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1219. <Operation>1</Operation>
  1220. </Platform>
  1221. </DeployClass>
  1222. <DeployClass Name="iPhone_Launch2x">
  1223. <Platform Name="iOSDevice64">
  1224. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1225. <Operation>1</Operation>
  1226. </Platform>
  1227. <Platform Name="iOSSimARM64">
  1228. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1229. <Operation>1</Operation>
  1230. </Platform>
  1231. </DeployClass>
  1232. <DeployClass Name="iPhone_Launch3x">
  1233. <Platform Name="iOSDevice64">
  1234. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1235. <Operation>1</Operation>
  1236. </Platform>
  1237. <Platform Name="iOSSimARM64">
  1238. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1239. <Operation>1</Operation>
  1240. </Platform>
  1241. </DeployClass>
  1242. <DeployClass Name="iPhone_LaunchDark2x">
  1243. <Platform Name="iOSDevice64">
  1244. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1245. <Operation>1</Operation>
  1246. </Platform>
  1247. <Platform Name="iOSSimARM64">
  1248. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1249. <Operation>1</Operation>
  1250. </Platform>
  1251. </DeployClass>
  1252. <DeployClass Name="iPhone_LaunchDark3x">
  1253. <Platform Name="iOSDevice64">
  1254. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1255. <Operation>1</Operation>
  1256. </Platform>
  1257. <Platform Name="iOSSimARM64">
  1258. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1259. <Operation>1</Operation>
  1260. </Platform>
  1261. </DeployClass>
  1262. <DeployClass Name="iPhone_Notification40">
  1263. <Platform Name="iOSDevice64">
  1264. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1265. <Operation>1</Operation>
  1266. </Platform>
  1267. <Platform Name="iOSSimARM64">
  1268. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1269. <Operation>1</Operation>
  1270. </Platform>
  1271. </DeployClass>
  1272. <DeployClass Name="iPhone_Notification60">
  1273. <Platform Name="iOSDevice64">
  1274. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1275. <Operation>1</Operation>
  1276. </Platform>
  1277. <Platform Name="iOSSimARM64">
  1278. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1279. <Operation>1</Operation>
  1280. </Platform>
  1281. </DeployClass>
  1282. <DeployClass Name="iPhone_Setting58">
  1283. <Platform Name="iOSDevice64">
  1284. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1285. <Operation>1</Operation>
  1286. </Platform>
  1287. <Platform Name="iOSSimARM64">
  1288. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1289. <Operation>1</Operation>
  1290. </Platform>
  1291. </DeployClass>
  1292. <DeployClass Name="iPhone_Setting87">
  1293. <Platform Name="iOSDevice64">
  1294. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1295. <Operation>1</Operation>
  1296. </Platform>
  1297. <Platform Name="iOSSimARM64">
  1298. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1299. <Operation>1</Operation>
  1300. </Platform>
  1301. </DeployClass>
  1302. <DeployClass Name="iPhone_Spotlight120">
  1303. <Platform Name="iOSDevice64">
  1304. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1305. <Operation>1</Operation>
  1306. </Platform>
  1307. <Platform Name="iOSSimARM64">
  1308. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1309. <Operation>1</Operation>
  1310. </Platform>
  1311. </DeployClass>
  1312. <DeployClass Name="iPhone_Spotlight80">
  1313. <Platform Name="iOSDevice64">
  1314. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1315. <Operation>1</Operation>
  1316. </Platform>
  1317. <Platform Name="iOSSimARM64">
  1318. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1319. <Operation>1</Operation>
  1320. </Platform>
  1321. </DeployClass>
  1322. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1323. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1324. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1325. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1326. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1327. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1328. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1329. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1330. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1331. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1332. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1333. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1334. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1335. </Deployment>
  1336. </BorlandProject>
  1337. <ProjectFileVersion>12</ProjectFileVersion>
  1338. </ProjectExtensions>
  1339. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1340. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1341. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1342. </Project>