GXScene_Cg_DT.dproj 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{5D2DD07A-A25C-4203-AD04-B025CDED201F}</ProjectGuid>
  4. <MainSource>GXScene_Cg_DT.dpk</MainSource>
  5. <ProjectVersion>20.2</ProjectVersion>
  6. <FrameworkType>None</FrameworkType>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Package</AppType>
  12. <ProjectName Condition="'$(ProjectName)'==''">GXScene_Cg_DT</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  18. <Base_Android>true</Base_Android>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
  23. <Base_Android64>true</Base_Android64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  28. <Base_Win32>true</Base_Win32>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
  33. <Base_Win64x>true</Base_Win64x>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  38. <Cfg_1>true</Cfg_1>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  43. <Cfg_1_Win32>true</Cfg_1_Win32>
  44. <CfgParent>Cfg_1</CfgParent>
  45. <Cfg_1>true</Cfg_1>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  49. <Cfg_2>true</Cfg_2>
  50. <CfgParent>Base</CfgParent>
  51. <Base>true</Base>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  54. <Cfg_2_Win32>true</Cfg_2_Win32>
  55. <CfgParent>Cfg_2</CfgParent>
  56. <Cfg_2>true</Cfg_2>
  57. <Base>true</Base>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Base)'!=''">
  60. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  61. <DCC_E>false</DCC_E>
  62. <DCC_N>false</DCC_N>
  63. <DCC_S>false</DCC_S>
  64. <DCC_F>false</DCC_F>
  65. <DCC_K>false</DCC_K>
  66. <GenDll>true</GenDll>
  67. <GenPackage>true</GenPackage>
  68. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;$(DCC_Namespace)</DCC_Namespace>
  69. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  70. <SanitizedProjectName>GXScene_Cg_DT</SanitizedProjectName>
  71. <DesignOnlyPackage>true</DesignOnlyPackage>
  72. </PropertyGroup>
  73. <PropertyGroup Condition="'$(Base_Android)'!=''">
  74. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  75. <BT_BuildType>Debug</BT_BuildType>
  76. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  79. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  80. <BT_BuildType>Debug</BT_BuildType>
  81. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  82. </PropertyGroup>
  83. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  84. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  85. <BT_BuildType>Debug</BT_BuildType>
  86. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  87. <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>
  88. <VerInfo_Locale>1033</VerInfo_Locale>
  89. <DCC_UnitSearchPath>..\Source;..\Sourcex;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  90. <DCC_Description>GLXE Cg Shaders</DCC_Description>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  93. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  94. <BT_BuildType>Debug</BT_BuildType>
  95. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  96. <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>
  97. <VerInfo_Locale>1033</VerInfo_Locale>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  100. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  101. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  102. <DCC_Optimize>false</DCC_Optimize>
  103. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  104. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  105. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  106. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  107. <DCC_RangeChecking>true</DCC_RangeChecking>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  110. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  111. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  112. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  113. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  114. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  115. <VerInfo_Locale>1033</VerInfo_Locale>
  116. <DCC_Description>GLXE Cg Shaders</DCC_Description>
  117. </PropertyGroup>
  118. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  119. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  120. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  121. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  122. <DCC_DebugInformation>0</DCC_DebugInformation>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  125. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  126. <VerInfo_Locale>1033</VerInfo_Locale>
  127. </PropertyGroup>
  128. <ItemGroup>
  129. <DelphiCompile Include="$(MainSource)">
  130. <MainSource>MainSource</MainSource>
  131. </DelphiCompile>
  132. <DCCReference Include="rtl.dcp"/>
  133. <DCCReference Include="GXScene_RT.dcp"/>
  134. <DCCReference Include="GXScene_Cg_RT.dcp"/>
  135. <DCCReference Include="..\Sourcex\GXS.CgRegister.pas"/>
  136. <BuildConfiguration Include="Base">
  137. <Key>Base</Key>
  138. </BuildConfiguration>
  139. <BuildConfiguration Include="Debug">
  140. <Key>Cfg_1</Key>
  141. <CfgParent>Base</CfgParent>
  142. </BuildConfiguration>
  143. <BuildConfiguration Include="Release">
  144. <Key>Cfg_2</Key>
  145. <CfgParent>Base</CfgParent>
  146. </BuildConfiguration>
  147. </ItemGroup>
  148. <ProjectExtensions>
  149. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  150. <Borland.ProjectType>Package</Borland.ProjectType>
  151. <BorlandProject>
  152. <Delphi.Personality>
  153. <Source>
  154. <Source Name="MainSource">GXScene_Cg_DT.dpk</Source>
  155. </Source>
  156. <Excluded_Packages>
  157. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GXScene_GBE.bpl">GXScene GBE</Excluded_Packages>
  158. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GBComps.bpl">Geoblock - Components</Excluded_Packages>
  159. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  160. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  161. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  162. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  163. </Excluded_Packages>
  164. </Delphi.Personality>
  165. <Deployment Version="5">
  166. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  167. <Platform Name="iOSSimulator">
  168. <Overwrite>true</Overwrite>
  169. </Platform>
  170. </DeployFile>
  171. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  172. <Platform Name="iOSSimulator">
  173. <Overwrite>true</Overwrite>
  174. </Platform>
  175. </DeployFile>
  176. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  177. <Platform Name="OSX32">
  178. <Overwrite>true</Overwrite>
  179. </Platform>
  180. </DeployFile>
  181. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GXScene_Cg_DT.bpl" Configuration="Debug" Class="ProjectOutput"/>
  182. <DeployClass Name="AdditionalDebugSymbols">
  183. <Platform Name="OSX32">
  184. <Operation>1</Operation>
  185. </Platform>
  186. <Platform Name="Win32">
  187. <Operation>0</Operation>
  188. </Platform>
  189. </DeployClass>
  190. <DeployClass Name="AndroidFileProvider">
  191. <Platform Name="Android">
  192. <RemoteDir>res\xml</RemoteDir>
  193. <Operation>1</Operation>
  194. </Platform>
  195. <Platform Name="Android64">
  196. <RemoteDir>res\xml</RemoteDir>
  197. <Operation>1</Operation>
  198. </Platform>
  199. </DeployClass>
  200. <DeployClass Name="AndroidLibnativeArmeabiFile">
  201. <Platform Name="Android">
  202. <RemoteDir>library\lib\armeabi</RemoteDir>
  203. <Operation>1</Operation>
  204. </Platform>
  205. <Platform Name="Android64">
  206. <RemoteDir>library\lib\armeabi</RemoteDir>
  207. <Operation>1</Operation>
  208. </Platform>
  209. </DeployClass>
  210. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  211. <Platform Name="Android64">
  212. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  213. <Operation>1</Operation>
  214. </Platform>
  215. </DeployClass>
  216. <DeployClass Name="AndroidLibnativeMipsFile">
  217. <Platform Name="Android">
  218. <RemoteDir>library\lib\mips</RemoteDir>
  219. <Operation>1</Operation>
  220. </Platform>
  221. <Platform Name="Android64">
  222. <RemoteDir>library\lib\mips</RemoteDir>
  223. <Operation>1</Operation>
  224. </Platform>
  225. </DeployClass>
  226. <DeployClass Name="AndroidServiceOutput">
  227. <Platform Name="Android">
  228. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  229. <Operation>1</Operation>
  230. </Platform>
  231. <Platform Name="Android64">
  232. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  233. <Operation>1</Operation>
  234. </Platform>
  235. </DeployClass>
  236. <DeployClass Name="AndroidServiceOutput_Android32">
  237. <Platform Name="Android64">
  238. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  239. <Operation>1</Operation>
  240. </Platform>
  241. </DeployClass>
  242. <DeployClass Name="AndroidSplashImageDef">
  243. <Platform Name="Android">
  244. <RemoteDir>res\drawable</RemoteDir>
  245. <Operation>1</Operation>
  246. </Platform>
  247. <Platform Name="Android64">
  248. <RemoteDir>res\drawable</RemoteDir>
  249. <Operation>1</Operation>
  250. </Platform>
  251. </DeployClass>
  252. <DeployClass Name="AndroidSplashImageDefV21">
  253. <Platform Name="Android">
  254. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  255. <Operation>1</Operation>
  256. </Platform>
  257. <Platform Name="Android64">
  258. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="AndroidSplashStyles">
  263. <Platform Name="Android">
  264. <RemoteDir>res\values</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. <Platform Name="Android64">
  268. <RemoteDir>res\values</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. </DeployClass>
  272. <DeployClass Name="AndroidSplashStylesV21">
  273. <Platform Name="Android">
  274. <RemoteDir>res\values-v21</RemoteDir>
  275. <Operation>1</Operation>
  276. </Platform>
  277. <Platform Name="Android64">
  278. <RemoteDir>res\values-v21</RemoteDir>
  279. <Operation>1</Operation>
  280. </Platform>
  281. </DeployClass>
  282. <DeployClass Name="AndroidSplashStylesV31">
  283. <Platform Name="Android">
  284. <RemoteDir>res\values-v31</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. <Platform Name="Android64">
  288. <RemoteDir>res\values-v31</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="Android_AdaptiveIcon">
  293. <Platform Name="Android">
  294. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. <Platform Name="Android64">
  298. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  299. <Operation>1</Operation>
  300. </Platform>
  301. </DeployClass>
  302. <DeployClass Name="Android_AdaptiveIconBackground">
  303. <Platform Name="Android">
  304. <RemoteDir>res\drawable</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. <Platform Name="Android64">
  308. <RemoteDir>res\drawable</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="Android_AdaptiveIconForeground">
  313. <Platform Name="Android">
  314. <RemoteDir>res\drawable</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. <Platform Name="Android64">
  318. <RemoteDir>res\drawable</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="Android_AdaptiveIconMonochrome">
  323. <Platform Name="Android">
  324. <RemoteDir>res\drawable</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. <Platform Name="Android64">
  328. <RemoteDir>res\drawable</RemoteDir>
  329. <Operation>1</Operation>
  330. </Platform>
  331. </DeployClass>
  332. <DeployClass Name="Android_AdaptiveIconV33">
  333. <Platform Name="Android">
  334. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. <Platform Name="Android64">
  338. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="Android_Colors">
  343. <Platform Name="Android">
  344. <RemoteDir>res\values</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. <Platform Name="Android64">
  348. <RemoteDir>res\values</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="Android_ColorsDark">
  353. <Platform Name="Android">
  354. <RemoteDir>res\values-night-v21</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. <Platform Name="Android64">
  358. <RemoteDir>res\values-night-v21</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. </DeployClass>
  362. <DeployClass Name="Android_DefaultAppIcon">
  363. <Platform Name="Android">
  364. <RemoteDir>res\drawable</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. <Platform Name="Android64">
  368. <RemoteDir>res\drawable</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="Android_LauncherIcon144">
  373. <Platform Name="Android">
  374. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. <Platform Name="Android64">
  378. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="Android_LauncherIcon192">
  383. <Platform Name="Android">
  384. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="Android64">
  388. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="Android_LauncherIcon36">
  393. <Platform Name="Android">
  394. <RemoteDir>res\drawable-ldpi</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. <Platform Name="Android64">
  398. <RemoteDir>res\drawable-ldpi</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="Android_LauncherIcon48">
  403. <Platform Name="Android">
  404. <RemoteDir>res\drawable-mdpi</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. <Platform Name="Android64">
  408. <RemoteDir>res\drawable-mdpi</RemoteDir>
  409. <Operation>1</Operation>
  410. </Platform>
  411. </DeployClass>
  412. <DeployClass Name="Android_LauncherIcon72">
  413. <Platform Name="Android">
  414. <RemoteDir>res\drawable-hdpi</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. <Platform Name="Android64">
  418. <RemoteDir>res\drawable-hdpi</RemoteDir>
  419. <Operation>1</Operation>
  420. </Platform>
  421. </DeployClass>
  422. <DeployClass Name="Android_LauncherIcon96">
  423. <Platform Name="Android">
  424. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. <Platform Name="Android64">
  428. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_NotificationIcon24">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-mdpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="Android64">
  438. <RemoteDir>res\drawable-mdpi</RemoteDir>
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="Android_NotificationIcon36">
  443. <Platform Name="Android">
  444. <RemoteDir>res\drawable-hdpi</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. <Platform Name="Android64">
  448. <RemoteDir>res\drawable-hdpi</RemoteDir>
  449. <Operation>1</Operation>
  450. </Platform>
  451. </DeployClass>
  452. <DeployClass Name="Android_NotificationIcon48">
  453. <Platform Name="Android">
  454. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="Android64">
  458. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="Android_NotificationIcon72">
  463. <Platform Name="Android">
  464. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="Android64">
  468. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  469. <Operation>1</Operation>
  470. </Platform>
  471. </DeployClass>
  472. <DeployClass Name="Android_NotificationIcon96">
  473. <Platform Name="Android">
  474. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Android64">
  478. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="Android_SplashImage426">
  483. <Platform Name="Android">
  484. <RemoteDir>res\drawable-small</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. <Platform Name="Android64">
  488. <RemoteDir>res\drawable-small</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_SplashImage470">
  493. <Platform Name="Android">
  494. <RemoteDir>res\drawable-normal</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="Android64">
  498. <RemoteDir>res\drawable-normal</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="Android_SplashImage640">
  503. <Platform Name="Android">
  504. <RemoteDir>res\drawable-large</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="Android64">
  508. <RemoteDir>res\drawable-large</RemoteDir>
  509. <Operation>1</Operation>
  510. </Platform>
  511. </DeployClass>
  512. <DeployClass Name="Android_SplashImage960">
  513. <Platform Name="Android">
  514. <RemoteDir>res\drawable-xlarge</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. <Platform Name="Android64">
  518. <RemoteDir>res\drawable-xlarge</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="Android_Strings">
  523. <Platform Name="Android">
  524. <RemoteDir>res\values</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="Android64">
  528. <RemoteDir>res\values</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="Android_VectorizedNotificationIcon">
  533. <Platform Name="Android">
  534. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. <Platform Name="Android64">
  538. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  539. <Operation>1</Operation>
  540. </Platform>
  541. </DeployClass>
  542. <DeployClass Name="Android_VectorizedSplash">
  543. <Platform Name="Android">
  544. <RemoteDir>res\drawable</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="Android64">
  548. <RemoteDir>res\drawable</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="Android_VectorizedSplashDark">
  553. <Platform Name="Android">
  554. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. <Platform Name="Android64">
  558. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="Android_VectorizedSplashV31">
  563. <Platform Name="Android">
  564. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. <Platform Name="Android64">
  568. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  569. <Operation>1</Operation>
  570. </Platform>
  571. </DeployClass>
  572. <DeployClass Name="Android_VectorizedSplashV31Dark">
  573. <Platform Name="Android">
  574. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. <Platform Name="Android64">
  578. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="DebugSymbols">
  583. <Platform Name="iOSSimulator">
  584. <Operation>1</Operation>
  585. </Platform>
  586. <Platform Name="OSX32">
  587. <Operation>1</Operation>
  588. </Platform>
  589. <Platform Name="Win32">
  590. <Operation>0</Operation>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="DependencyFramework">
  594. <Platform Name="OSX32">
  595. <Operation>1</Operation>
  596. <Extensions>.framework</Extensions>
  597. </Platform>
  598. <Platform Name="OSX64">
  599. <Operation>1</Operation>
  600. <Extensions>.framework</Extensions>
  601. </Platform>
  602. <Platform Name="OSXARM64">
  603. <Operation>1</Operation>
  604. <Extensions>.framework</Extensions>
  605. </Platform>
  606. <Platform Name="Win32">
  607. <Operation>0</Operation>
  608. </Platform>
  609. </DeployClass>
  610. <DeployClass Name="DependencyModule">
  611. <Platform Name="OSX32">
  612. <Operation>1</Operation>
  613. <Extensions>.dylib</Extensions>
  614. </Platform>
  615. <Platform Name="OSX64">
  616. <Operation>1</Operation>
  617. <Extensions>.dylib</Extensions>
  618. </Platform>
  619. <Platform Name="OSXARM64">
  620. <Operation>1</Operation>
  621. <Extensions>.dylib</Extensions>
  622. </Platform>
  623. <Platform Name="Win32">
  624. <Operation>0</Operation>
  625. <Extensions>.dll;.bpl</Extensions>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Required="true" Name="DependencyPackage">
  629. <Platform Name="iOSDevice32">
  630. <Operation>1</Operation>
  631. <Extensions>.dylib</Extensions>
  632. </Platform>
  633. <Platform Name="iOSDevice64">
  634. <Operation>1</Operation>
  635. <Extensions>.dylib</Extensions>
  636. </Platform>
  637. <Platform Name="iOSSimARM64">
  638. <Operation>1</Operation>
  639. <Extensions>.dylib</Extensions>
  640. </Platform>
  641. <Platform Name="OSX32">
  642. <Operation>1</Operation>
  643. <Extensions>.dylib</Extensions>
  644. </Platform>
  645. <Platform Name="OSX64">
  646. <Operation>1</Operation>
  647. <Extensions>.dylib</Extensions>
  648. </Platform>
  649. <Platform Name="OSXARM64">
  650. <Operation>1</Operation>
  651. <Extensions>.dylib</Extensions>
  652. </Platform>
  653. <Platform Name="Win32">
  654. <Operation>0</Operation>
  655. <Extensions>.bpl</Extensions>
  656. </Platform>
  657. </DeployClass>
  658. <DeployClass Name="File">
  659. <Platform Name="Android">
  660. <Operation>0</Operation>
  661. </Platform>
  662. <Platform Name="Android64">
  663. <Operation>0</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice32">
  666. <Operation>0</Operation>
  667. </Platform>
  668. <Platform Name="iOSDevice64">
  669. <Operation>0</Operation>
  670. </Platform>
  671. <Platform Name="iOSSimARM64">
  672. <Operation>0</Operation>
  673. </Platform>
  674. <Platform Name="OSX32">
  675. <Operation>0</Operation>
  676. </Platform>
  677. <Platform Name="OSX64">
  678. <Operation>0</Operation>
  679. </Platform>
  680. <Platform Name="OSXARM64">
  681. <Operation>0</Operation>
  682. </Platform>
  683. <Platform Name="Win32">
  684. <Operation>0</Operation>
  685. </Platform>
  686. </DeployClass>
  687. <DeployClass Name="ProjectAndroidManifest">
  688. <Platform Name="Android">
  689. <Operation>1</Operation>
  690. </Platform>
  691. <Platform Name="Android64">
  692. <Operation>1</Operation>
  693. </Platform>
  694. </DeployClass>
  695. <DeployClass Name="ProjectOSXDebug"/>
  696. <DeployClass Name="ProjectOSXEntitlements"/>
  697. <DeployClass Name="ProjectOSXInfoPList"/>
  698. <DeployClass Name="ProjectOSXResource">
  699. <Platform Name="OSX32">
  700. <RemoteDir>Contents\Resources</RemoteDir>
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="OSX64">
  704. <RemoteDir>Contents\Resources</RemoteDir>
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="OSXARM64">
  708. <RemoteDir>Contents\Resources</RemoteDir>
  709. <Operation>1</Operation>
  710. </Platform>
  711. </DeployClass>
  712. <DeployClass Required="true" Name="ProjectOutput">
  713. <Platform Name="Android">
  714. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  715. <Operation>1</Operation>
  716. </Platform>
  717. <Platform Name="Android64">
  718. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  719. <Operation>1</Operation>
  720. </Platform>
  721. <Platform Name="iOSDevice32">
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="iOSDevice64">
  725. <Operation>1</Operation>
  726. </Platform>
  727. <Platform Name="iOSSimARM64">
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="Linux64">
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="OSX32">
  734. <Operation>1</Operation>
  735. </Platform>
  736. <Platform Name="OSX64">
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="OSXARM64">
  740. <Operation>1</Operation>
  741. </Platform>
  742. <Platform Name="Win32">
  743. <Operation>0</Operation>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Name="ProjectOutput_Android32">
  747. <Platform Name="Android64">
  748. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. </DeployClass>
  752. <DeployClass Name="ProjectUWPManifest">
  753. <Platform Name="Win32">
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="Win64">
  757. <Operation>1</Operation>
  758. </Platform>
  759. <Platform Name="Win64x">
  760. <Operation>1</Operation>
  761. </Platform>
  762. </DeployClass>
  763. <DeployClass Name="ProjectiOSDeviceDebug">
  764. <Platform Name="iOSDevice32">
  765. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  766. <Operation>1</Operation>
  767. </Platform>
  768. <Platform Name="iOSDevice64">
  769. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  770. <Operation>1</Operation>
  771. </Platform>
  772. <Platform Name="iOSSimARM64">
  773. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  774. <Operation>1</Operation>
  775. </Platform>
  776. </DeployClass>
  777. <DeployClass Name="ProjectiOSEntitlements"/>
  778. <DeployClass Name="ProjectiOSInfoPList"/>
  779. <DeployClass Name="ProjectiOSLaunchScreen"/>
  780. <DeployClass Name="ProjectiOSResource">
  781. <Platform Name="iOSDevice32">
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="iOSDevice64">
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="iOSSimARM64">
  788. <Operation>1</Operation>
  789. </Platform>
  790. </DeployClass>
  791. <DeployClass Name="UWP_DelphiLogo150">
  792. <Platform Name="Win32">
  793. <RemoteDir>Assets</RemoteDir>
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="Win64">
  797. <RemoteDir>Assets</RemoteDir>
  798. <Operation>1</Operation>
  799. </Platform>
  800. </DeployClass>
  801. <DeployClass Name="UWP_DelphiLogo44">
  802. <Platform Name="Win32">
  803. <RemoteDir>Assets</RemoteDir>
  804. <Operation>1</Operation>
  805. </Platform>
  806. <Platform Name="Win64">
  807. <RemoteDir>Assets</RemoteDir>
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iOS_AppStore1024">
  812. <Platform Name="iOSDevice64">
  813. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="iOSSimARM64">
  817. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="iPad_AppIcon152">
  822. <Platform Name="iOSDevice64">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimARM64">
  827. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="iPad_AppIcon167">
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. <Platform Name="iOSSimARM64">
  837. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="iPad_Launch2x">
  842. <Platform Name="iOSDevice64">
  843. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  844. <Operation>1</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimARM64">
  847. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="iPad_LaunchDark2x">
  852. <Platform Name="iOSDevice64">
  853. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSSimARM64">
  857. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  858. <Operation>1</Operation>
  859. </Platform>
  860. </DeployClass>
  861. <DeployClass Name="iPad_Notification40">
  862. <Platform Name="iOSDevice64">
  863. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. <Platform Name="iOSSimARM64">
  867. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. </DeployClass>
  871. <DeployClass Name="iPad_Setting58">
  872. <Platform Name="iOSDevice64">
  873. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSSimARM64">
  877. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  878. <Operation>1</Operation>
  879. </Platform>
  880. </DeployClass>
  881. <DeployClass Name="iPad_SpotLight80">
  882. <Platform Name="iOSDevice64">
  883. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  884. <Operation>1</Operation>
  885. </Platform>
  886. <Platform Name="iOSSimARM64">
  887. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  888. <Operation>1</Operation>
  889. </Platform>
  890. </DeployClass>
  891. <DeployClass Name="iPhone_AppIcon120">
  892. <Platform Name="iOSDevice64">
  893. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="iOSSimARM64">
  897. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  898. <Operation>1</Operation>
  899. </Platform>
  900. </DeployClass>
  901. <DeployClass Name="iPhone_AppIcon180">
  902. <Platform Name="iOSDevice64">
  903. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSSimARM64">
  907. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  908. <Operation>1</Operation>
  909. </Platform>
  910. </DeployClass>
  911. <DeployClass Name="iPhone_Launch2x">
  912. <Platform Name="iOSDevice64">
  913. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. <Platform Name="iOSSimARM64">
  917. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="iPhone_Launch3x">
  922. <Platform Name="iOSDevice64">
  923. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSSimARM64">
  927. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. </DeployClass>
  931. <DeployClass Name="iPhone_LaunchDark2x">
  932. <Platform Name="iOSDevice64">
  933. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  934. <Operation>1</Operation>
  935. </Platform>
  936. <Platform Name="iOSSimARM64">
  937. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  938. <Operation>1</Operation>
  939. </Platform>
  940. </DeployClass>
  941. <DeployClass Name="iPhone_LaunchDark3x">
  942. <Platform Name="iOSDevice64">
  943. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  944. <Operation>1</Operation>
  945. </Platform>
  946. <Platform Name="iOSSimARM64">
  947. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  948. <Operation>1</Operation>
  949. </Platform>
  950. </DeployClass>
  951. <DeployClass Name="iPhone_Notification40">
  952. <Platform Name="iOSDevice64">
  953. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="iOSSimARM64">
  957. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  958. <Operation>1</Operation>
  959. </Platform>
  960. </DeployClass>
  961. <DeployClass Name="iPhone_Notification60">
  962. <Platform Name="iOSDevice64">
  963. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="iOSSimARM64">
  967. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  968. <Operation>1</Operation>
  969. </Platform>
  970. </DeployClass>
  971. <DeployClass Name="iPhone_Setting58">
  972. <Platform Name="iOSDevice64">
  973. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  974. <Operation>1</Operation>
  975. </Platform>
  976. <Platform Name="iOSSimARM64">
  977. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  978. <Operation>1</Operation>
  979. </Platform>
  980. </DeployClass>
  981. <DeployClass Name="iPhone_Setting87">
  982. <Platform Name="iOSDevice64">
  983. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="iOSSimARM64">
  987. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="iPhone_Spotlight120">
  992. <Platform Name="iOSDevice64">
  993. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  994. <Operation>1</Operation>
  995. </Platform>
  996. <Platform Name="iOSSimARM64">
  997. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. </DeployClass>
  1001. <DeployClass Name="iPhone_Spotlight80">
  1002. <Platform Name="iOSDevice64">
  1003. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. <Platform Name="iOSSimARM64">
  1007. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. </DeployClass>
  1011. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1012. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1013. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1014. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1015. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1016. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1017. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1018. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1019. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1020. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
  1021. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1022. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1023. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1024. </Deployment>
  1025. <Platforms>
  1026. <Platform value="Android">False</Platform>
  1027. <Platform value="Android64">False</Platform>
  1028. <Platform value="Win32">True</Platform>
  1029. <Platform value="Win64">False</Platform>
  1030. <Platform value="Win64x">False</Platform>
  1031. </Platforms>
  1032. </BorlandProject>
  1033. <ProjectFileVersion>12</ProjectFileVersion>
  1034. </ProjectExtensions>
  1035. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1036. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1037. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1038. </Project>