MegaCubeC.cbproj 76 KB

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