BunnybumpC.cbproj 71 KB

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