SkyBoxC.cbproj 72 KB

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