WinFontC.cbproj 74 KB

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