FPSMovementD.dproj 61 KB

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