TransparentForm.dproj 61 KB

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