BenchC.cbproj 69 KB

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