VolcanoC.cbproj 70 KB

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