GLScene_Sounds_RT.dproj 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{955E4CF0-C856-4D8D-90BA-CFD08D80559C}</ProjectGuid>
  4. <MainSource>GLScene_Sounds_RT.dpk</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>3</TargetedPlatforms>
  8. <AppType>Package</AppType>
  9. <FrameworkType>VCL</FrameworkType>
  10. <ProjectVersion>19.0</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. <DCC_ObjOutput>..\lib\</DCC_ObjOutput>
  62. <DCC_HppOutput>..\include\</DCC_HppOutput>
  63. <DCC_BpiOutput>..\lib\</DCC_BpiOutput>
  64. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  65. <DCC_S>false</DCC_S>
  66. <GenDll>true</GenDll>
  67. <DCC_K>false</DCC_K>
  68. <DCC_F>false</DCC_F>
  69. <VerInfo_Locale>1049</VerInfo_Locale>
  70. <GenPackage>true</GenPackage>
  71. <SanitizedProjectName>GLScene_Sounds_RT</SanitizedProjectName>
  72. <DCC_N>false</DCC_N>
  73. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  74. <DCC_E>false</DCC_E>
  75. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
  76. <DCC_Description>GLScene FMOD Manager</DCC_Description>
  77. <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
  78. <DCC_ImageBase>00400000</DCC_ImageBase>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  81. <DCC_Description>GLScene Sound Managers</DCC_Description>
  82. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  85. <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>
  86. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  87. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  88. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  89. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  92. <DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  93. <BT_BuildType>Debug</BT_BuildType>
  94. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  95. <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>
  96. <VerInfo_Locale>1033</VerInfo_Locale>
  97. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  98. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  99. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  100. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  103. <DCC_DebugInformation>0</DCC_DebugInformation>
  104. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  105. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  106. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  107. </PropertyGroup>
  108. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  109. <VerInfo_Locale>1033</VerInfo_Locale>
  110. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  111. <DCC_Description>GLScene Sound Managers</DCC_Description>
  112. <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>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  115. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  116. <VerInfo_Locale>1033</VerInfo_Locale>
  117. <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>
  118. </PropertyGroup>
  119. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  120. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  121. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  122. <DCC_Optimize>false</DCC_Optimize>
  123. </PropertyGroup>
  124. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  125. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  126. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  127. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  128. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  129. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  130. <VerInfo_Locale>1033</VerInfo_Locale>
  131. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  132. <DCC_Description>GLScene Sound Managers</DCC_Description>
  133. <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>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  136. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  137. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  138. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  139. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  140. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  141. <VerInfo_Locale>1033</VerInfo_Locale>
  142. <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>
  143. </PropertyGroup>
  144. <ItemGroup>
  145. <DelphiCompile Include="$(MainSource)">
  146. <MainSource>MainSource</MainSource>
  147. </DelphiCompile>
  148. <DCCReference Include="vcl.dcp"/>
  149. <DCCReference Include="rtl.dcp"/>
  150. <DCCReference Include="GLScene_RT.dcp"/>
  151. <DCCReference Include="..\Source\Import.FMOD.pas"/>
  152. <DCCReference Include="..\Source\Import.FMODpresets.pas"/>
  153. <DCCReference Include="..\Source\Import.FMODtypes.pas"/>
  154. <DCCReference Include="..\Source\Import.FMODerrors.pas"/>
  155. <DCCReference Include="..\Source\Import.OpenAL.pas"/>
  156. <DCCReference Include="..\Source\GLSM.BASS.pas"/>
  157. <DCCReference Include="..\Source\GLSM.FMOD.pas"/>
  158. <DCCReference Include="..\Source\GLSM.OpenAL.pas"/>
  159. <DCCReference Include="..\Source\GLSM.WaveOut.pas"/>
  160. <DCCReference Include="..\Source\Import.BASS.pas"/>
  161. <BuildConfiguration Include="Debug">
  162. <Key>Cfg_2</Key>
  163. <CfgParent>Base</CfgParent>
  164. </BuildConfiguration>
  165. <BuildConfiguration Include="Base">
  166. <Key>Base</Key>
  167. </BuildConfiguration>
  168. <BuildConfiguration Include="Release">
  169. <Key>Cfg_1</Key>
  170. <CfgParent>Base</CfgParent>
  171. </BuildConfiguration>
  172. </ItemGroup>
  173. <ProjectExtensions>
  174. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  175. <Borland.ProjectType>Package</Borland.ProjectType>
  176. <BorlandProject>
  177. <Delphi.Personality>
  178. <Source>
  179. <Source Name="MainSource">GLScene_Sounds_RT.dpk</Source>
  180. </Source>
  181. <Excluded_Packages>
  182. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  183. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  184. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  185. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  186. </Excluded_Packages>
  187. </Delphi.Personality>
  188. <Platforms>
  189. <Platform value="Win32">True</Platform>
  190. <Platform value="Win64">True</Platform>
  191. </Platforms>
  192. <Deployment Version="3">
  193. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GLScene_Sounds_RT.bpl" Configuration="Debug" Class="ProjectOutput">
  194. <Platform Name="Win32">
  195. <RemoteName>GLScene_Sounds_RT.bpl</RemoteName>
  196. <Overwrite>true</Overwrite>
  197. </Platform>
  198. </DeployFile>
  199. <DeployClass Name="AdditionalDebugSymbols">
  200. <Platform Name="OSX32">
  201. <Operation>1</Operation>
  202. </Platform>
  203. <Platform Name="Win32">
  204. <Operation>0</Operation>
  205. </Platform>
  206. </DeployClass>
  207. <DeployClass Name="AndroidClassesDexFile">
  208. <Platform Name="Android">
  209. <RemoteDir>classes</RemoteDir>
  210. <Operation>1</Operation>
  211. </Platform>
  212. </DeployClass>
  213. <DeployClass Name="AndroidFileProvider">
  214. <Platform Name="Android">
  215. <RemoteDir>res\xml</RemoteDir>
  216. <Operation>1</Operation>
  217. </Platform>
  218. </DeployClass>
  219. <DeployClass Name="AndroidGDBServer">
  220. <Platform Name="Android">
  221. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  222. <Operation>1</Operation>
  223. </Platform>
  224. </DeployClass>
  225. <DeployClass Name="AndroidLibnativeArmeabiFile">
  226. <Platform Name="Android">
  227. <RemoteDir>library\lib\armeabi</RemoteDir>
  228. <Operation>1</Operation>
  229. </Platform>
  230. </DeployClass>
  231. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  232. <Platform Name="Android64">
  233. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  234. <Operation>1</Operation>
  235. </Platform>
  236. </DeployClass>
  237. <DeployClass Name="AndroidLibnativeMipsFile">
  238. <Platform Name="Android">
  239. <RemoteDir>library\lib\mips</RemoteDir>
  240. <Operation>1</Operation>
  241. </Platform>
  242. </DeployClass>
  243. <DeployClass Name="AndroidLibnativeX86File"/>
  244. <DeployClass Name="AndroidServiceOutput">
  245. <Platform Name="Android">
  246. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidServiceOutput_Android32">
  251. <Platform Name="Android64">
  252. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Name="AndroidSplashImageDef">
  257. <Platform Name="Android">
  258. <RemoteDir>res\drawable</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="AndroidSplashStyles">
  263. <Platform Name="Android">
  264. <RemoteDir>res\values</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. </DeployClass>
  268. <DeployClass Name="AndroidSplashStylesV21">
  269. <Platform Name="Android">
  270. <RemoteDir>res\values-v21</RemoteDir>
  271. <Operation>1</Operation>
  272. </Platform>
  273. </DeployClass>
  274. <DeployClass Name="Android_Colors">
  275. <Platform Name="Android">
  276. <RemoteDir>res\values</RemoteDir>
  277. <Operation>1</Operation>
  278. </Platform>
  279. </DeployClass>
  280. <DeployClass Name="Android_DefaultAppIcon">
  281. <Platform Name="Android">
  282. <RemoteDir>res\drawable</RemoteDir>
  283. <Operation>1</Operation>
  284. </Platform>
  285. </DeployClass>
  286. <DeployClass Name="Android_LauncherIcon144">
  287. <Platform Name="Android">
  288. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="Android_LauncherIcon36">
  293. <Platform Name="Android">
  294. <RemoteDir>res\drawable-ldpi</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="Android_LauncherIcon48">
  299. <Platform Name="Android">
  300. <RemoteDir>res\drawable-mdpi</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="Android_LauncherIcon72">
  305. <Platform Name="Android">
  306. <RemoteDir>res\drawable-hdpi</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="Android_LauncherIcon96">
  311. <Platform Name="Android">
  312. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="Android_NotificationIcon24">
  317. <Platform Name="Android">
  318. <RemoteDir>res\drawable-mdpi</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="Android_NotificationIcon36">
  323. <Platform Name="Android">
  324. <RemoteDir>res\drawable-hdpi</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="Android_NotificationIcon48">
  329. <Platform Name="Android">
  330. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="Android_NotificationIcon72">
  335. <Platform Name="Android">
  336. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="Android_NotificationIcon96">
  341. <Platform Name="Android">
  342. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="Android_SplashImage426">
  347. <Platform Name="Android">
  348. <RemoteDir>res\drawable-small</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="Android_SplashImage470">
  353. <Platform Name="Android">
  354. <RemoteDir>res\drawable-normal</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="Android_SplashImage640">
  359. <Platform Name="Android">
  360. <RemoteDir>res\drawable-large</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="Android_SplashImage960">
  365. <Platform Name="Android">
  366. <RemoteDir>res\drawable-xlarge</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="Android_Strings">
  371. <Platform Name="Android">
  372. <RemoteDir>res\values</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="DebugSymbols">
  377. <Platform Name="iOSSimulator">
  378. <Operation>1</Operation>
  379. </Platform>
  380. <Platform Name="OSX32">
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="Win32">
  384. <Operation>0</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="DependencyFramework">
  388. <Platform Name="OSX32">
  389. <Operation>1</Operation>
  390. <Extensions>.framework</Extensions>
  391. </Platform>
  392. <Platform Name="OSX64">
  393. <Operation>1</Operation>
  394. <Extensions>.framework</Extensions>
  395. </Platform>
  396. <Platform Name="Win32">
  397. <Operation>0</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="DependencyModule">
  401. <Platform Name="OSX32">
  402. <Operation>1</Operation>
  403. <Extensions>.dylib</Extensions>
  404. </Platform>
  405. <Platform Name="OSX64">
  406. <Operation>1</Operation>
  407. <Extensions>.dylib</Extensions>
  408. </Platform>
  409. <Platform Name="Win32">
  410. <Operation>0</Operation>
  411. <Extensions>.dll;.bpl</Extensions>
  412. </Platform>
  413. </DeployClass>
  414. <DeployClass Required="true" Name="DependencyPackage">
  415. <Platform Name="iOSDevice32">
  416. <Operation>1</Operation>
  417. <Extensions>.dylib</Extensions>
  418. </Platform>
  419. <Platform Name="iOSDevice64">
  420. <Operation>1</Operation>
  421. <Extensions>.dylib</Extensions>
  422. </Platform>
  423. <Platform Name="iOSSimulator">
  424. <Operation>1</Operation>
  425. <Extensions>.dylib</Extensions>
  426. </Platform>
  427. <Platform Name="OSX32">
  428. <Operation>1</Operation>
  429. <Extensions>.dylib</Extensions>
  430. </Platform>
  431. <Platform Name="OSX64">
  432. <Operation>1</Operation>
  433. <Extensions>.dylib</Extensions>
  434. </Platform>
  435. <Platform Name="Win32">
  436. <Operation>0</Operation>
  437. <Extensions>.bpl</Extensions>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="File">
  441. <Platform Name="Android">
  442. <Operation>0</Operation>
  443. </Platform>
  444. <Platform Name="iOSDevice32">
  445. <Operation>0</Operation>
  446. </Platform>
  447. <Platform Name="iOSDevice64">
  448. <Operation>0</Operation>
  449. </Platform>
  450. <Platform Name="iOSSimulator">
  451. <Operation>0</Operation>
  452. </Platform>
  453. <Platform Name="OSX32">
  454. <Operation>0</Operation>
  455. </Platform>
  456. <Platform Name="OSX64">
  457. <Operation>0</Operation>
  458. </Platform>
  459. <Platform Name="Win32">
  460. <Operation>0</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="iPad_Launch1024">
  464. <Platform Name="iOSDevice32">
  465. <Operation>1</Operation>
  466. </Platform>
  467. <Platform Name="iOSDevice64">
  468. <Operation>1</Operation>
  469. </Platform>
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="iPad_Launch1024x768">
  475. <Platform Name="iOSDevice32">
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="iOSDevice64">
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="iOSSimulator">
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="iPad_Launch1536">
  486. <Platform Name="iOSDevice32">
  487. <Operation>1</Operation>
  488. </Platform>
  489. <Platform Name="iOSDevice64">
  490. <Operation>1</Operation>
  491. </Platform>
  492. <Platform Name="iOSSimulator">
  493. <Operation>1</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="iPad_Launch1536x2048">
  497. <Platform Name="iOSDevice32">
  498. <Operation>1</Operation>
  499. </Platform>
  500. <Platform Name="iOSDevice64">
  501. <Operation>1</Operation>
  502. </Platform>
  503. <Platform Name="iOSSimulator">
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="iPad_Launch1668">
  508. <Platform Name="iOSDevice32">
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="iOSDevice64">
  512. <Operation>1</Operation>
  513. </Platform>
  514. <Platform Name="iOSSimulator">
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="iPad_Launch1668x2388">
  519. <Platform Name="iOSDevice32">
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="iOSDevice64">
  523. <Operation>1</Operation>
  524. </Platform>
  525. <Platform Name="iOSSimulator">
  526. <Operation>1</Operation>
  527. </Platform>
  528. </DeployClass>
  529. <DeployClass Name="iPad_Launch2048">
  530. <Platform Name="iOSDevice32">
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="iOSDevice64">
  534. <Operation>1</Operation>
  535. </Platform>
  536. <Platform Name="iOSSimulator">
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="iPad_Launch2048x1536">
  541. <Platform Name="iOSDevice32">
  542. <Operation>1</Operation>
  543. </Platform>
  544. <Platform Name="iOSDevice64">
  545. <Operation>1</Operation>
  546. </Platform>
  547. <Platform Name="iOSSimulator">
  548. <Operation>1</Operation>
  549. </Platform>
  550. </DeployClass>
  551. <DeployClass Name="iPad_Launch2048x2732">
  552. <Platform Name="iOSDevice32">
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="iOSDevice64">
  556. <Operation>1</Operation>
  557. </Platform>
  558. <Platform Name="iOSSimulator">
  559. <Operation>1</Operation>
  560. </Platform>
  561. </DeployClass>
  562. <DeployClass Name="iPad_Launch2224">
  563. <Platform Name="iOSDevice32">
  564. <Operation>1</Operation>
  565. </Platform>
  566. <Platform Name="iOSDevice64">
  567. <Operation>1</Operation>
  568. </Platform>
  569. <Platform Name="iOSSimulator">
  570. <Operation>1</Operation>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Name="iPad_Launch2388x1668">
  574. <Platform Name="iOSDevice32">
  575. <Operation>1</Operation>
  576. </Platform>
  577. <Platform Name="iOSDevice64">
  578. <Operation>1</Operation>
  579. </Platform>
  580. <Platform Name="iOSSimulator">
  581. <Operation>1</Operation>
  582. </Platform>
  583. </DeployClass>
  584. <DeployClass Name="iPad_Launch2732x2048">
  585. <Platform Name="iOSDevice32">
  586. <Operation>1</Operation>
  587. </Platform>
  588. <Platform Name="iOSDevice64">
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="iOSSimulator">
  592. <Operation>1</Operation>
  593. </Platform>
  594. </DeployClass>
  595. <DeployClass Name="iPad_Launch2x">
  596. <Platform Name="iOSDevice64">
  597. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  598. <Operation>1</Operation>
  599. </Platform>
  600. <Platform Name="iOSSimulator">
  601. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="iPad_Launch768">
  606. <Platform Name="iOSDevice32">
  607. <Operation>1</Operation>
  608. </Platform>
  609. <Platform Name="iOSDevice64">
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>1</Operation>
  614. </Platform>
  615. </DeployClass>
  616. <DeployClass Name="iPad_Launch768x1024">
  617. <Platform Name="iOSDevice32">
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSDevice64">
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSSimulator">
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="iPad_LaunchDark2x">
  628. <Platform Name="iOSDevice64">
  629. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="iOSSimulator">
  633. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="iPhone_Launch1125">
  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="iPhone_Launch1136x640">
  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="iPhone_Launch1242">
  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="iPhone_Launch1242x2688">
  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="iPhone_Launch1334">
  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="iPhone_Launch1792">
  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="iPhone_Launch2208">
  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="iPhone_Launch2436">
  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="iPhone_Launch2688x1242">
  726. <Platform Name="iOSDevice32">
  727. <Operation>1</Operation>
  728. </Platform>
  729. <Platform Name="iOSDevice64">
  730. <Operation>1</Operation>
  731. </Platform>
  732. <Platform Name="iOSSimulator">
  733. <Operation>1</Operation>
  734. </Platform>
  735. </DeployClass>
  736. <DeployClass Name="iPhone_Launch2x">
  737. <Platform Name="iOSDevice64">
  738. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="iOSSimulator">
  742. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  743. <Operation>1</Operation>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Name="iPhone_Launch320">
  747. <Platform Name="iOSDevice32">
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSDevice64">
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSSimulator">
  754. <Operation>1</Operation>
  755. </Platform>
  756. </DeployClass>
  757. <DeployClass Name="iPhone_Launch3x">
  758. <Platform Name="iOSDevice64">
  759. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSSimulator">
  763. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. </DeployClass>
  767. <DeployClass Name="iPhone_Launch640">
  768. <Platform Name="iOSDevice32">
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="iOSDevice64">
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSSimulator">
  775. <Operation>1</Operation>
  776. </Platform>
  777. </DeployClass>
  778. <DeployClass Name="iPhone_Launch640x1136">
  779. <Platform Name="iOSDevice32">
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="iOSDevice64">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSSimulator">
  786. <Operation>1</Operation>
  787. </Platform>
  788. </DeployClass>
  789. <DeployClass Name="iPhone_Launch750">
  790. <Platform Name="iOSDevice32">
  791. <Operation>1</Operation>
  792. </Platform>
  793. <Platform Name="iOSDevice64">
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="iOSSimulator">
  797. <Operation>1</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="iPhone_Launch828">
  801. <Platform Name="iOSDevice32">
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSDevice64">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iPhone_LaunchDark2x">
  812. <Platform Name="iOSDevice64">
  813. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  814. <Operation>1</Operation>
  815. </Platform>
  816. <Platform Name="iOSSimulator">
  817. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. </DeployClass>
  821. <DeployClass Name="iPhone_LaunchDark3x">
  822. <Platform Name="iOSDevice64">
  823. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. </DeployClass>
  831. <DeployClass Name="ProjectAndroidManifest">
  832. <Platform Name="Android">
  833. <Operation>1</Operation>
  834. </Platform>
  835. </DeployClass>
  836. <DeployClass Name="ProjectiOSDeviceDebug">
  837. <Platform Name="iOSDevice32">
  838. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSDevice64">
  842. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  843. <Operation>1</Operation>
  844. </Platform>
  845. </DeployClass>
  846. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  847. <DeployClass Name="ProjectiOSEntitlements"/>
  848. <DeployClass Name="ProjectiOSInfoPList"/>
  849. <DeployClass Name="ProjectiOSLaunchScreen"/>
  850. <DeployClass Name="ProjectiOSResource">
  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="ProjectOSXDebug"/>
  862. <DeployClass Name="ProjectOSXEntitlements"/>
  863. <DeployClass Name="ProjectOSXInfoPList"/>
  864. <DeployClass Name="ProjectOSXResource">
  865. <Platform Name="OSX32">
  866. <RemoteDir>Contents\Resources</RemoteDir>
  867. <Operation>1</Operation>
  868. </Platform>
  869. <Platform Name="OSX64">
  870. <RemoteDir>Contents\Resources</RemoteDir>
  871. <Operation>1</Operation>
  872. </Platform>
  873. </DeployClass>
  874. <DeployClass Required="true" Name="ProjectOutput">
  875. <Platform Name="Android">
  876. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSDevice32">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="iOSDevice64">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="iOSSimulator">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="Linux64">
  889. <Operation>1</Operation>
  890. </Platform>
  891. <Platform Name="OSX32">
  892. <Operation>1</Operation>
  893. </Platform>
  894. <Platform Name="OSX64">
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="Win32">
  898. <Operation>0</Operation>
  899. </Platform>
  900. </DeployClass>
  901. <DeployClass Name="ProjectOutput_Android32">
  902. <Platform Name="Android64">
  903. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  904. <Operation>1</Operation>
  905. </Platform>
  906. </DeployClass>
  907. <DeployClass Name="ProjectUWPManifest">
  908. <Platform Name="Win32">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="Win64">
  912. <Operation>1</Operation>
  913. </Platform>
  914. </DeployClass>
  915. <DeployClass Name="UWP_DelphiLogo150">
  916. <Platform Name="Win32">
  917. <RemoteDir>Assets</RemoteDir>
  918. <Operation>1</Operation>
  919. </Platform>
  920. <Platform Name="Win64">
  921. <RemoteDir>Assets</RemoteDir>
  922. <Operation>1</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="UWP_DelphiLogo44">
  926. <Platform Name="Win32">
  927. <RemoteDir>Assets</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. <Platform Name="Win64">
  931. <RemoteDir>Assets</RemoteDir>
  932. <Operation>1</Operation>
  933. </Platform>
  934. </DeployClass>
  935. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  936. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  937. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  938. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  939. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  940. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  941. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  942. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  943. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  944. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  945. </Deployment>
  946. </BorlandProject>
  947. <ProjectFileVersion>12</ProjectFileVersion>
  948. </ProjectExtensions>
  949. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  950. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  951. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  952. </Project>