SphereC.cbproj 70 KB

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