DceDemoC.cbproj 69 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{E455F867-7A5A-4407-AEB0-26B8444754BB}</ProjectGuid>
  4. <ProjectVersion>20.3</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>DceDemoC.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)'==''">DceDemoC</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>DceDemoC</SanitizedProjectName>
  80. <ProjectType>CppVCLApplication</ProjectType>
  81. <_TCHARMapping>wchar_t</_TCHARMapping>
  82. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib;GLScene_DT.lib;vclactnband.lib;vclx.lib;VclSmp.lib;GLScene_Cg_RT.lib</AllPackageLibs>
  83. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  84. <Multithreaded>true</Multithreaded>
  85. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  86. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  87. <DynamicRTL>true</DynamicRTL>
  88. <UsePackages>true</UsePackages>
  89. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  90. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  91. <BCC_wpar>false</BCC_wpar>
  92. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  93. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  94. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  95. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  96. </PropertyGroup>
  97. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  98. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  99. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  100. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  101. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  102. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;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;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;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>
  103. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  104. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  105. <VerInfo_Locale>1033</VerInfo_Locale>
  106. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  107. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  110. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  111. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  112. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  113. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;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;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;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>
  114. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  115. <VerInfo_Locale>1033</VerInfo_Locale>
  116. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  117. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  118. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  121. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  122. <BT_BuildType>Debug</BT_BuildType>
  123. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  124. <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>
  125. <VerInfo_Locale>1033</VerInfo_Locale>
  126. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  127. <BCC_EnableBatchCompilation>true</BCC_EnableBatchCompilation>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  130. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  131. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  132. <DCC_Optimize>false</DCC_Optimize>
  133. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  134. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  135. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  136. <DCC_Define>DEBUG</DCC_Define>
  137. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  138. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  139. <BCC_StackFrames>true</BCC_StackFrames>
  140. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  141. <TASM_Debugging>Full</TASM_Debugging>
  142. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  143. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  144. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  145. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  146. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  147. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  148. </PropertyGroup>
  149. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  150. <LinkPackageStatics>GLScene_DT.lib</LinkPackageStatics>
  151. <BT_BuildType>Debug</BT_BuildType>
  152. <Defines>_DEBUG;$(Defines)</Defines>
  153. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  154. <VerInfo_Locale>1033</VerInfo_Locale>
  155. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  156. <FinalOutputDir>.</FinalOutputDir>
  157. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi;vclactnband.bpi;vclx.bpi;VclSmp.bpi;GLScene_Cg_RT.bpi</LinkPackageImports>
  158. </PropertyGroup>
  159. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  160. <Defines>_DEBUG;$(Defines)</Defines>
  161. </PropertyGroup>
  162. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  163. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  164. </PropertyGroup>
  165. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  166. <TASM_Debugging>None</TASM_Debugging>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  169. <Defines>NDEBUG;$(Defines)</Defines>
  170. </PropertyGroup>
  171. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  172. <Defines>NDEBUG;$(Defines)</Defines>
  173. </PropertyGroup>
  174. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  175. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  176. </PropertyGroup>
  177. <ItemGroup>
  178. <CppCompile Include="DceDemoC.cpp">
  179. <BuildOrder>0</BuildOrder>
  180. </CppCompile>
  181. <CppCompile Include="fDceDemoC.cpp">
  182. <Form>Form1</Form>
  183. <FormType>dfm</FormType>
  184. <DependentOn>fDceDemoC.h</DependentOn>
  185. <BuildOrder>2</BuildOrder>
  186. </CppCompile>
  187. <FormResources Include="fDceDemoC.dfm"/>
  188. <BuildConfiguration Include="Base">
  189. <Key>Base</Key>
  190. </BuildConfiguration>
  191. <BuildConfiguration Include="Debug">
  192. <Key>Cfg_1</Key>
  193. <CfgParent>Base</CfgParent>
  194. </BuildConfiguration>
  195. <BuildConfiguration Include="Release">
  196. <Key>Cfg_2</Key>
  197. <CfgParent>Base</CfgParent>
  198. </BuildConfiguration>
  199. </ItemGroup>
  200. <ProjectExtensions>
  201. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  202. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  203. <BorlandProject>
  204. <CPlusPlusBuilder.Personality>
  205. <Source>
  206. <Source Name="MainSource">DceDemoC.cpp</Source>
  207. </Source>
  208. <VersionInfo>
  209. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  210. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  211. <VersionInfo Name="MajorVer">1</VersionInfo>
  212. <VersionInfo Name="MinorVer">0</VersionInfo>
  213. <VersionInfo Name="Release">0</VersionInfo>
  214. <VersionInfo Name="Build">0</VersionInfo>
  215. <VersionInfo Name="Debug">False</VersionInfo>
  216. <VersionInfo Name="PreRelease">False</VersionInfo>
  217. <VersionInfo Name="Special">False</VersionInfo>
  218. <VersionInfo Name="Private">False</VersionInfo>
  219. <VersionInfo Name="DLL">False</VersionInfo>
  220. <VersionInfo Name="Locale">1049</VersionInfo>
  221. <VersionInfo Name="CodePage">1251</VersionInfo>
  222. </VersionInfo>
  223. <VersionInfoKeys>
  224. <VersionInfoKeys Name="CompanyName"/>
  225. <VersionInfoKeys Name="FileDescription"/>
  226. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  227. <VersionInfoKeys Name="InternalName"/>
  228. <VersionInfoKeys Name="LegalCopyright"/>
  229. <VersionInfoKeys Name="LegalTrademarks"/>
  230. <VersionInfoKeys Name="OriginalFilename"/>
  231. <VersionInfoKeys Name="ProductName"/>
  232. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  233. <VersionInfoKeys Name="Comments"/>
  234. <VersionInfoKeys Name="CFBundleName"/>
  235. <VersionInfoKeys Name="CFBundleDisplayName"/>
  236. <VersionInfoKeys Name="CFBundleIdentifier"/>
  237. <VersionInfoKeys Name="CFBundleVersion"/>
  238. <VersionInfoKeys Name="CFBundlePackageType"/>
  239. <VersionInfoKeys Name="CFBundleSignature"/>
  240. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  241. <VersionInfoKeys Name="CFBundleExecutable"/>
  242. </VersionInfoKeys>
  243. <Excluded_Packages/>
  244. <ProjectProperties>
  245. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  246. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  247. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  248. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  249. </ProjectProperties>
  250. </CPlusPlusBuilder.Personality>
  251. <Deployment Version="5">
  252. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  253. <Platform Name="OSX32">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  258. <Platform Name="OSX32">
  259. <Overwrite>true</Overwrite>
  260. </Platform>
  261. </DeployFile>
  262. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule"/>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule"/>
  264. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  265. <Platform Name="Win64">
  266. <Overwrite>true</Overwrite>
  267. </Platform>
  268. </DeployFile>
  269. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  270. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  271. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule"/>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule"/>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule"/>
  274. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule"/>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  278. <Platform Name="Win64">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  283. <Platform Name="Win64">
  284. <Overwrite>true</Overwrite>
  285. </Platform>
  286. </DeployFile>
  287. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  288. <Platform Name="Win32">
  289. <Overwrite>true</Overwrite>
  290. </Platform>
  291. </DeployFile>
  292. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  294. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule"/>
  295. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule"/>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule"/>
  297. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule"/>
  298. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  299. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  300. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.dll" Class="DependencyModule">
  301. <Platform Name="Win32">
  302. <Overwrite>true</Overwrite>
  303. </Platform>
  304. </DeployFile>
  305. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32290mt.dll" Class="DependencyModule">
  306. <Platform Name="Win32">
  307. <Overwrite>true</Overwrite>
  308. </Platform>
  309. </DeployFile>
  310. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule"/>
  311. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule"/>
  312. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
  313. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
  314. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  315. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  316. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  317. <Platform Name="Win32">
  318. <Overwrite>true</Overwrite>
  319. </Platform>
  320. </DeployFile>
  321. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  322. <Platform Name="Win32">
  323. <Overwrite>true</Overwrite>
  324. </Platform>
  325. </DeployFile>
  326. <DeployClass Name="AdditionalDebugSymbols">
  327. <Platform Name="iOSSimulator">
  328. <Operation>1</Operation>
  329. </Platform>
  330. <Platform Name="OSX32">
  331. <RemoteDir>Contents\MacOS</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. <Platform Name="Win32">
  335. <Operation>0</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="AndroidFileProvider">
  339. <Platform Name="Android">
  340. <RemoteDir>res\xml</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. <Platform Name="Android64">
  344. <RemoteDir>res\xml</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. </DeployClass>
  348. <DeployClass Name="AndroidLibnativeArmeabiFile">
  349. <Platform Name="Android">
  350. <RemoteDir>library\lib\armeabi</RemoteDir>
  351. <Operation>1</Operation>
  352. </Platform>
  353. <Platform Name="Android64">
  354. <RemoteDir>library\lib\armeabi</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  359. <Platform Name="Android64">
  360. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="AndroidLibnativeMipsFile">
  365. <Platform Name="Android">
  366. <RemoteDir>library\lib\mips</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. <Platform Name="Android64">
  370. <RemoteDir>library\lib\mips</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. </DeployClass>
  374. <DeployClass Name="AndroidServiceOutput">
  375. <Platform Name="Android">
  376. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  377. <Operation>1</Operation>
  378. </Platform>
  379. <Platform Name="Android64">
  380. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. </DeployClass>
  384. <DeployClass Name="AndroidServiceOutput_Android32">
  385. <Platform Name="Android64">
  386. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="AndroidSplashImageDef">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. <Platform Name="Android64">
  396. <RemoteDir>res\drawable</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="AndroidSplashImageDefV21">
  401. <Platform Name="Android">
  402. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="Android64">
  406. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  407. <Operation>1</Operation>
  408. </Platform>
  409. </DeployClass>
  410. <DeployClass Name="AndroidSplashStyles">
  411. <Platform Name="Android">
  412. <RemoteDir>res\values</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. <Platform Name="Android64">
  416. <RemoteDir>res\values</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="AndroidSplashStylesV21">
  421. <Platform Name="Android">
  422. <RemoteDir>res\values-v21</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. <Platform Name="Android64">
  426. <RemoteDir>res\values-v21</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="AndroidSplashStylesV31">
  431. <Platform Name="Android">
  432. <RemoteDir>res\values-v31</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="Android64">
  436. <RemoteDir>res\values-v31</RemoteDir>
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="AndroidSplashStylesV35">
  441. <Platform Name="Android">
  442. <RemoteDir>res\values-v35</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="Android64">
  446. <RemoteDir>res\values-v35</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="Android_AdaptiveIcon">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. <Platform Name="Android64">
  456. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  457. <Operation>1</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="Android_AdaptiveIconBackground">
  461. <Platform Name="Android">
  462. <RemoteDir>res\drawable</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="Android64">
  466. <RemoteDir>res\drawable</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="Android_AdaptiveIconForeground">
  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_AdaptiveIconMonochrome">
  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_AdaptiveIconV33">
  491. <Platform Name="Android">
  492. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. <Platform Name="Android64">
  496. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  497. <Operation>1</Operation>
  498. </Platform>
  499. </DeployClass>
  500. <DeployClass Name="Android_Colors">
  501. <Platform Name="Android">
  502. <RemoteDir>res\values</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="Android64">
  506. <RemoteDir>res\values</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_ColorsDark">
  511. <Platform Name="Android">
  512. <RemoteDir>res\values-night-v21</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="Android64">
  516. <RemoteDir>res\values-night-v21</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="Android_DefaultAppIcon">
  521. <Platform Name="Android">
  522. <RemoteDir>res\drawable</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="Android64">
  526. <RemoteDir>res\drawable</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. </DeployClass>
  530. <DeployClass Name="Android_LauncherIcon144">
  531. <Platform Name="Android">
  532. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. <Platform Name="Android64">
  536. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="Android_LauncherIcon192">
  541. <Platform Name="Android">
  542. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. <Platform Name="Android64">
  546. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="Android_LauncherIcon36">
  551. <Platform Name="Android">
  552. <RemoteDir>res\drawable-ldpi</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="Android64">
  556. <RemoteDir>res\drawable-ldpi</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="Android_LauncherIcon48">
  561. <Platform Name="Android">
  562. <RemoteDir>res\drawable-mdpi</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="Android64">
  566. <RemoteDir>res\drawable-mdpi</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="Android_LauncherIcon72">
  571. <Platform Name="Android">
  572. <RemoteDir>res\drawable-hdpi</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. <Platform Name="Android64">
  576. <RemoteDir>res\drawable-hdpi</RemoteDir>
  577. <Operation>1</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="Android_LauncherIcon96">
  581. <Platform Name="Android">
  582. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. <Platform Name="Android64">
  586. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  587. <Operation>1</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="Android_NotificationIcon24">
  591. <Platform Name="Android">
  592. <RemoteDir>res\drawable-mdpi</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="Android64">
  596. <RemoteDir>res\drawable-mdpi</RemoteDir>
  597. <Operation>1</Operation>
  598. </Platform>
  599. </DeployClass>
  600. <DeployClass Name="Android_NotificationIcon36">
  601. <Platform Name="Android">
  602. <RemoteDir>res\drawable-hdpi</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. <Platform Name="Android64">
  606. <RemoteDir>res\drawable-hdpi</RemoteDir>
  607. <Operation>1</Operation>
  608. </Platform>
  609. </DeployClass>
  610. <DeployClass Name="Android_NotificationIcon48">
  611. <Platform Name="Android">
  612. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  613. <Operation>1</Operation>
  614. </Platform>
  615. <Platform Name="Android64">
  616. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  617. <Operation>1</Operation>
  618. </Platform>
  619. </DeployClass>
  620. <DeployClass Name="Android_NotificationIcon72">
  621. <Platform Name="Android">
  622. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="Android64">
  626. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  627. <Operation>1</Operation>
  628. </Platform>
  629. </DeployClass>
  630. <DeployClass Name="Android_NotificationIcon96">
  631. <Platform Name="Android">
  632. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  633. <Operation>1</Operation>
  634. </Platform>
  635. <Platform Name="Android64">
  636. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  637. <Operation>1</Operation>
  638. </Platform>
  639. </DeployClass>
  640. <DeployClass Name="Android_SplashImage426">
  641. <Platform Name="Android">
  642. <RemoteDir>res\drawable-small</RemoteDir>
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="Android64">
  646. <RemoteDir>res\drawable-small</RemoteDir>
  647. <Operation>1</Operation>
  648. </Platform>
  649. </DeployClass>
  650. <DeployClass Name="Android_SplashImage470">
  651. <Platform Name="Android">
  652. <RemoteDir>res\drawable-normal</RemoteDir>
  653. <Operation>1</Operation>
  654. </Platform>
  655. <Platform Name="Android64">
  656. <RemoteDir>res\drawable-normal</RemoteDir>
  657. <Operation>1</Operation>
  658. </Platform>
  659. </DeployClass>
  660. <DeployClass Name="Android_SplashImage640">
  661. <Platform Name="Android">
  662. <RemoteDir>res\drawable-large</RemoteDir>
  663. <Operation>1</Operation>
  664. </Platform>
  665. <Platform Name="Android64">
  666. <RemoteDir>res\drawable-large</RemoteDir>
  667. <Operation>1</Operation>
  668. </Platform>
  669. </DeployClass>
  670. <DeployClass Name="Android_SplashImage960">
  671. <Platform Name="Android">
  672. <RemoteDir>res\drawable-xlarge</RemoteDir>
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="Android64">
  676. <RemoteDir>res\drawable-xlarge</RemoteDir>
  677. <Operation>1</Operation>
  678. </Platform>
  679. </DeployClass>
  680. <DeployClass Name="Android_Strings">
  681. <Platform Name="Android">
  682. <RemoteDir>res\values</RemoteDir>
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="Android64">
  686. <RemoteDir>res\values</RemoteDir>
  687. <Operation>1</Operation>
  688. </Platform>
  689. </DeployClass>
  690. <DeployClass Name="Android_VectorizedNotificationIcon">
  691. <Platform Name="Android">
  692. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  693. <Operation>1</Operation>
  694. </Platform>
  695. <Platform Name="Android64">
  696. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  697. <Operation>1</Operation>
  698. </Platform>
  699. </DeployClass>
  700. <DeployClass Name="Android_VectorizedSplash">
  701. <Platform Name="Android">
  702. <RemoteDir>res\drawable</RemoteDir>
  703. <Operation>1</Operation>
  704. </Platform>
  705. <Platform Name="Android64">
  706. <RemoteDir>res\drawable</RemoteDir>
  707. <Operation>1</Operation>
  708. </Platform>
  709. </DeployClass>
  710. <DeployClass Name="Android_VectorizedSplashDark">
  711. <Platform Name="Android">
  712. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="Android64">
  716. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="Android_VectorizedSplashV31">
  721. <Platform Name="Android">
  722. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="Android64">
  726. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  727. <Operation>1</Operation>
  728. </Platform>
  729. </DeployClass>
  730. <DeployClass Name="Android_VectorizedSplashV31Dark">
  731. <Platform Name="Android">
  732. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  733. <Operation>1</Operation>
  734. </Platform>
  735. <Platform Name="Android64">
  736. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  737. <Operation>1</Operation>
  738. </Platform>
  739. </DeployClass>
  740. <DeployClass Name="DebugSymbols">
  741. <Platform Name="iOSSimulator">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="OSX32">
  745. <RemoteDir>Contents\MacOS</RemoteDir>
  746. <Operation>1</Operation>
  747. </Platform>
  748. <Platform Name="Win32">
  749. <Operation>0</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="DependencyFramework">
  753. <Platform Name="OSX32">
  754. <RemoteDir>Contents\MacOS</RemoteDir>
  755. <Operation>1</Operation>
  756. <Extensions>.framework</Extensions>
  757. </Platform>
  758. <Platform Name="OSX64">
  759. <RemoteDir>Contents\MacOS</RemoteDir>
  760. <Operation>1</Operation>
  761. <Extensions>.framework</Extensions>
  762. </Platform>
  763. <Platform Name="OSXARM64">
  764. <RemoteDir>Contents\MacOS</RemoteDir>
  765. <Operation>1</Operation>
  766. <Extensions>.framework</Extensions>
  767. </Platform>
  768. <Platform Name="Win32">
  769. <Operation>0</Operation>
  770. </Platform>
  771. </DeployClass>
  772. <DeployClass Name="DependencyModule">
  773. <Platform Name="iOSDevice32">
  774. <Operation>1</Operation>
  775. <Extensions>.dylib</Extensions>
  776. </Platform>
  777. <Platform Name="iOSDevice64">
  778. <Operation>1</Operation>
  779. <Extensions>.dylib</Extensions>
  780. </Platform>
  781. <Platform Name="iOSSimARM64">
  782. <Operation>1</Operation>
  783. <Extensions>.dylib</Extensions>
  784. </Platform>
  785. <Platform Name="OSX32">
  786. <RemoteDir>Contents\MacOS</RemoteDir>
  787. <Operation>1</Operation>
  788. <Extensions>.dylib</Extensions>
  789. </Platform>
  790. <Platform Name="OSX64">
  791. <RemoteDir>Contents\MacOS</RemoteDir>
  792. <Operation>1</Operation>
  793. <Extensions>.dylib</Extensions>
  794. </Platform>
  795. <Platform Name="OSXARM64">
  796. <RemoteDir>Contents\MacOS</RemoteDir>
  797. <Operation>1</Operation>
  798. <Extensions>.dylib</Extensions>
  799. </Platform>
  800. <Platform Name="Win32">
  801. <Operation>0</Operation>
  802. <Extensions>.dll;.bpl</Extensions>
  803. </Platform>
  804. </DeployClass>
  805. <DeployClass Required="true" Name="DependencyPackage">
  806. <Platform Name="iOSDevice32">
  807. <Operation>1</Operation>
  808. <Extensions>.dylib</Extensions>
  809. </Platform>
  810. <Platform Name="iOSDevice64">
  811. <Operation>1</Operation>
  812. <Extensions>.dylib</Extensions>
  813. </Platform>
  814. <Platform Name="iOSSimARM64">
  815. <Operation>1</Operation>
  816. <Extensions>.dylib</Extensions>
  817. </Platform>
  818. <Platform Name="OSX32">
  819. <RemoteDir>Contents\MacOS</RemoteDir>
  820. <Operation>1</Operation>
  821. <Extensions>.dylib</Extensions>
  822. </Platform>
  823. <Platform Name="OSX64">
  824. <RemoteDir>Contents\MacOS</RemoteDir>
  825. <Operation>1</Operation>
  826. <Extensions>.dylib</Extensions>
  827. </Platform>
  828. <Platform Name="OSXARM64">
  829. <RemoteDir>Contents\MacOS</RemoteDir>
  830. <Operation>1</Operation>
  831. <Extensions>.dylib</Extensions>
  832. </Platform>
  833. <Platform Name="Win32">
  834. <Operation>0</Operation>
  835. <Extensions>.bpl</Extensions>
  836. </Platform>
  837. </DeployClass>
  838. <DeployClass Name="File">
  839. <Platform Name="Android">
  840. <Operation>0</Operation>
  841. </Platform>
  842. <Platform Name="Android64">
  843. <Operation>0</Operation>
  844. </Platform>
  845. <Platform Name="iOSDevice32">
  846. <Operation>0</Operation>
  847. </Platform>
  848. <Platform Name="iOSDevice64">
  849. <Operation>0</Operation>
  850. </Platform>
  851. <Platform Name="iOSSimARM64">
  852. <Operation>0</Operation>
  853. </Platform>
  854. <Platform Name="OSX32">
  855. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  856. <Operation>0</Operation>
  857. </Platform>
  858. <Platform Name="OSX64">
  859. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  860. <Operation>0</Operation>
  861. </Platform>
  862. <Platform Name="OSXARM64">
  863. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  864. <Operation>0</Operation>
  865. </Platform>
  866. <Platform Name="Win32">
  867. <Operation>0</Operation>
  868. </Platform>
  869. </DeployClass>
  870. <DeployClass Name="ProjectAndroidManifest">
  871. <Platform Name="Android">
  872. <Operation>1</Operation>
  873. </Platform>
  874. <Platform Name="Android64">
  875. <Operation>1</Operation>
  876. </Platform>
  877. </DeployClass>
  878. <DeployClass Name="ProjectOSXDebug">
  879. <Platform Name="OSX64">
  880. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  881. <Operation>1</Operation>
  882. </Platform>
  883. <Platform Name="OSXARM64">
  884. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="ProjectOSXEntitlements">
  889. <Platform Name="OSX32">
  890. <RemoteDir>..\</RemoteDir>
  891. <Operation>1</Operation>
  892. </Platform>
  893. <Platform Name="OSX64">
  894. <RemoteDir>..\</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="OSXARM64">
  898. <RemoteDir>..\</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. </DeployClass>
  902. <DeployClass Name="ProjectOSXInfoPList">
  903. <Platform Name="OSX32">
  904. <RemoteDir>Contents</RemoteDir>
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="OSX64">
  908. <RemoteDir>Contents</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="OSXARM64">
  912. <RemoteDir>Contents</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="ProjectOSXResource">
  917. <Platform Name="OSX32">
  918. <RemoteDir>Contents\Resources</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="OSX64">
  922. <RemoteDir>Contents\Resources</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="OSXARM64">
  926. <RemoteDir>Contents\Resources</RemoteDir>
  927. <Operation>1</Operation>
  928. </Platform>
  929. </DeployClass>
  930. <DeployClass Required="true" Name="ProjectOutput">
  931. <Platform Name="Android">
  932. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  933. <Operation>1</Operation>
  934. </Platform>
  935. <Platform Name="Android64">
  936. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  937. <Operation>1</Operation>
  938. </Platform>
  939. <Platform Name="iOSDevice32">
  940. <Operation>1</Operation>
  941. </Platform>
  942. <Platform Name="iOSDevice64">
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSSimARM64">
  946. <Operation>1</Operation>
  947. </Platform>
  948. <Platform Name="Linux64">
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="OSX32">
  952. <RemoteDir>Contents\MacOS</RemoteDir>
  953. <Operation>1</Operation>
  954. </Platform>
  955. <Platform Name="OSX64">
  956. <RemoteDir>Contents\MacOS</RemoteDir>
  957. <Operation>1</Operation>
  958. </Platform>
  959. <Platform Name="OSXARM64">
  960. <RemoteDir>Contents\MacOS</RemoteDir>
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="Win32">
  964. <Operation>0</Operation>
  965. </Platform>
  966. </DeployClass>
  967. <DeployClass Name="ProjectOutput_Android32">
  968. <Platform Name="Android64">
  969. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  970. <Operation>1</Operation>
  971. </Platform>
  972. </DeployClass>
  973. <DeployClass Name="ProjectUWPManifest">
  974. <Platform Name="Win32">
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="Win64">
  978. <Operation>1</Operation>
  979. </Platform>
  980. <Platform Name="Win64x">
  981. <Operation>1</Operation>
  982. </Platform>
  983. </DeployClass>
  984. <DeployClass Name="ProjectiOSDeviceDebug">
  985. <Platform Name="iOSDevice32">
  986. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="iOSDevice64">
  990. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  991. <Operation>1</Operation>
  992. </Platform>
  993. <Platform Name="iOSSimARM64">
  994. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. </DeployClass>
  998. <DeployClass Name="ProjectiOSEntitlements">
  999. <Platform Name="iOSDevice32">
  1000. <RemoteDir>..\</RemoteDir>
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="iOSDevice64">
  1004. <RemoteDir>..\</RemoteDir>
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. <Platform Name="iOSSimARM64">
  1008. <RemoteDir>..\</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. </DeployClass>
  1012. <DeployClass Name="ProjectiOSInfoPList">
  1013. <Platform Name="iOSDevice32">
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="iOSDevice64">
  1017. <Operation>1</Operation>
  1018. </Platform>
  1019. <Platform Name="iOSSimARM64">
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="ProjectiOSLaunchScreen">
  1024. <Platform Name="iOSDevice64">
  1025. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1026. <Operation>64</Operation>
  1027. </Platform>
  1028. <Platform Name="iOSSimARM64">
  1029. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1030. <Operation>64</Operation>
  1031. </Platform>
  1032. </DeployClass>
  1033. <DeployClass Name="ProjectiOSResource">
  1034. <Platform Name="iOSDevice32">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSDevice64">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. <Platform Name="iOSSimARM64">
  1041. <Operation>1</Operation>
  1042. </Platform>
  1043. </DeployClass>
  1044. <DeployClass Name="UWP_CppLogo150">
  1045. <Platform Name="Win32">
  1046. <RemoteDir>Assets</RemoteDir>
  1047. <Operation>1</Operation>
  1048. </Platform>
  1049. <Platform Name="Win64">
  1050. <RemoteDir>Assets</RemoteDir>
  1051. <Operation>1</Operation>
  1052. </Platform>
  1053. <Platform Name="Win64x">
  1054. <RemoteDir>Assets</RemoteDir>
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. </DeployClass>
  1058. <DeployClass Name="UWP_CppLogo44">
  1059. <Platform Name="Win32">
  1060. <RemoteDir>Assets</RemoteDir>
  1061. <Operation>1</Operation>
  1062. </Platform>
  1063. <Platform Name="Win64">
  1064. <RemoteDir>Assets</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="Win64x">
  1068. <RemoteDir>Assets</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="iOS_AppStore1024">
  1073. <Platform Name="iOSDevice64">
  1074. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="iOSSimARM64">
  1078. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <DeployClass Name="iPad_AppIcon152">
  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_AppIcon167">
  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_Launch2x">
  1103. <Platform Name="iOSDevice64">
  1104. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1105. <Operation>1</Operation>
  1106. </Platform>
  1107. <Platform Name="iOSSimARM64">
  1108. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1109. <Operation>1</Operation>
  1110. </Platform>
  1111. </DeployClass>
  1112. <DeployClass Name="iPad_LaunchDark2x">
  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_Notification40">
  1123. <Platform Name="iOSDevice64">
  1124. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. <Platform Name="iOSSimARM64">
  1128. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1129. <Operation>1</Operation>
  1130. </Platform>
  1131. </DeployClass>
  1132. <DeployClass Name="iPad_Setting58">
  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_SpotLight80">
  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="iPhone_AppIcon120">
  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_AppIcon180">
  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_Launch2x">
  1173. <Platform Name="iOSDevice64">
  1174. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1175. <Operation>1</Operation>
  1176. </Platform>
  1177. <Platform Name="iOSSimARM64">
  1178. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1179. <Operation>1</Operation>
  1180. </Platform>
  1181. </DeployClass>
  1182. <DeployClass Name="iPhone_Launch3x">
  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_LaunchDark2x">
  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_LaunchDark3x">
  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_Notification40">
  1213. <Platform Name="iOSDevice64">
  1214. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. <Platform Name="iOSSimARM64">
  1218. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1219. <Operation>1</Operation>
  1220. </Platform>
  1221. </DeployClass>
  1222. <DeployClass Name="iPhone_Notification60">
  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_Setting58">
  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_Setting87">
  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_Spotlight120">
  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_Spotlight80">
  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. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1273. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1274. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1275. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1276. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1277. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1278. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1279. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1280. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1281. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1282. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1283. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1284. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1285. </Deployment>
  1286. <Platforms>
  1287. <Platform value="Win32">True</Platform>
  1288. <Platform value="Win64">False</Platform>
  1289. <Platform value="Win64x">False</Platform>
  1290. </Platforms>
  1291. </BorlandProject>
  1292. <ProjectFileVersion>12</ProjectFileVersion>
  1293. </ProjectExtensions>
  1294. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1295. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1296. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1297. </Project>