FullScreenC.cbproj 69 KB

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