GuiDemoC.cbproj 75 KB

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