BenchC.cbproj 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{A1659D39-7054-4893-9EA5-5698283820C4}</ProjectGuid>
  4. <ProjectVersion>19.4</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. </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="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  28. <Cfg_1>true</Cfg_1>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  33. <Cfg_1_Win32>true</Cfg_1_Win32>
  34. <CfgParent>Cfg_1</CfgParent>
  35. <Cfg_1>true</Cfg_1>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  39. <Cfg_2>true</Cfg_2>
  40. <CfgParent>Base</CfgParent>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  44. <Cfg_2_Win32>true</Cfg_2_Win32>
  45. <CfgParent>Cfg_2</CfgParent>
  46. <Cfg_2>true</Cfg_2>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Base)'!=''">
  50. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  51. <DynamicRTL>true</DynamicRTL>
  52. <UsePackages>true</UsePackages>
  53. <BCC_wpar>false</BCC_wpar>
  54. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  55. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  56. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  57. <ProjectType>CppVCLApplication</ProjectType>
  58. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  59. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  60. <_TCHARMapping>wchar_t</_TCHARMapping>
  61. <Multithreaded>true</Multithreaded>
  62. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  63. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  64. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  65. <IncludePath>whirlwind\;volcano\;smoking\;megaglasscube\;megacube\;canvas\;D:\GLScene\Examples\Demos\bench\;$(IncludePath)</IncludePath>
  66. <ILINK_LibraryPath>whirlwind\;volcano\;smoking\;megaglasscube\;megacube\;canvas\;D:\GLScene\Examples\Demos\bench\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  67. <SanitizedProjectName>BenchC</SanitizedProjectName>
  68. </PropertyGroup>
  69. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  70. <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>
  71. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  72. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  73. <BT_BuildType>Debug</BT_BuildType>
  74. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  75. <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>
  76. <VerInfo_Locale>1033</VerInfo_Locale>
  77. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  78. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  81. <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>
  82. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  83. </PropertyGroup>
  84. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  85. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  86. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  87. <DCC_Optimize>false</DCC_Optimize>
  88. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  89. <Defines>_DEBUG;$(Defines)</Defines>
  90. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  91. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  92. <DCC_Define>DEBUG</DCC_Define>
  93. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  94. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  95. <BCC_StackFrames>true</BCC_StackFrames>
  96. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  97. <TASM_Debugging>Full</TASM_Debugging>
  98. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  99. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  100. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  101. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  102. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  103. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  104. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  105. </PropertyGroup>
  106. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  107. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  108. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  109. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  110. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  111. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  112. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  113. <VerInfo_Locale>1033</VerInfo_Locale>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  116. <Defines>NDEBUG;$(Defines)</Defines>
  117. <TASM_Debugging>None</TASM_Debugging>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  120. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  121. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  122. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  123. </PropertyGroup>
  124. <ItemGroup>
  125. <CppCompile Include="BenchC.cpp">
  126. <BuildOrder>0</BuildOrder>
  127. </CppCompile>
  128. <CppCompile Include="canvas\fCanvasC.cpp">
  129. <Form>FormCanvas</Form>
  130. <FormType>dfm</FormType>
  131. <DependentOn>canvas\fCanvasC.h</DependentOn>
  132. <BuildOrder>2</BuildOrder>
  133. </CppCompile>
  134. <CppCompile Include="fBenchC.cpp">
  135. <Form>frmBench</Form>
  136. <FormType>dfm</FormType>
  137. <DependentOn>fBenchC.h</DependentOn>
  138. <BuildOrder>2</BuildOrder>
  139. </CppCompile>
  140. <CppCompile Include="megacube\fMegaCubeC.cpp">
  141. <Form>Form1</Form>
  142. <FormType>dfm</FormType>
  143. <DependentOn>megacube\fMegaCubeC.h</DependentOn>
  144. <BuildOrder>3</BuildOrder>
  145. </CppCompile>
  146. <CppCompile Include="megaglasscube\fMegaglassC.cpp">
  147. <Form>FormMegaglasscube</Form>
  148. <FormType>dfm</FormType>
  149. <DependentOn>megaglasscube\fMegaglassC.h</DependentOn>
  150. <BuildOrder>4</BuildOrder>
  151. </CppCompile>
  152. <CppCompile Include="smoking\fSmokingC.cpp">
  153. <Form>FormSmoking</Form>
  154. <FormType>dfm</FormType>
  155. <DependentOn>smoking\fSmokingC.h</DependentOn>
  156. <BuildOrder>5</BuildOrder>
  157. </CppCompile>
  158. <CppCompile Include="volcano\fVolcanoC.cpp">
  159. <Form>FormVolcano</Form>
  160. <FormType>dfm</FormType>
  161. <DependentOn>volcano\fVolcanoC.h</DependentOn>
  162. <BuildOrder>6</BuildOrder>
  163. </CppCompile>
  164. <CppCompile Include="whirlwind\fWhirlC.cpp">
  165. <Form>FormWhirl</Form>
  166. <FormType>dfm</FormType>
  167. <DependentOn>whirlwind\fWhirlC.h</DependentOn>
  168. <BuildOrder>7</BuildOrder>
  169. </CppCompile>
  170. <FormResources Include="megaglasscube\fMegaglassC.dfm"/>
  171. <FormResources Include="smoking\fSmokingC.dfm"/>
  172. <FormResources Include="volcano\fVolcanoC.dfm"/>
  173. <FormResources Include="whirlwind\fWhirlC.dfm"/>
  174. <FormResources Include="canvas\fCanvasC.dfm"/>
  175. <FormResources Include="fBenchC.dfm"/>
  176. <FormResources Include="megacube\fMegaCubeC.dfm"/>
  177. <BuildConfiguration Include="Base">
  178. <Key>Base</Key>
  179. </BuildConfiguration>
  180. <BuildConfiguration Include="Debug">
  181. <Key>Cfg_1</Key>
  182. <CfgParent>Base</CfgParent>
  183. </BuildConfiguration>
  184. <BuildConfiguration Include="Release">
  185. <Key>Cfg_2</Key>
  186. <CfgParent>Base</CfgParent>
  187. </BuildConfiguration>
  188. </ItemGroup>
  189. <ProjectExtensions>
  190. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  191. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  192. <BorlandProject>
  193. <CPlusPlusBuilder.Personality>
  194. <ProjectProperties>
  195. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  196. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  197. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  198. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  199. </ProjectProperties>
  200. <Source>
  201. <Source Name="MainSource">BenchC.cpp</Source>
  202. </Source>
  203. <Excluded_Packages>
  204. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GBComps.bpl">Geoblock - Components</Excluded_Packages>
  205. <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>
  206. <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>
  207. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  208. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  209. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  210. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  211. </Excluded_Packages>
  212. </CPlusPlusBuilder.Personality>
  213. <Deployment Version="3">
  214. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  215. <Platform Name="Win64">
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule">
  220. <Platform Name="Win64">
  221. <Overwrite>true</Overwrite>
  222. </Platform>
  223. </DeployFile>
  224. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule">
  225. <Platform Name="Win64">
  226. <Overwrite>true</Overwrite>
  227. </Platform>
  228. </DeployFile>
  229. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  230. <Platform Name="Win32">
  231. <Overwrite>true</Overwrite>
  232. </Platform>
  233. </DeployFile>
  234. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule">
  235. <Platform Name="Win32">
  236. <Overwrite>true</Overwrite>
  237. </Platform>
  238. </DeployFile>
  239. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule">
  240. <Platform Name="Win32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule">
  245. <Platform Name="Win32">
  246. <Overwrite>true</Overwrite>
  247. </Platform>
  248. </DeployFile>
  249. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule">
  250. <Platform Name="Win32">
  251. <Overwrite>true</Overwrite>
  252. </Platform>
  253. </DeployFile>
  254. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  255. <Platform Name="OSX32">
  256. <Overwrite>true</Overwrite>
  257. </Platform>
  258. </DeployFile>
  259. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  260. <Platform Name="OSX32">
  261. <Overwrite>true</Overwrite>
  262. </Platform>
  263. </DeployFile>
  264. <DeployFile LocalName="BenchC.exe" Configuration="Debug" Class="ProjectOutput">
  265. <Platform Name="Win32">
  266. <RemoteName>BenchC.exe</RemoteName>
  267. <Overwrite>true</Overwrite>
  268. </Platform>
  269. </DeployFile>
  270. <DeployFile LocalName="BenchC.tds" Configuration="Debug" Class="DebugSymbols">
  271. <Platform Name="Win32">
  272. <RemoteName>BenchC.tds</RemoteName>
  273. <Overwrite>true</Overwrite>
  274. </Platform>
  275. </DeployFile>
  276. <DeployClass Name="AdditionalDebugSymbols">
  277. <Platform Name="iOSSimulator">
  278. <Operation>1</Operation>
  279. </Platform>
  280. <Platform Name="OSX32">
  281. <RemoteDir>Contents\MacOS</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. <Platform Name="Win32">
  285. <Operation>0</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="AndroidClasses">
  289. <Platform Name="Android">
  290. <RemoteDir>classes</RemoteDir>
  291. <Operation>64</Operation>
  292. </Platform>
  293. <Platform Name="Android64">
  294. <RemoteDir>classes</RemoteDir>
  295. <Operation>64</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="AndroidFileProvider">
  299. <Platform Name="Android">
  300. <RemoteDir>res\xml</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. <Platform Name="Android64">
  304. <RemoteDir>res\xml</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. </DeployClass>
  308. <DeployClass Name="AndroidGDBServer">
  309. <Platform Name="Android">
  310. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. </DeployClass>
  314. <DeployClass Name="AndroidLibnativeArmeabiFile">
  315. <Platform Name="Android">
  316. <RemoteDir>library\lib\armeabi</RemoteDir>
  317. <Operation>1</Operation>
  318. </Platform>
  319. <Platform Name="Android64">
  320. <RemoteDir>library\lib\armeabi</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  325. <Platform Name="Android64">
  326. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="AndroidLibnativeMipsFile">
  331. <Platform Name="Android">
  332. <RemoteDir>library\lib\mips</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. <Platform Name="Android64">
  336. <RemoteDir>library\lib\mips</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="AndroidServiceOutput">
  341. <Platform Name="Android">
  342. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. <Platform Name="Android64">
  346. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  347. <Operation>1</Operation>
  348. </Platform>
  349. </DeployClass>
  350. <DeployClass Name="AndroidServiceOutput_Android32">
  351. <Platform Name="Android64">
  352. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  353. <Operation>1</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidSplashImageDef">
  357. <Platform Name="Android">
  358. <RemoteDir>res\drawable</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Android64">
  362. <RemoteDir>res\drawable</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidSplashStyles">
  367. <Platform Name="Android">
  368. <RemoteDir>res\values</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. <Platform Name="Android64">
  372. <RemoteDir>res\values</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="AndroidSplashStylesV21">
  377. <Platform Name="Android">
  378. <RemoteDir>res\values-v21</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. <Platform Name="Android64">
  382. <RemoteDir>res\values-v21</RemoteDir>
  383. <Operation>1</Operation>
  384. </Platform>
  385. </DeployClass>
  386. <DeployClass Name="Android_Colors">
  387. <Platform Name="Android">
  388. <RemoteDir>res\values</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. <Platform Name="Android64">
  392. <RemoteDir>res\values</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="Android_DefaultAppIcon">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. <Platform Name="Android64">
  402. <RemoteDir>res\drawable</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. </DeployClass>
  406. <DeployClass Name="Android_LauncherIcon144">
  407. <Platform Name="Android">
  408. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. <Platform Name="Android64">
  412. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  413. <Operation>1</Operation>
  414. </Platform>
  415. </DeployClass>
  416. <DeployClass Name="Android_LauncherIcon192">
  417. <Platform Name="Android">
  418. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="Android64">
  422. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_LauncherIcon36">
  427. <Platform Name="Android">
  428. <RemoteDir>res\drawable-ldpi</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. <Platform Name="Android64">
  432. <RemoteDir>res\drawable-ldpi</RemoteDir>
  433. <Operation>1</Operation>
  434. </Platform>
  435. </DeployClass>
  436. <DeployClass Name="Android_LauncherIcon48">
  437. <Platform Name="Android">
  438. <RemoteDir>res\drawable-mdpi</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. <Platform Name="Android64">
  442. <RemoteDir>res\drawable-mdpi</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. </DeployClass>
  446. <DeployClass Name="Android_LauncherIcon72">
  447. <Platform Name="Android">
  448. <RemoteDir>res\drawable-hdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. <Platform Name="Android64">
  452. <RemoteDir>res\drawable-hdpi</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="Android_LauncherIcon96">
  457. <Platform Name="Android">
  458. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. <Platform Name="Android64">
  462. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. </DeployClass>
  466. <DeployClass Name="Android_NotificationIcon24">
  467. <Platform Name="Android">
  468. <RemoteDir>res\drawable-mdpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. <Platform Name="Android64">
  472. <RemoteDir>res\drawable-mdpi</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="Android_NotificationIcon36">
  477. <Platform Name="Android">
  478. <RemoteDir>res\drawable-hdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="Android64">
  482. <RemoteDir>res\drawable-hdpi</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="Android_NotificationIcon48">
  487. <Platform Name="Android">
  488. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. <Platform Name="Android64">
  492. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  493. <Operation>1</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="Android_NotificationIcon72">
  497. <Platform Name="Android">
  498. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="Android64">
  502. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. </DeployClass>
  506. <DeployClass Name="Android_NotificationIcon96">
  507. <Platform Name="Android">
  508. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="Android64">
  512. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="Android_SplashImage426">
  517. <Platform Name="Android">
  518. <RemoteDir>res\drawable-small</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. <Platform Name="Android64">
  522. <RemoteDir>res\drawable-small</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. </DeployClass>
  526. <DeployClass Name="Android_SplashImage470">
  527. <Platform Name="Android">
  528. <RemoteDir>res\drawable-normal</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. <Platform Name="Android64">
  532. <RemoteDir>res\drawable-normal</RemoteDir>
  533. <Operation>1</Operation>
  534. </Platform>
  535. </DeployClass>
  536. <DeployClass Name="Android_SplashImage640">
  537. <Platform Name="Android">
  538. <RemoteDir>res\drawable-large</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. <Platform Name="Android64">
  542. <RemoteDir>res\drawable-large</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="Android_SplashImage960">
  547. <Platform Name="Android">
  548. <RemoteDir>res\drawable-xlarge</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. <Platform Name="Android64">
  552. <RemoteDir>res\drawable-xlarge</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="Android_Strings">
  557. <Platform Name="Android">
  558. <RemoteDir>res\values</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. <Platform Name="Android64">
  562. <RemoteDir>res\values</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. </DeployClass>
  566. <DeployClass Name="DebugSymbols">
  567. <Platform Name="iOSSimulator">
  568. <Operation>1</Operation>
  569. </Platform>
  570. <Platform Name="OSX32">
  571. <RemoteDir>Contents\MacOS</RemoteDir>
  572. <Operation>1</Operation>
  573. </Platform>
  574. <Platform Name="Win32">
  575. <Operation>0</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="DependencyFramework">
  579. <Platform Name="OSX32">
  580. <RemoteDir>Contents\MacOS</RemoteDir>
  581. <Operation>1</Operation>
  582. <Extensions>.framework</Extensions>
  583. </Platform>
  584. <Platform Name="OSX64">
  585. <RemoteDir>Contents\MacOS</RemoteDir>
  586. <Operation>1</Operation>
  587. <Extensions>.framework</Extensions>
  588. </Platform>
  589. <Platform Name="OSXARM64">
  590. <RemoteDir>Contents\MacOS</RemoteDir>
  591. <Operation>1</Operation>
  592. <Extensions>.framework</Extensions>
  593. </Platform>
  594. <Platform Name="Win32">
  595. <Operation>0</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="DependencyModule">
  599. <Platform Name="iOSDevice32">
  600. <Operation>1</Operation>
  601. <Extensions>.dylib</Extensions>
  602. </Platform>
  603. <Platform Name="iOSDevice64">
  604. <Operation>1</Operation>
  605. <Extensions>.dylib</Extensions>
  606. </Platform>
  607. <Platform Name="iOSSimulator">
  608. <Operation>1</Operation>
  609. <Extensions>.dylib</Extensions>
  610. </Platform>
  611. <Platform Name="OSX32">
  612. <RemoteDir>Contents\MacOS</RemoteDir>
  613. <Operation>1</Operation>
  614. <Extensions>.dylib</Extensions>
  615. </Platform>
  616. <Platform Name="OSX64">
  617. <RemoteDir>Contents\MacOS</RemoteDir>
  618. <Operation>1</Operation>
  619. <Extensions>.dylib</Extensions>
  620. </Platform>
  621. <Platform Name="OSXARM64">
  622. <RemoteDir>Contents\MacOS</RemoteDir>
  623. <Operation>1</Operation>
  624. <Extensions>.dylib</Extensions>
  625. </Platform>
  626. <Platform Name="Win32">
  627. <Operation>0</Operation>
  628. <Extensions>.dll;.bpl</Extensions>
  629. </Platform>
  630. </DeployClass>
  631. <DeployClass Required="true" Name="DependencyPackage">
  632. <Platform Name="iOSDevice32">
  633. <Operation>1</Operation>
  634. <Extensions>.dylib</Extensions>
  635. </Platform>
  636. <Platform Name="iOSDevice64">
  637. <Operation>1</Operation>
  638. <Extensions>.dylib</Extensions>
  639. </Platform>
  640. <Platform Name="iOSSimulator">
  641. <Operation>1</Operation>
  642. <Extensions>.dylib</Extensions>
  643. </Platform>
  644. <Platform Name="OSX32">
  645. <RemoteDir>Contents\MacOS</RemoteDir>
  646. <Operation>1</Operation>
  647. <Extensions>.dylib</Extensions>
  648. </Platform>
  649. <Platform Name="OSX64">
  650. <RemoteDir>Contents\MacOS</RemoteDir>
  651. <Operation>1</Operation>
  652. <Extensions>.dylib</Extensions>
  653. </Platform>
  654. <Platform Name="OSXARM64">
  655. <RemoteDir>Contents\MacOS</RemoteDir>
  656. <Operation>1</Operation>
  657. <Extensions>.dylib</Extensions>
  658. </Platform>
  659. <Platform Name="Win32">
  660. <Operation>0</Operation>
  661. <Extensions>.bpl</Extensions>
  662. </Platform>
  663. </DeployClass>
  664. <DeployClass Name="File">
  665. <Platform Name="Android">
  666. <Operation>0</Operation>
  667. </Platform>
  668. <Platform Name="Android64">
  669. <Operation>0</Operation>
  670. </Platform>
  671. <Platform Name="iOSDevice32">
  672. <Operation>0</Operation>
  673. </Platform>
  674. <Platform Name="iOSDevice64">
  675. <Operation>0</Operation>
  676. </Platform>
  677. <Platform Name="iOSSimulator">
  678. <Operation>0</Operation>
  679. </Platform>
  680. <Platform Name="OSX32">
  681. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  682. <Operation>0</Operation>
  683. </Platform>
  684. <Platform Name="OSX64">
  685. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  686. <Operation>0</Operation>
  687. </Platform>
  688. <Platform Name="OSXARM64">
  689. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  690. <Operation>0</Operation>
  691. </Platform>
  692. <Platform Name="Win32">
  693. <Operation>0</Operation>
  694. </Platform>
  695. </DeployClass>
  696. <DeployClass Name="iOS_AppStore1024">
  697. <Platform Name="iOSDevice64">
  698. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  699. <Operation>1</Operation>
  700. </Platform>
  701. </DeployClass>
  702. <DeployClass Name="iPad_AppIcon152">
  703. <Platform Name="iOSDevice64">
  704. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSSimulator">
  708. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  709. <Operation>1</Operation>
  710. </Platform>
  711. </DeployClass>
  712. <DeployClass Name="iPad_AppIcon167">
  713. <Platform Name="iOSDevice64">
  714. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="iOSSimulator">
  718. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  719. <Operation>1</Operation>
  720. </Platform>
  721. </DeployClass>
  722. <DeployClass Name="iPad_Launch2x">
  723. <Platform Name="iOSDevice64">
  724. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  725. <Operation>1</Operation>
  726. </Platform>
  727. <Platform Name="iOSSimulator">
  728. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  729. <Operation>1</Operation>
  730. </Platform>
  731. </DeployClass>
  732. <DeployClass Name="iPad_LaunchDark2x">
  733. <Platform Name="iOSDevice64">
  734. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  735. <Operation>1</Operation>
  736. </Platform>
  737. <Platform Name="iOSSimulator">
  738. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  739. <Operation>1</Operation>
  740. </Platform>
  741. </DeployClass>
  742. <DeployClass Name="iPad_Notification40">
  743. <Platform Name="iOSDevice64">
  744. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. <Platform Name="iOSSimulator">
  748. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="iPad_Setting58">
  753. <Platform Name="iOSDevice64">
  754. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSSimulator">
  758. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. </DeployClass>
  762. <DeployClass Name="iPad_SpotLight80">
  763. <Platform Name="iOSDevice64">
  764. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSSimulator">
  768. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  769. <Operation>1</Operation>
  770. </Platform>
  771. </DeployClass>
  772. <DeployClass Name="iPhone_AppIcon120">
  773. <Platform Name="iOSDevice64">
  774. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSSimulator">
  778. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <DeployClass Name="iPhone_AppIcon180">
  783. <Platform Name="iOSDevice64">
  784. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="iOSSimulator">
  788. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  789. <Operation>1</Operation>
  790. </Platform>
  791. </DeployClass>
  792. <DeployClass Name="iPhone_Launch2x">
  793. <Platform Name="iOSDevice64">
  794. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  795. <Operation>1</Operation>
  796. </Platform>
  797. <Platform Name="iOSSimulator">
  798. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="iPhone_Launch3x">
  803. <Platform Name="iOSDevice64">
  804. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. </DeployClass>
  812. <DeployClass Name="iPhone_LaunchDark2x">
  813. <Platform Name="iOSDevice64">
  814. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  815. <Operation>1</Operation>
  816. </Platform>
  817. <Platform Name="iOSSimulator">
  818. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="iPhone_LaunchDark3x">
  823. <Platform Name="iOSDevice64">
  824. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSSimulator">
  828. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. </DeployClass>
  832. <DeployClass Name="iPhone_Notification40">
  833. <Platform Name="iOSDevice64">
  834. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSSimulator">
  838. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. </DeployClass>
  842. <DeployClass Name="iPhone_Notification60">
  843. <Platform Name="iOSDevice64">
  844. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  845. <Operation>1</Operation>
  846. </Platform>
  847. <Platform Name="iOSSimulator">
  848. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="iPhone_Setting58">
  853. <Platform Name="iOSDevice64">
  854. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  855. <Operation>1</Operation>
  856. </Platform>
  857. <Platform Name="iOSSimulator">
  858. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. </DeployClass>
  862. <DeployClass Name="iPhone_Setting87">
  863. <Platform Name="iOSDevice64">
  864. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  865. <Operation>1</Operation>
  866. </Platform>
  867. <Platform Name="iOSSimulator">
  868. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  869. <Operation>1</Operation>
  870. </Platform>
  871. </DeployClass>
  872. <DeployClass Name="iPhone_Spotlight120">
  873. <Platform Name="iOSDevice64">
  874. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="iOSSimulator">
  878. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. </DeployClass>
  882. <DeployClass Name="iPhone_Spotlight80">
  883. <Platform Name="iOSDevice64">
  884. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="iOSSimulator">
  888. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="ProjectAndroidManifest">
  893. <Platform Name="Android">
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="Android64">
  897. <Operation>1</Operation>
  898. </Platform>
  899. </DeployClass>
  900. <DeployClass Name="ProjectiOSDeviceDebug">
  901. <Platform Name="iOSDevice32">
  902. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  903. <Operation>1</Operation>
  904. </Platform>
  905. <Platform Name="iOSDevice64">
  906. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  907. <Operation>1</Operation>
  908. </Platform>
  909. </DeployClass>
  910. <DeployClass Name="ProjectiOSEntitlements">
  911. <Platform Name="iOSDevice32">
  912. <RemoteDir>..\</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. <Platform Name="iOSDevice64">
  916. <RemoteDir>..\</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. </DeployClass>
  920. <DeployClass Name="ProjectiOSInfoPList">
  921. <Platform Name="iOSDevice32">
  922. <Operation>1</Operation>
  923. </Platform>
  924. <Platform Name="iOSDevice64">
  925. <Operation>1</Operation>
  926. </Platform>
  927. <Platform Name="iOSSimulator">
  928. <Operation>1</Operation>
  929. </Platform>
  930. </DeployClass>
  931. <DeployClass Name="ProjectiOSLaunchScreen">
  932. <Platform Name="iOSDevice64">
  933. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  934. <Operation>64</Operation>
  935. </Platform>
  936. <Platform Name="iOSSimulator">
  937. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  938. <Operation>64</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="ProjectiOSResource">
  942. <Platform Name="iOSDevice32">
  943. <Operation>1</Operation>
  944. </Platform>
  945. <Platform Name="iOSDevice64">
  946. <Operation>1</Operation>
  947. </Platform>
  948. <Platform Name="iOSSimulator">
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <DeployClass Name="ProjectOSXDebug">
  953. <Platform Name="OSX64">
  954. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="OSXARM64">
  958. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Name="ProjectOSXEntitlements">
  963. <Platform Name="OSX32">
  964. <RemoteDir>..\</RemoteDir>
  965. <Operation>1</Operation>
  966. </Platform>
  967. <Platform Name="OSX64">
  968. <RemoteDir>..\</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="OSXARM64">
  972. <RemoteDir>..\</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. </DeployClass>
  976. <DeployClass Name="ProjectOSXInfoPList">
  977. <Platform Name="OSX32">
  978. <RemoteDir>Contents</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="OSX64">
  982. <RemoteDir>Contents</RemoteDir>
  983. <Operation>1</Operation>
  984. </Platform>
  985. <Platform Name="OSXARM64">
  986. <RemoteDir>Contents</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. </DeployClass>
  990. <DeployClass Name="ProjectOSXResource">
  991. <Platform Name="OSX32">
  992. <RemoteDir>Contents\Resources</RemoteDir>
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="OSX64">
  996. <RemoteDir>Contents\Resources</RemoteDir>
  997. <Operation>1</Operation>
  998. </Platform>
  999. <Platform Name="OSXARM64">
  1000. <RemoteDir>Contents\Resources</RemoteDir>
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. </DeployClass>
  1004. <DeployClass Required="true" Name="ProjectOutput">
  1005. <Platform Name="Android">
  1006. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="Android64">
  1010. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1011. <Operation>1</Operation>
  1012. </Platform>
  1013. <Platform Name="iOSDevice32">
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. <Platform Name="iOSDevice64">
  1017. <Operation>1</Operation>
  1018. </Platform>
  1019. <Platform Name="iOSSimulator">
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. <Platform Name="Linux64">
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="OSX32">
  1026. <RemoteDir>Contents\MacOS</RemoteDir>
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. <Platform Name="OSX64">
  1030. <RemoteDir>Contents\MacOS</RemoteDir>
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. <Platform Name="OSXARM64">
  1034. <RemoteDir>Contents\MacOS</RemoteDir>
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="Win32">
  1038. <Operation>0</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="ProjectOutput_Android32">
  1042. <Platform Name="Android64">
  1043. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. </DeployClass>
  1047. <DeployClass Name="ProjectUWPManifest">
  1048. <Platform Name="Win32">
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. <Platform Name="Win64">
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. </DeployClass>
  1055. <DeployClass Name="UWP_CppLogo150">
  1056. <Platform Name="Win32">
  1057. <RemoteDir>Assets</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. <Platform Name="Win64">
  1061. <RemoteDir>Assets</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. </DeployClass>
  1065. <DeployClass Name="UWP_CppLogo44">
  1066. <Platform Name="Win32">
  1067. <RemoteDir>Assets</RemoteDir>
  1068. <Operation>1</Operation>
  1069. </Platform>
  1070. <Platform Name="Win64">
  1071. <RemoteDir>Assets</RemoteDir>
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. </DeployClass>
  1075. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1076. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1077. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1078. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1079. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1080. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1081. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1082. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1083. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1084. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1085. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1086. </Deployment>
  1087. <Platforms>
  1088. <Platform value="Win32">True</Platform>
  1089. <Platform value="Win64">False</Platform>
  1090. </Platforms>
  1091. </BorlandProject>
  1092. <ProjectFileVersion>12</ProjectFileVersion>
  1093. </ProjectExtensions>
  1094. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1095. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1096. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1097. </Project>