PointsD.dproj 60 KB

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