Cubemap_c.cbproj 68 KB

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