TilesC.cbproj 68 KB

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