FastFourierD.dproj 61 KB

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