2
0

OptimizedRepaint.dproj 59 KB

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