FontgenC.cbproj 69 KB

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