GLScene_SDL_rt.dproj 59 KB

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