Image32Background.dproj 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{816B56DF-7872-4104-B76D-631DBCD266DF}</ProjectGuid>
  4. <ProjectVersion>20.3</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  9. <TargetedPlatforms>1</TargetedPlatforms>
  10. <AppType>Application</AppType>
  11. <MainSource>Image32Background.dpr</MainSource>
  12. <ProjectName Condition="'$(ProjectName)'==''">Image32Background</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="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  28. <Cfg_1>true</Cfg_1>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  33. <Cfg_1_Win32>true</Cfg_1_Win32>
  34. <CfgParent>Cfg_1</CfgParent>
  35. <Cfg_1>true</Cfg_1>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  39. <Cfg_2>true</Cfg_2>
  40. <CfgParent>Base</CfgParent>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  44. <Cfg_2_Win32>true</Cfg_2_Win32>
  45. <CfgParent>Cfg_2</CfgParent>
  46. <Cfg_2>true</Cfg_2>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="'$(Base)'!=''">
  50. <DCC_DcuOutput>.\Lib\$(Platform)\$(Config)</DCC_DcuOutput>
  51. <DCC_ExeOutput>.\Bin\$(Platform)\$(Config)</DCC_ExeOutput>
  52. <DCC_E>false</DCC_E>
  53. <DCC_N>false</DCC_N>
  54. <DCC_S>false</DCC_S>
  55. <DCC_F>false</DCC_F>
  56. <DCC_K>false</DCC_K>
  57. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  58. <Icon_MainIcon>$(BDS)\bin\delphi_PROJECTICON.ico</Icon_MainIcon>
  59. <UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
  60. <UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
  61. <SanitizedProjectName>Image32Background</SanitizedProjectName>
  62. <DCC_UnitSearchPath>..\..\..\Source;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  63. <VerInfo_Locale>1030</VerInfo_Locale>
  64. <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>
  65. <BRCC_CompilerToUse>rc</BRCC_CompilerToUse>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  68. <DCC_UsePackage>TeeWorld9_;dxPSdxSpreadSheetLnkRS28;vclwinx;DataSnapServer;fmx;emshosting;vclie;DbxCommonDriver;bindengine;IndyIPCommon;VCLRESTComponents;DBXMSSQLDriver;FireDACCommonODBC;emsclient;FireDACCommonDriver;dxHttpIndyRequestRS28;IndyProtocols;dxTileControlRS28;vclx;cxExportRS28;dxGanttControlRS28;IndyIPClient;vcledge;dxCloudServiceLibraryRS28;cxLibraryRS28;cxPivotGridOLAPRS28;dxRichEditDocumentModelRS28;dxPScxPivotGridLnkRS28;dxPScxVGridLnkRS28;dxPSdxDBOCLnkRS28;dxPSdxMapControlLnkRS28;dxPSPrVwRibbonRS28;dxGDIPlusRS28;TeeGL9_;emsedge;DBXFirebirdDriver;dxCoreRS28;cxPivotGridRS28;madBasic_;dxPSdxPDFViewerLnkRS28;inetdb;dxSpreadSheetCoreRS28;cxSchedulerTreeBrowserRS28;dxPSCoreRS28;FireDACSqliteDriver;DbxClientDriver;dxSpreadSheetRS28;FireDACASADriver;dxTabbedMDIRS28;dxSkinsCoreRS28;Tee9_;soapmidas;dxBarRS28;GR32_R;vclactnband;dxADOServerModeRS28;dxWizardControlRS28;fmxFireDAC;dbexpress;dxFireDACServerModeRS28;FireDACInfxDriver;DBXMySQLDriver;VclSmp;inet;DataSnapCommon;dxServerModeRS28;dxPSdxLCLnkRS28;vcltouch;fmxase;cxTreeListRS28;dxBarDBNavRS28;dxdbtrRS28;DBXOdbcDriver;dbrtl;TeeImport9_;FireDACDBXDriver;FireDACOracleDriver;dxPSLnksRS28;fmxdae;dxPScxCommonRS28;FireDACMSAccDriver;dxNavBarRS28;CustomIPTransport;FireDACMSSQLDriver;IFxEditors;TeePro9_;dxSpreadSheetReportDesignerRS28;DataSnapConnectors;dxChartControlRS28;DBXInterBaseDriver;dxComnRS28;vcldsnap;FireDACMongoDBDriver;madExcept_;dxFlowChartDesignerRS28;IndySystem;dxSpreadSheetConditionalFormattingDialogsRS28;cxVerticalGridRS28;FireDACTDataDriver;dxOrgChartAdvancedCustomizeFormRS28;vcldb;dxDBXServerModeRS28;cxSchedulerRS28;dxRibbonRS28;dxmdsRS28;dxRichEditControlRS28;cxSchedulerGridRS28;dxPScxSchedulerLnkRS28;dxFlowChartLayoutsRS28;dxPScxExtCommonRS28;dxPSdxOCLnkRS28;dxPsPrVwAdvRS28;dxdborRS28;vclFireDAC;dxRichEditControlCoreRS28;madDisAsm_;FireDACCommon;FireDACODBCDriver;dxPSdxDBTVLnkRS28;emsserverresource;dxRibbonCustomizationFormRS28;IndyCore;RESTBackendComponents;dxPScxGridLnkRS28;cxPivotGridChartRS28;dxBarExtDBItemsRS28;dxGaugeControlRS28;dxRichEditCoreRS28;cxTreeListdxBarPopupMenuRS28;rtl;FireDACMySQLDriver;dxDockingRS28;dxPDFViewerRS28;FireDACADSDriver;dxFlowChartAdvancedCustomizeFormRS28;TeeUI9_;TeeDB9_;RESTComponents;DBXSqliteDriver;vcl;IndyIPServer;dsnapxml;dsnapcon;DataSnapClient;adortl;dxBarExtItemsRS28;cxSchedulerWebServiceStorageRS28;dxtrmdRS28;DBXSybaseASEDriver;dxorgcRS28;dxSpreadSheetCoreConditionalFormattingDialogsRS28;dxPSdxFCLnkRS28;DBXDb2Driver;dxPSdxGaugeControlLnkRS28;dxPSRichEditControlLnkRS28;TeeLanguage9_;dxSpellCheckerRS28;cxGridRS28;vclimg;DataSnapFireDAC;emsclientfiredac;FireDACPgDriver;FireDAC;FireDACDSDriver;inetdbxpress;xmlrtl;tethering;TeeImage9_;dxMapControlRS28;GR32_D;dsnap;CloudService;DBXSybaseASADriver;DBXOracleDriver;FireDACDb2Driver;DBXInformixDriver;cxSchedulerRibbonStyleEventEditorRS28;dxPScxTLLnkRS28;fmxobj;dxFlowChartRS28;dxPScxPCProdRS28;DatasnapConnectorsFreePascal;soaprtl;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
  69. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  70. <BT_BuildType>Debug</BT_BuildType>
  71. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  72. <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>
  73. <VerInfo_Locale>1033</VerInfo_Locale>
  74. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  75. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  78. <DCC_UsePackage>dxPSdxSpreadSheetLnkRS28;vclwinx;DataSnapServer;fmx;emshosting;vclie;DbxCommonDriver;bindengine;IndyIPCommon;VCLRESTComponents;DBXMSSQLDriver;FireDACCommonODBC;emsclient;FireDACCommonDriver;dxHttpIndyRequestRS28;IndyProtocols;dxTileControlRS28;vclx;cxExportRS28;dxGanttControlRS28;IndyIPClient;vcledge;dxCloudServiceLibraryRS28;cxLibraryRS28;cxPivotGridOLAPRS28;dxRichEditDocumentModelRS28;dxPScxPivotGridLnkRS28;dxPScxVGridLnkRS28;dxPSdxDBOCLnkRS28;dxPSdxMapControlLnkRS28;dxPSPrVwRibbonRS28;dxGDIPlusRS28;emsedge;DBXFirebirdDriver;dxCoreRS28;cxPivotGridRS28;dxPSdxPDFViewerLnkRS28;inetdb;dxSpreadSheetCoreRS28;cxSchedulerTreeBrowserRS28;dxPSCoreRS28;FireDACSqliteDriver;DbxClientDriver;dxSpreadSheetRS28;FireDACASADriver;dxTabbedMDIRS28;dxSkinsCoreRS28;soapmidas;dxBarRS28;vclactnband;dxADOServerModeRS28;dxWizardControlRS28;fmxFireDAC;dbexpress;dxFireDACServerModeRS28;FireDACInfxDriver;DBXMySQLDriver;VclSmp;inet;DataSnapCommon;dxServerModeRS28;dxPSdxLCLnkRS28;vcltouch;fmxase;cxTreeListRS28;dxBarDBNavRS28;dxdbtrRS28;DBXOdbcDriver;dbrtl;FireDACDBXDriver;FireDACOracleDriver;dxPSLnksRS28;fmxdae;dxPScxCommonRS28;FireDACMSAccDriver;dxNavBarRS28;CustomIPTransport;FireDACMSSQLDriver;dxSpreadSheetReportDesignerRS28;DataSnapConnectors;dxChartControlRS28;DBXInterBaseDriver;dxComnRS28;vcldsnap;FireDACMongoDBDriver;dxFlowChartDesignerRS28;IndySystem;dxSpreadSheetConditionalFormattingDialogsRS28;cxVerticalGridRS28;FireDACTDataDriver;dxOrgChartAdvancedCustomizeFormRS28;vcldb;dxDBXServerModeRS28;cxSchedulerRS28;dxRibbonRS28;dxmdsRS28;dxRichEditControlRS28;cxSchedulerGridRS28;dxPScxSchedulerLnkRS28;dxFlowChartLayoutsRS28;dxPScxExtCommonRS28;dxPSdxOCLnkRS28;dxPsPrVwAdvRS28;dxdborRS28;vclFireDAC;dxRichEditControlCoreRS28;FireDACCommon;FireDACODBCDriver;dxPSdxDBTVLnkRS28;emsserverresource;dxRibbonCustomizationFormRS28;IndyCore;RESTBackendComponents;dxPScxGridLnkRS28;cxPivotGridChartRS28;dxBarExtDBItemsRS28;dxGaugeControlRS28;dxRichEditCoreRS28;cxTreeListdxBarPopupMenuRS28;rtl;FireDACMySQLDriver;dxDockingRS28;dxPDFViewerRS28;FireDACADSDriver;dxFlowChartAdvancedCustomizeFormRS28;RESTComponents;DBXSqliteDriver;vcl;IndyIPServer;dsnapxml;dsnapcon;DataSnapClient;adortl;dxBarExtItemsRS28;cxSchedulerWebServiceStorageRS28;dxtrmdRS28;DBXSybaseASEDriver;dxorgcRS28;dxSpreadSheetCoreConditionalFormattingDialogsRS28;dxPSdxFCLnkRS28;DBXDb2Driver;dxPSdxGaugeControlLnkRS28;dxPSRichEditControlLnkRS28;dxSpellCheckerRS28;cxGridRS28;vclimg;DataSnapFireDAC;emsclientfiredac;FireDACPgDriver;FireDAC;FireDACDSDriver;inetdbxpress;xmlrtl;tethering;dxMapControlRS28;dsnap;CloudService;DBXSybaseASADriver;DBXOracleDriver;FireDACDb2Driver;DBXInformixDriver;cxSchedulerRibbonStyleEventEditorRS28;dxPScxTLLnkRS28;fmxobj;dxFlowChartRS28;dxPScxPCProdRS28;DatasnapConnectorsFreePascal;soaprtl;soapserver;FireDACIBDriver;$(DCC_UsePackage)</DCC_UsePackage>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  81. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  82. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  83. <DCC_Optimize>false</DCC_Optimize>
  84. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  85. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  86. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  87. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  88. <DCC_RangeChecking>true</DCC_RangeChecking>
  89. <VerInfo_Locale>1030</VerInfo_Locale>
  90. <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>
  91. </PropertyGroup>
  92. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  93. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  94. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  95. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  96. <VerInfo_Locale>1033</VerInfo_Locale>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  99. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  100. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  101. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  102. <DCC_DebugInformation>0</DCC_DebugInformation>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  105. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  106. </PropertyGroup>
  107. <ItemGroup>
  108. <DelphiCompile Include="$(MainSource)">
  109. <MainSource>MainSource</MainSource>
  110. </DelphiCompile>
  111. <RcCompile Include="Media.rc">
  112. <Form>Media.res</Form>
  113. </RcCompile>
  114. <DCCReference Include="Main.pas">
  115. <Form>FormMain</Form>
  116. </DCCReference>
  117. <BuildConfiguration Include="Base">
  118. <Key>Base</Key>
  119. </BuildConfiguration>
  120. <BuildConfiguration Include="Debug">
  121. <Key>Cfg_1</Key>
  122. <CfgParent>Base</CfgParent>
  123. </BuildConfiguration>
  124. <BuildConfiguration Include="Release">
  125. <Key>Cfg_2</Key>
  126. <CfgParent>Base</CfgParent>
  127. </BuildConfiguration>
  128. </ItemGroup>
  129. <ProjectExtensions>
  130. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  131. <Borland.ProjectType>Application</Borland.ProjectType>
  132. <BorlandProject>
  133. <Delphi.Personality>
  134. <Source>
  135. <Source Name="MainSource">Image32Background.dpr</Source>
  136. </Source>
  137. <Excluded_Packages>
  138. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  139. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  140. </Excluded_Packages>
  141. </Delphi.Personality>
  142. <Deployment Version="5">
  143. <DeployFile LocalName="Win32\Debug\Image32Background.exe" Configuration="Debug" Class="ProjectOutput"/>
  144. <DeployClass Name="AdditionalDebugSymbols">
  145. <Platform Name="iOSSimulator">
  146. <Operation>1</Operation>
  147. </Platform>
  148. <Platform Name="OSX32">
  149. <RemoteDir>Contents\MacOS</RemoteDir>
  150. <Operation>1</Operation>
  151. </Platform>
  152. <Platform Name="Win32">
  153. <Operation>0</Operation>
  154. </Platform>
  155. </DeployClass>
  156. <DeployClass Name="AndroidFileProvider">
  157. <Platform Name="Android">
  158. <RemoteDir>res\xml</RemoteDir>
  159. <Operation>1</Operation>
  160. </Platform>
  161. <Platform Name="Android64">
  162. <RemoteDir>res\xml</RemoteDir>
  163. <Operation>1</Operation>
  164. </Platform>
  165. </DeployClass>
  166. <DeployClass Name="AndroidLibnativeArmeabiFile">
  167. <Platform Name="Android">
  168. <RemoteDir>library\lib\armeabi</RemoteDir>
  169. <Operation>1</Operation>
  170. </Platform>
  171. <Platform Name="Android64">
  172. <RemoteDir>library\lib\armeabi</RemoteDir>
  173. <Operation>1</Operation>
  174. </Platform>
  175. </DeployClass>
  176. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  177. <Platform Name="Android64">
  178. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  179. <Operation>1</Operation>
  180. </Platform>
  181. </DeployClass>
  182. <DeployClass Name="AndroidLibnativeMipsFile">
  183. <Platform Name="Android">
  184. <RemoteDir>library\lib\mips</RemoteDir>
  185. <Operation>1</Operation>
  186. </Platform>
  187. <Platform Name="Android64">
  188. <RemoteDir>library\lib\mips</RemoteDir>
  189. <Operation>1</Operation>
  190. </Platform>
  191. </DeployClass>
  192. <DeployClass Name="AndroidServiceOutput">
  193. <Platform Name="Android">
  194. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  195. <Operation>1</Operation>
  196. </Platform>
  197. <Platform Name="Android64">
  198. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  199. <Operation>1</Operation>
  200. </Platform>
  201. </DeployClass>
  202. <DeployClass Name="AndroidServiceOutput_Android32">
  203. <Platform Name="Android64">
  204. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  205. <Operation>1</Operation>
  206. </Platform>
  207. </DeployClass>
  208. <DeployClass Name="AndroidSplashImageDef">
  209. <Platform Name="Android">
  210. <RemoteDir>res\drawable</RemoteDir>
  211. <Operation>1</Operation>
  212. </Platform>
  213. <Platform Name="Android64">
  214. <RemoteDir>res\drawable</RemoteDir>
  215. <Operation>1</Operation>
  216. </Platform>
  217. </DeployClass>
  218. <DeployClass Name="AndroidSplashImageDefV21">
  219. <Platform Name="Android">
  220. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  221. <Operation>1</Operation>
  222. </Platform>
  223. <Platform Name="Android64">
  224. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  225. <Operation>1</Operation>
  226. </Platform>
  227. </DeployClass>
  228. <DeployClass Name="AndroidSplashStyles">
  229. <Platform Name="Android">
  230. <RemoteDir>res\values</RemoteDir>
  231. <Operation>1</Operation>
  232. </Platform>
  233. <Platform Name="Android64">
  234. <RemoteDir>res\values</RemoteDir>
  235. <Operation>1</Operation>
  236. </Platform>
  237. </DeployClass>
  238. <DeployClass Name="AndroidSplashStylesV21">
  239. <Platform Name="Android">
  240. <RemoteDir>res\values-v21</RemoteDir>
  241. <Operation>1</Operation>
  242. </Platform>
  243. <Platform Name="Android64">
  244. <RemoteDir>res\values-v21</RemoteDir>
  245. <Operation>1</Operation>
  246. </Platform>
  247. </DeployClass>
  248. <DeployClass Name="AndroidSplashStylesV31">
  249. <Platform Name="Android">
  250. <RemoteDir>res\values-v31</RemoteDir>
  251. <Operation>1</Operation>
  252. </Platform>
  253. <Platform Name="Android64">
  254. <RemoteDir>res\values-v31</RemoteDir>
  255. <Operation>1</Operation>
  256. </Platform>
  257. </DeployClass>
  258. <DeployClass Name="AndroidSplashStylesV35">
  259. <Platform Name="Android">
  260. <RemoteDir>res\values-v35</RemoteDir>
  261. <Operation>1</Operation>
  262. </Platform>
  263. <Platform Name="Android64">
  264. <RemoteDir>res\values-v35</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. </DeployClass>
  268. <DeployClass Name="Android_AdaptiveIcon">
  269. <Platform Name="Android">
  270. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. <Platform Name="Android64">
  274. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  275. <Operation>1</Operation>
  276. </Platform>
  277. </DeployClass>
  278. <DeployClass Name="Android_AdaptiveIconBackground">
  279. <Platform Name="Android">
  280. <RemoteDir>res\drawable</RemoteDir>
  281. <Operation>1</Operation>
  282. </Platform>
  283. <Platform Name="Android64">
  284. <RemoteDir>res\drawable</RemoteDir>
  285. <Operation>1</Operation>
  286. </Platform>
  287. </DeployClass>
  288. <DeployClass Name="Android_AdaptiveIconForeground">
  289. <Platform Name="Android">
  290. <RemoteDir>res\drawable</RemoteDir>
  291. <Operation>1</Operation>
  292. </Platform>
  293. <Platform Name="Android64">
  294. <RemoteDir>res\drawable</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="Android_AdaptiveIconMonochrome">
  299. <Platform Name="Android">
  300. <RemoteDir>res\drawable</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. <Platform Name="Android64">
  304. <RemoteDir>res\drawable</RemoteDir>
  305. <Operation>1</Operation>
  306. </Platform>
  307. </DeployClass>
  308. <DeployClass Name="Android_AdaptiveIconV33">
  309. <Platform Name="Android">
  310. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. <Platform Name="Android64">
  314. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. </DeployClass>
  318. <DeployClass Name="Android_Colors">
  319. <Platform Name="Android">
  320. <RemoteDir>res\values</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. <Platform Name="Android64">
  324. <RemoteDir>res\values</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="Android_ColorsDark">
  329. <Platform Name="Android">
  330. <RemoteDir>res\values-night-v21</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. <Platform Name="Android64">
  334. <RemoteDir>res\values-night-v21</RemoteDir>
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="Android_DefaultAppIcon">
  339. <Platform Name="Android">
  340. <RemoteDir>res\drawable</RemoteDir>
  341. <Operation>1</Operation>
  342. </Platform>
  343. <Platform Name="Android64">
  344. <RemoteDir>res\drawable</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. </DeployClass>
  348. <DeployClass Name="Android_LauncherIcon144">
  349. <Platform Name="Android">
  350. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  351. <Operation>1</Operation>
  352. </Platform>
  353. <Platform Name="Android64">
  354. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="Android_LauncherIcon192">
  359. <Platform Name="Android">
  360. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. <Platform Name="Android64">
  364. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  365. <Operation>1</Operation>
  366. </Platform>
  367. </DeployClass>
  368. <DeployClass Name="Android_LauncherIcon36">
  369. <Platform Name="Android">
  370. <RemoteDir>res\drawable-ldpi</RemoteDir>
  371. <Operation>1</Operation>
  372. </Platform>
  373. <Platform Name="Android64">
  374. <RemoteDir>res\drawable-ldpi</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="Android_LauncherIcon48">
  379. <Platform Name="Android">
  380. <RemoteDir>res\drawable-mdpi</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="Android64">
  384. <RemoteDir>res\drawable-mdpi</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="Android_LauncherIcon72">
  389. <Platform Name="Android">
  390. <RemoteDir>res\drawable-hdpi</RemoteDir>
  391. <Operation>1</Operation>
  392. </Platform>
  393. <Platform Name="Android64">
  394. <RemoteDir>res\drawable-hdpi</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. </DeployClass>
  398. <DeployClass Name="Android_LauncherIcon96">
  399. <Platform Name="Android">
  400. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  401. <Operation>1</Operation>
  402. </Platform>
  403. <Platform Name="Android64">
  404. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="Android_NotificationIcon24">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable-mdpi</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="Android64">
  414. <RemoteDir>res\drawable-mdpi</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="Android_NotificationIcon36">
  419. <Platform Name="Android">
  420. <RemoteDir>res\drawable-hdpi</RemoteDir>
  421. <Operation>1</Operation>
  422. </Platform>
  423. <Platform Name="Android64">
  424. <RemoteDir>res\drawable-hdpi</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="Android_NotificationIcon48">
  429. <Platform Name="Android">
  430. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. <Platform Name="Android64">
  434. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="Android_NotificationIcon72">
  439. <Platform Name="Android">
  440. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. <Platform Name="Android64">
  444. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. </DeployClass>
  448. <DeployClass Name="Android_NotificationIcon96">
  449. <Platform Name="Android">
  450. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  451. <Operation>1</Operation>
  452. </Platform>
  453. <Platform Name="Android64">
  454. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="Android_SplashImage426">
  459. <Platform Name="Android">
  460. <RemoteDir>res\drawable-small</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. <Platform Name="Android64">
  464. <RemoteDir>res\drawable-small</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_SplashImage470">
  469. <Platform Name="Android">
  470. <RemoteDir>res\drawable-normal</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="Android64">
  474. <RemoteDir>res\drawable-normal</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. </DeployClass>
  478. <DeployClass Name="Android_SplashImage640">
  479. <Platform Name="Android">
  480. <RemoteDir>res\drawable-large</RemoteDir>
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="Android64">
  484. <RemoteDir>res\drawable-large</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="Android_SplashImage960">
  489. <Platform Name="Android">
  490. <RemoteDir>res\drawable-xlarge</RemoteDir>
  491. <Operation>1</Operation>
  492. </Platform>
  493. <Platform Name="Android64">
  494. <RemoteDir>res\drawable-xlarge</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="Android_Strings">
  499. <Platform Name="Android">
  500. <RemoteDir>res\values</RemoteDir>
  501. <Operation>1</Operation>
  502. </Platform>
  503. <Platform Name="Android64">
  504. <RemoteDir>res\values</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. </DeployClass>
  508. <DeployClass Name="Android_VectorizedNotificationIcon">
  509. <Platform Name="Android">
  510. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="Android64">
  514. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="Android_VectorizedSplash">
  519. <Platform Name="Android">
  520. <RemoteDir>res\drawable</RemoteDir>
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="Android64">
  524. <RemoteDir>res\drawable</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="Android_VectorizedSplashDark">
  529. <Platform Name="Android">
  530. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="Android64">
  534. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Name="Android_VectorizedSplashV31">
  539. <Platform Name="Android">
  540. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="Android64">
  544. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. </DeployClass>
  548. <DeployClass Name="Android_VectorizedSplashV31Dark">
  549. <Platform Name="Android">
  550. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  551. <Operation>1</Operation>
  552. </Platform>
  553. <Platform Name="Android64">
  554. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="DebugSymbols">
  559. <Platform Name="iOSSimulator">
  560. <Operation>1</Operation>
  561. </Platform>
  562. <Platform Name="OSX32">
  563. <RemoteDir>Contents\MacOS</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="Win32">
  567. <Operation>0</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="DependencyFramework">
  571. <Platform Name="OSX32">
  572. <RemoteDir>Contents\MacOS</RemoteDir>
  573. <Operation>1</Operation>
  574. <Extensions>.framework</Extensions>
  575. </Platform>
  576. <Platform Name="OSX64">
  577. <RemoteDir>Contents\MacOS</RemoteDir>
  578. <Operation>1</Operation>
  579. <Extensions>.framework</Extensions>
  580. </Platform>
  581. <Platform Name="OSXARM64">
  582. <RemoteDir>Contents\MacOS</RemoteDir>
  583. <Operation>1</Operation>
  584. <Extensions>.framework</Extensions>
  585. </Platform>
  586. <Platform Name="Win32">
  587. <Operation>0</Operation>
  588. </Platform>
  589. </DeployClass>
  590. <DeployClass Name="DependencyModule">
  591. <Platform Name="iOSDevice32">
  592. <Operation>1</Operation>
  593. <Extensions>.dylib</Extensions>
  594. </Platform>
  595. <Platform Name="iOSDevice64">
  596. <Operation>1</Operation>
  597. <Extensions>.dylib</Extensions>
  598. </Platform>
  599. <Platform Name="iOSSimARM64">
  600. <Operation>1</Operation>
  601. <Extensions>.dylib</Extensions>
  602. </Platform>
  603. <Platform Name="OSX32">
  604. <RemoteDir>Contents\MacOS</RemoteDir>
  605. <Operation>1</Operation>
  606. <Extensions>.dylib</Extensions>
  607. </Platform>
  608. <Platform Name="OSX64">
  609. <RemoteDir>Contents\MacOS</RemoteDir>
  610. <Operation>1</Operation>
  611. <Extensions>.dylib</Extensions>
  612. </Platform>
  613. <Platform Name="OSXARM64">
  614. <RemoteDir>Contents\MacOS</RemoteDir>
  615. <Operation>1</Operation>
  616. <Extensions>.dylib</Extensions>
  617. </Platform>
  618. <Platform Name="Win32">
  619. <Operation>0</Operation>
  620. <Extensions>.dll;.bpl</Extensions>
  621. </Platform>
  622. </DeployClass>
  623. <DeployClass Required="true" Name="DependencyPackage">
  624. <Platform Name="iOSDevice32">
  625. <Operation>1</Operation>
  626. <Extensions>.dylib</Extensions>
  627. </Platform>
  628. <Platform Name="iOSDevice64">
  629. <Operation>1</Operation>
  630. <Extensions>.dylib</Extensions>
  631. </Platform>
  632. <Platform Name="iOSSimARM64">
  633. <Operation>1</Operation>
  634. <Extensions>.dylib</Extensions>
  635. </Platform>
  636. <Platform Name="OSX32">
  637. <RemoteDir>Contents\MacOS</RemoteDir>
  638. <Operation>1</Operation>
  639. <Extensions>.dylib</Extensions>
  640. </Platform>
  641. <Platform Name="OSX64">
  642. <RemoteDir>Contents\MacOS</RemoteDir>
  643. <Operation>1</Operation>
  644. <Extensions>.dylib</Extensions>
  645. </Platform>
  646. <Platform Name="OSXARM64">
  647. <RemoteDir>Contents\MacOS</RemoteDir>
  648. <Operation>1</Operation>
  649. <Extensions>.dylib</Extensions>
  650. </Platform>
  651. <Platform Name="Win32">
  652. <Operation>0</Operation>
  653. <Extensions>.bpl</Extensions>
  654. </Platform>
  655. </DeployClass>
  656. <DeployClass Name="File">
  657. <Platform Name="Android">
  658. <Operation>0</Operation>
  659. </Platform>
  660. <Platform Name="Android64">
  661. <Operation>0</Operation>
  662. </Platform>
  663. <Platform Name="iOSDevice32">
  664. <Operation>0</Operation>
  665. </Platform>
  666. <Platform Name="iOSDevice64">
  667. <Operation>0</Operation>
  668. </Platform>
  669. <Platform Name="iOSSimARM64">
  670. <Operation>0</Operation>
  671. </Platform>
  672. <Platform Name="OSX32">
  673. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  674. <Operation>0</Operation>
  675. </Platform>
  676. <Platform Name="OSX64">
  677. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  678. <Operation>0</Operation>
  679. </Platform>
  680. <Platform Name="OSXARM64">
  681. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  682. <Operation>0</Operation>
  683. </Platform>
  684. <Platform Name="Win32">
  685. <Operation>0</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="ProjectAndroidManifest">
  689. <Platform Name="Android">
  690. <Operation>1</Operation>
  691. </Platform>
  692. <Platform Name="Android64">
  693. <Operation>1</Operation>
  694. </Platform>
  695. </DeployClass>
  696. <DeployClass Name="ProjectOSXDebug">
  697. <Platform Name="OSX64">
  698. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  699. <Operation>1</Operation>
  700. </Platform>
  701. <Platform Name="OSXARM64">
  702. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  703. <Operation>1</Operation>
  704. </Platform>
  705. </DeployClass>
  706. <DeployClass Name="ProjectOSXEntitlements">
  707. <Platform Name="OSX32">
  708. <RemoteDir>..\</RemoteDir>
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="OSX64">
  712. <RemoteDir>..\</RemoteDir>
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="OSXARM64">
  716. <RemoteDir>..\</RemoteDir>
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="ProjectOSXInfoPList">
  721. <Platform Name="OSX32">
  722. <RemoteDir>Contents</RemoteDir>
  723. <Operation>1</Operation>
  724. </Platform>
  725. <Platform Name="OSX64">
  726. <RemoteDir>Contents</RemoteDir>
  727. <Operation>1</Operation>
  728. </Platform>
  729. <Platform Name="OSXARM64">
  730. <RemoteDir>Contents</RemoteDir>
  731. <Operation>1</Operation>
  732. </Platform>
  733. </DeployClass>
  734. <DeployClass Name="ProjectOSXResource">
  735. <Platform Name="OSX32">
  736. <RemoteDir>Contents\Resources</RemoteDir>
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="OSX64">
  740. <RemoteDir>Contents\Resources</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="OSXARM64">
  744. <RemoteDir>Contents\Resources</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Required="true" Name="ProjectOutput">
  749. <Platform Name="Android">
  750. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="Android64">
  754. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSDevice32">
  758. <Operation>1</Operation>
  759. </Platform>
  760. <Platform Name="iOSDevice64">
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSSimARM64">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="Linux64">
  767. <Operation>1</Operation>
  768. </Platform>
  769. <Platform Name="OSX32">
  770. <RemoteDir>Contents\MacOS</RemoteDir>
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="OSX64">
  774. <RemoteDir>Contents\MacOS</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="OSXARM64">
  778. <RemoteDir>Contents\MacOS</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="Win32">
  782. <Operation>0</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="ProjectOutput_Android32">
  786. <Platform Name="Android64">
  787. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  788. <Operation>1</Operation>
  789. </Platform>
  790. </DeployClass>
  791. <DeployClass Name="ProjectUWPManifest">
  792. <Platform Name="Win32">
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="Win64">
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="Win64x">
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="ProjectiOSDeviceDebug">
  803. <Platform Name="iOSDevice32">
  804. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSDevice64">
  808. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="iOSSimARM64">
  812. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  813. <Operation>1</Operation>
  814. </Platform>
  815. </DeployClass>
  816. <DeployClass Name="ProjectiOSEntitlements">
  817. <Platform Name="iOSDevice32">
  818. <RemoteDir>..\</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSDevice64">
  822. <RemoteDir>..\</RemoteDir>
  823. <Operation>1</Operation>
  824. </Platform>
  825. <Platform Name="iOSSimARM64">
  826. <RemoteDir>..\</RemoteDir>
  827. <Operation>1</Operation>
  828. </Platform>
  829. </DeployClass>
  830. <DeployClass Name="ProjectiOSInfoPList">
  831. <Platform Name="iOSDevice32">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="iOSDevice64">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSSimARM64">
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="ProjectiOSLaunchScreen">
  842. <Platform Name="iOSDevice64">
  843. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  844. <Operation>64</Operation>
  845. </Platform>
  846. <Platform Name="iOSSimARM64">
  847. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  848. <Operation>64</Operation>
  849. </Platform>
  850. </DeployClass>
  851. <DeployClass Name="ProjectiOSResource">
  852. <Platform Name="iOSDevice32">
  853. <Operation>1</Operation>
  854. </Platform>
  855. <Platform Name="iOSDevice64">
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="iOSSimARM64">
  859. <Operation>1</Operation>
  860. </Platform>
  861. </DeployClass>
  862. <DeployClass Name="UWP_DelphiLogo150">
  863. <Platform Name="Win32">
  864. <RemoteDir>Assets</RemoteDir>
  865. <Operation>1</Operation>
  866. </Platform>
  867. <Platform Name="Win64">
  868. <RemoteDir>Assets</RemoteDir>
  869. <Operation>1</Operation>
  870. </Platform>
  871. </DeployClass>
  872. <DeployClass Name="UWP_DelphiLogo44">
  873. <Platform Name="Win32">
  874. <RemoteDir>Assets</RemoteDir>
  875. <Operation>1</Operation>
  876. </Platform>
  877. <Platform Name="Win64">
  878. <RemoteDir>Assets</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. </DeployClass>
  882. <DeployClass Name="iOS_AppStore1024">
  883. <Platform Name="iOSDevice64">
  884. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="iOSSimARM64">
  888. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="iPad_AppIcon152">
  893. <Platform Name="iOSDevice64">
  894. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="iOSSimARM64">
  898. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. </DeployClass>
  902. <DeployClass Name="iPad_AppIcon167">
  903. <Platform Name="iOSDevice64">
  904. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="iOSSimARM64">
  908. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. </DeployClass>
  912. <DeployClass Name="iPad_Launch2x">
  913. <Platform Name="iOSDevice64">
  914. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  915. <Operation>1</Operation>
  916. </Platform>
  917. <Platform Name="iOSSimARM64">
  918. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. </DeployClass>
  922. <DeployClass Name="iPad_LaunchDark2x">
  923. <Platform Name="iOSDevice64">
  924. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  925. <Operation>1</Operation>
  926. </Platform>
  927. <Platform Name="iOSSimARM64">
  928. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  929. <Operation>1</Operation>
  930. </Platform>
  931. </DeployClass>
  932. <DeployClass Name="iPad_Notification40">
  933. <Platform Name="iOSDevice64">
  934. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  935. <Operation>1</Operation>
  936. </Platform>
  937. <Platform Name="iOSSimARM64">
  938. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. </DeployClass>
  942. <DeployClass Name="iPad_Setting58">
  943. <Platform Name="iOSDevice64">
  944. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="iOSSimARM64">
  948. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. </DeployClass>
  952. <DeployClass Name="iPad_SpotLight80">
  953. <Platform Name="iOSDevice64">
  954. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="iOSSimARM64">
  958. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Name="iPhone_AppIcon120">
  963. <Platform Name="iOSDevice64">
  964. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  965. <Operation>1</Operation>
  966. </Platform>
  967. <Platform Name="iOSSimARM64">
  968. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. </DeployClass>
  972. <DeployClass Name="iPhone_AppIcon180">
  973. <Platform Name="iOSDevice64">
  974. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="iOSSimARM64">
  978. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. </DeployClass>
  982. <DeployClass Name="iPhone_Launch2x">
  983. <Platform Name="iOSDevice64">
  984. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSSimARM64">
  988. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  989. <Operation>1</Operation>
  990. </Platform>
  991. </DeployClass>
  992. <DeployClass Name="iPhone_Launch3x">
  993. <Platform Name="iOSDevice64">
  994. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="iOSSimARM64">
  998. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. </DeployClass>
  1002. <DeployClass Name="iPhone_LaunchDark2x">
  1003. <Platform Name="iOSDevice64">
  1004. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. <Platform Name="iOSSimARM64">
  1008. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. </DeployClass>
  1012. <DeployClass Name="iPhone_LaunchDark3x">
  1013. <Platform Name="iOSDevice64">
  1014. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSSimARM64">
  1018. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. </DeployClass>
  1022. <DeployClass Name="iPhone_Notification40">
  1023. <Platform Name="iOSDevice64">
  1024. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1025. <Operation>1</Operation>
  1026. </Platform>
  1027. <Platform Name="iOSSimARM64">
  1028. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. </DeployClass>
  1032. <DeployClass Name="iPhone_Notification60">
  1033. <Platform Name="iOSDevice64">
  1034. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSSimARM64">
  1038. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. </DeployClass>
  1042. <DeployClass Name="iPhone_Setting58">
  1043. <Platform Name="iOSDevice64">
  1044. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1045. <Operation>1</Operation>
  1046. </Platform>
  1047. <Platform Name="iOSSimARM64">
  1048. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. </DeployClass>
  1052. <DeployClass Name="iPhone_Setting87">
  1053. <Platform Name="iOSDevice64">
  1054. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. <Platform Name="iOSSimARM64">
  1058. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. </DeployClass>
  1062. <DeployClass Name="iPhone_Spotlight120">
  1063. <Platform Name="iOSDevice64">
  1064. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="iOSSimARM64">
  1068. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="iPhone_Spotlight80">
  1073. <Platform Name="iOSDevice64">
  1074. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="iOSSimARM64">
  1078. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. </DeployClass>
  1082. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1083. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1084. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1085. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1086. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1087. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1088. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1089. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1090. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1091. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1092. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1093. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1094. </Deployment>
  1095. <Platforms>
  1096. <Platform value="Win32">True</Platform>
  1097. <Platform value="Win64">False</Platform>
  1098. </Platforms>
  1099. </BorlandProject>
  1100. <ProjectFileVersion>12</ProjectFileVersion>
  1101. </ProjectExtensions>
  1102. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1103. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1104. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1105. </Project>