GLScene_SDL_RT.dproj 45 KB

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