GuiPaintC.cbproj 75 KB

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