MovementsD.dproj 59 KB

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