DynTextureC.cbproj 77 KB

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