TreeC.cbproj 72 KB

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