GLSViewerC.cbproj 68 KB

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