SharpenConvolution.dproj 61 KB

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