FontgenC.cbproj 69 KB

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