PickC.cbproj 74 KB

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