Heightmap_c.cbproj 68 KB

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