GLScene_RT.dproj 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{8DE06D53-7186-4875-987A-B04D031ECE56}</ProjectGuid>
  4. <MainSource>GLScene_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_CBuilderOutput>All</DCC_CBuilderOutput>
  62. <GenPackage>true</GenPackage>
  63. <SanitizedProjectName>GLScene_RT</SanitizedProjectName>
  64. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  65. <DCC_K>false</DCC_K>
  66. <GenDll>true</GenDll>
  67. <VerInfo_Locale>1033</VerInfo_Locale>
  68. <DCC_Description>GLScene OpenGL 3D library</DCC_Description>
  69. <DCC_F>false</DCC_F>
  70. <DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;System.Win;$(DCC_Namespace)</DCC_Namespace>
  71. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  72. <DCC_E>false</DCC_E>
  73. <DCC_ImageBase>00400000</DCC_ImageBase>
  74. <DCC_S>false</DCC_S>
  75. <DCC_N>false</DCC_N>
  76. <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  79. <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>
  80. <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  81. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  82. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  83. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  84. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  85. <DCC_UsePackage>vclimg;vcl;rtl;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  88. <DCC_Namespace>Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  89. <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>
  90. <DCC_UsePackage>vclimg;vcl;rtl;VclSmp;$(DCC_UsePackage)</DCC_UsePackage>
  91. <BT_BuildType>Debug</BT_BuildType>
  92. </PropertyGroup>
  93. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  94. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  95. <DCC_DebugInformation>0</DCC_DebugInformation>
  96. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  97. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  98. </PropertyGroup>
  99. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  100. <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>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  103. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  104. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  105. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  106. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  107. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  110. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  111. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  112. <DCC_Optimize>false</DCC_Optimize>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  115. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  116. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  117. <DCC_RangeChecking>true</DCC_RangeChecking>
  118. <DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
  119. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  120. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  121. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  122. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  123. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  124. <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>
  125. <DCC_Description>GLScene Engine</DCC_Description>
  126. </PropertyGroup>
  127. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  128. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  129. <DCC_DcuOutput>..\lib\$(Platform)</DCC_DcuOutput>
  130. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  131. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  132. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  133. </PropertyGroup>
  134. <ItemGroup>
  135. <DelphiCompile Include="$(MainSource)">
  136. <MainSource>MainSource</MainSource>
  137. </DelphiCompile>
  138. <DCCReference Include="vcl.dcp"/>
  139. <DCCReference Include="rtl.dcp"/>
  140. <DCCReference Include="vclimg.dcp"/>
  141. <DCCReference Include="xmlrtl.dcp"/>
  142. <DCCReference Include="..\Source\Format3DSConst.pas"/>
  143. <DCCReference Include="..\Source\Format3DSTypes.pas"/>
  144. <DCCReference Include="..\Source\Format3DSUtils.pas"/>
  145. <DCCReference Include="..\Source\FormatDDSImage.pas"/>
  146. <DCCReference Include="..\Source\FormatDXTC.pas"/>
  147. <DCCReference Include="..\Source\Format3DS.pas"/>
  148. <DCCReference Include="..\Source\FormatHDRImage.pas"/>
  149. <DCCReference Include="..\Source\FormatQ3BSP.pas"/>
  150. <DCCReference Include="..\Source\FormatB3D.pas"/>
  151. <DCCReference Include="..\Source\FormatGL2.pas"/>
  152. <DCCReference Include="..\Source\FormatLWO.pas"/>
  153. <DCCReference Include="..\Source\FormatMD2.pas"/>
  154. <DCCReference Include="..\Source\FormatMD3.pas"/>
  155. <DCCReference Include="..\Source\FormatOCT.pas"/>
  156. <DCCReference Include="..\Source\FormatTGA.pas"/>
  157. <DCCReference Include="..\Source\FormatX.pas"/>
  158. <DCCReference Include="..\Source\FormatVFW.pas"/>
  159. <DCCReference Include="..\Source\FormatVRML.pas"/>
  160. <DCCReference Include="..\Source\GLS.AVIRecorder.pas"/>
  161. <DCCReference Include="..\Source\GLS.AnimatedSprite.pas"/>
  162. <DCCReference Include="..\Source\GLS.AnimationUtils.pas"/>
  163. <DCCReference Include="..\Source\GLS.AsyncHDS.pas"/>
  164. <DCCReference Include="..\Source\GLS.AsyncTimer.pas"/>
  165. <DCCReference Include="..\Source\GLS.Atmosphere.pas"/>
  166. <DCCReference Include="..\Source\GLS.MeshBSP.pas"/>
  167. <DCCReference Include="..\Source\GLS.BaseMeshSilhouette.pas"/>
  168. <DCCReference Include="..\Source\GLS.Behaviours.pas"/>
  169. <DCCReference Include="..\Source\GLS.BitmapFont.pas"/>
  170. <DCCReference Include="..\Source\GLS.Blur.pas"/>
  171. <DCCReference Include="..\Source\GLS.BumpmapHDS.pas"/>
  172. <DCCReference Include="..\Source\GLS.Cadencer.pas"/>
  173. <DCCReference Include="..\Source\GLS.CameraController.pas"/>
  174. <DCCReference Include="..\Source\GLS.Canvas.pas"/>
  175. <DCCReference Include="..\Source\GLS.Collision.pas"/>
  176. <DCCReference Include="..\Source\GLS.Color.pas"/>
  177. <DCCReference Include="..\Source\GLS.CompositeImage.pas"/>
  178. <DCCReference Include="..\Source\GLS.Console.pas"/>
  179. <DCCReference Include="..\Source\GLS.Context.pas"/>
  180. <DCCReference Include="..\Source\GLS.DCE.pas"/>
  181. <DCCReference Include="..\Source\GLS.DynamicTexture.pas"/>
  182. <DCCReference Include="..\Source\GLS.EParticleMasksManager.pas"/>
  183. <DCCReference Include="..\Source\GLS.EllipseCollision.pas"/>
  184. <DCCReference Include="..\Source\GLS.ExplosionFx.pas"/>
  185. <DCCReference Include="..\Source\GLS.Extrusion.pas"/>
  186. <DCCReference Include="..\Source\GLS.FBORenderer.pas"/>
  187. <DCCReference Include="..\Source\GLS.FPSMovement.pas"/>
  188. <DCCReference Include="..\Source\GLS.Feedback.pas"/>
  189. <DCCReference Include="..\Source\GLS.File3DS.pas"/>
  190. <DCCReference Include="..\Source\GLS.File3DSSceneObjects.pas"/>
  191. <DCCReference Include="..\Source\GLS.File3DPDF.pas"/>
  192. <DCCReference Include="..\Source\GLS.FileASE.pas"/>
  193. <DCCReference Include="..\Source\GLS.FileB3D.pas"/>
  194. <DCCReference Include="..\Source\GLS.FileBMP.pas"/>
  195. <DCCReference Include="..\Source\GLS.FileDDS.pas"/>
  196. <DCCReference Include="..\Source\GLS.FileGL2.pas"/>
  197. <DCCReference Include="..\Source\GLS.FileGLB.pas"/>
  198. <DCCReference Include="..\Source\GLS.FileGLTF.pas"/>
  199. <DCCReference Include="..\Source\GLS.FileGRD.pas"/>
  200. <DCCReference Include="..\Source\GLS.FileGTS.pas"/>
  201. <DCCReference Include="..\Source\GLS.FileHDR.pas"/>
  202. <DCCReference Include="..\Source\GLS.FileJPEG.pas"/>
  203. <DCCReference Include="..\Source\GLS.FileLMTS.pas"/>
  204. <DCCReference Include="..\Source\GLS.FileLWO.pas"/>
  205. <DCCReference Include="..\Source\GLS.FileMD2.pas"/>
  206. <DCCReference Include="..\Source\GLS.FileMD3.pas"/>
  207. <DCCReference Include="..\Source\GLS.FileMD5.pas"/>
  208. <DCCReference Include="..\Source\GLS.FileMDC.pas"/>
  209. <DCCReference Include="..\Source\GLS.FileMP3.pas"/>
  210. <DCCReference Include="..\Source\GLS.FileMS3D.pas"/>
  211. <DCCReference Include="..\Source\GLS.FileNMF.pas"/>
  212. <DCCReference Include="..\Source\GLS.FileNurbs.pas"/>
  213. <DCCReference Include="..\Source\GLS.FileO3TC.pas"/>
  214. <DCCReference Include="..\Source\GLS.FileO3TCImage.pas"/>
  215. <DCCReference Include="..\Source\GLS.FileOBJ.pas"/>
  216. <DCCReference Include="..\Source\GLS.FileOCT.pas"/>
  217. <DCCReference Include="..\Source\GLS.FilePAK.pas"/>
  218. <DCCReference Include="..\Source\GLS.FilePLY.pas"/>
  219. <DCCReference Include="..\Source\GLS.FilePNG.pas"/>
  220. <DCCReference Include="..\Source\GLS.FileQ3BSP.pas"/>
  221. <DCCReference Include="..\Source\GLS.FileQ3MD3.pas"/>
  222. <DCCReference Include="..\Source\GLS.FileSMD.pas"/>
  223. <DCCReference Include="..\Source\GLS.FileSTL.pas"/>
  224. <DCCReference Include="..\Source\GLS.FileTGA.pas"/>
  225. <DCCReference Include="..\Source\GLS.FileVfsPAK.pas"/>
  226. <DCCReference Include="..\Source\GLS.FileVRML.pas"/>
  227. <DCCReference Include="..\Source\GLS.FileWAV.pas"/>
  228. <DCCReference Include="..\Source\GLS.FileX.pas"/>
  229. <DCCReference Include="..\Source\GLS.FireFX.pas"/>
  230. <DCCReference Include="..\Source\GLS.FileZLIB.pas"/>
  231. <DCCReference Include="..\Source\GLS.FullScreenViewer.pas"/>
  232. <DCCReference Include="..\Source\GLS.PolygonTesselation.pas"/>
  233. <DCCReference Include="..\Source\GLS.GameMenu.pas"/>
  234. <DCCReference Include="..\Source\GLS.GeomObjects.pas"/>
  235. <DCCReference Include="..\Source\GLS.GeometryBB.pas"/>
  236. <DCCReference Include="..\Source\GLS.Keyboard.pas"/>
  237. <DCCReference Include="..\Source\GLS.Gizmo.pas"/>
  238. <DCCReference Include="..\Source\GLS.GizmoEx.pas"/>
  239. <DCCReference Include="..\Source\GLS.Graph.pas"/>
  240. <DCCReference Include="..\Source\GLS.Graphics.pas"/>
  241. <DCCReference Include="..\Source\GLS.Gui.pas"/>
  242. <DCCReference Include="..\Source\GLS.HUDObjects.pas"/>
  243. <DCCReference Include="..\Source\GLS.HeightData.pas"/>
  244. <DCCReference Include="..\Source\GLS.HeightTileFileHDS.pas"/>
  245. <DCCReference Include="..\Source\GLSL.LineShaders.pas"/>
  246. <DCCReference Include="..\Source\GLS.ImageUtils.pas"/>
  247. <DCCReference Include="..\Source\GLS.Imposter.pas"/>
  248. <DCCReference Include="..\Source\GLS.Isolines.pas"/>
  249. <DCCReference Include="..\Source\GLS.Isosurface.pas"/>
  250. <DCCReference Include="..\Source\GLS.Joystick.pas"/>
  251. <DCCReference Include="..\Source\GLS.LensFlare.pas"/>
  252. <DCCReference Include="..\Source\GLS.LinePFX.pas"/>
  253. <DCCReference Include="..\Source\GLS.Manager.pas"/>
  254. <DCCReference Include="..\Source\GLS.Material.pas"/>
  255. <DCCReference Include="..\Source\GLS.MaterialEx.pas"/>
  256. <DCCReference Include="..\Source\GLS.MaterialMultiProxy.pas"/>
  257. <DCCReference Include="..\Source\GLS.MaterialScript.pas"/>
  258. <DCCReference Include="..\Source\GLS.Mesh.pas"/>
  259. <DCCReference Include="..\Source\GLS.MeshBuilder.pas"/>
  260. <DCCReference Include="..\Source\GLS.MeshCSG.pas"/>
  261. <DCCReference Include="..\Source\GLS.MeshLines.pas"/>
  262. <DCCReference Include="..\Source\GLS.MeshUtils.pas"/>
  263. <DCCReference Include="..\Source\GLS.Mirror.pas"/>
  264. <DCCReference Include="..\Source\GLS.Movement.pas"/>
  265. <DCCReference Include="..\Source\GLS.MultiPolygon.pas"/>
  266. <DCCReference Include="..\Source\GLS.MultiProxy.pas"/>
  267. <DCCReference Include="..\Source\GLS.MultiSampleImage.pas"/>
  268. <DCCReference Include="..\Source\GLS.Navigator.pas"/>
  269. <DCCReference Include="..\Source\GLS.Nodes.pas"/>
  270. <DCCReference Include="..\Source\GLS.ObjectManager.pas"/>
  271. <DCCReference Include="..\Source\GLS.Objects.pas"/>
  272. <DCCReference Include="..\Source\GLS.Octree.pas"/>
  273. <DCCReference Include="..\Source\GLS.ParametricSurfaces.pas"/>
  274. <DCCReference Include="..\Source\GLS.ParticleFX.pas"/>
  275. <DCCReference Include="..\Source\GLS.Particles.pas"/>
  276. <DCCReference Include="..\Source\GLS.Perlin.pas"/>
  277. <DCCReference Include="..\Source\GLS.PerlinPFX.pas"/>
  278. <DCCReference Include="..\Source\GLS.Portal.pas"/>
  279. <DCCReference Include="..\Source\GLSL.PostEffects.pas"/>
  280. <DCCReference Include="..\Source\GLS.ProcTextures.pas"/>
  281. <DCCReference Include="..\Source\GLS.ProxyObjects.pas"/>
  282. <DCCReference Include="..\Source\GLS.ROAMPatch.pas"/>
  283. <DCCReference Include="..\Source\GLS.Ragdoll.pas"/>
  284. <DCCReference Include="..\Source\GLS.RandomHDS.pas"/>
  285. <DCCReference Include="..\Source\GLS.RenderContextInfo.pas"/>
  286. <DCCReference Include="..\Source\GLS.ArchiveManager.pas"/>
  287. <DCCReference Include="..\Source\GLS.Generics.pas"/>
  288. <DCCReference Include="..\Source\GLSL.AsmShader.pas"/>
  289. <DCCReference Include="..\Source\GLSL.ShaderCombiner.pas"/>
  290. <DCCReference Include="..\Source\GLSL.CustomShader.pas"/>
  291. <DCCReference Include="..\Source\GLSL.MultiMaterialShader.pas"/>
  292. <DCCReference Include="..\Source\GLSL.PhongShader.pas"/>
  293. <DCCReference Include="..\Source\GLSL.TextureShaders.pas"/>
  294. <DCCReference Include="..\Source\GLSL.UserShader.pas"/>
  295. <DCCReference Include="..\Source\GLSL.BumpShaders.pas"/>
  296. <DCCReference Include="..\Source\GLSL.DiffuseSpecularShader.pas"/>
  297. <DCCReference Include="..\Source\GLSL.ShapeShaders.pas"/>
  298. <DCCReference Include="..\Source\GLSL.ShaderParameter.pas"/>
  299. <DCCReference Include="..\Source\GLSL.PostShaders.pas"/>
  300. <DCCReference Include="..\Source\GLSL.ProjectedTextures.pas"/>
  301. <DCCReference Include="..\Source\GLSL.Shader.pas"/>
  302. <DCCReference Include="..\Source\GLS.Language.pas"/>
  303. <DCCReference Include="..\Source\GLS.Scene.pas"/>
  304. <DCCReference Include="..\Source\GLS.SceneForm.pas"/>
  305. <DCCReference Include="..\Source\GLS.Screen.pas"/>
  306. <DCCReference Include="..\Source\GLS.ScreenSaver.pas"/>
  307. <DCCReference Include="..\Source\GLS.Selection.pas"/>
  308. <DCCReference Include="..\Source\GLS.ShadowHDS.pas"/>
  309. <DCCReference Include="..\Source\GLS.ShadowPlane.pas"/>
  310. <DCCReference Include="..\Source\GLS.ShadowVolume.pas"/>
  311. <DCCReference Include="..\Source\GLS.SimpleNavigation.pas"/>
  312. <DCCReference Include="..\Source\GLS.SkyDome.pas"/>
  313. <DCCReference Include="..\Source\GLS.SmoothNavigator.pas"/>
  314. <DCCReference Include="..\Source\GLS.Sound.pas"/>
  315. <DCCReference Include="..\Source\GLS.SoundFileObjects.pas"/>
  316. <DCCReference Include="..\Source\GLS.SpacePartition.pas"/>
  317. <DCCReference Include="..\Source\GLS.State.pas"/>
  318. <DCCReference Include="..\Source\GLS.SpaceText.pas"/>
  319. <DCCReference Include="..\Source\GLS.FileDXF.pas"/>
  320. <DCCReference Include="..\Source\GLS.FileTIN.pas"/>
  321. <DCCReference Include="..\Source\GLS.Memo.pas"/>
  322. <DCCReference Include="..\Source\GLS.OpenGLVCL.pas"/>
  323. <DCCReference Include="..\Source\GLS.ProjectedTextures.pas"/>
  324. <DCCReference Include="..\Source\GLS.TerrainRenderer.pas"/>
  325. <DCCReference Include="..\Source\GLS.TexLensFlare.pas"/>
  326. <DCCReference Include="..\Source\GLS.Texture.pas"/>
  327. <DCCReference Include="..\Source\GLS.TextureCombiners.pas"/>
  328. <DCCReference Include="..\Source\GLS.TextureFormat.pas"/>
  329. <DCCReference Include="..\Source\GLS.TextureImageEditors.pas"/>
  330. <DCCReference Include="..\Source\GLS.TexturedHDS.pas"/>
  331. <DCCReference Include="..\Source\GLS.ThorFX.pas"/>
  332. <DCCReference Include="..\Source\GLS.TilePlane.pas"/>
  333. <DCCReference Include="..\Source\GLS.TimeEventsMgr.pas"/>
  334. <DCCReference Include="..\Source\GLS.Trail.pas"/>
  335. <DCCReference Include="..\Source\GLS.Tree.pas"/>
  336. <DCCReference Include="..\Source\GLS.Triangulation.pas"/>
  337. <DCCReference Include="..\Source\GLS.Utils.pas"/>
  338. <DCCReference Include="..\Source\GLS.VectorFileObjects.pas"/>
  339. <DCCReference Include="..\Source\GLS.VerletClothify.pas"/>
  340. <DCCReference Include="..\Source\GLS.VerletHairClasses.pas"/>
  341. <DCCReference Include="..\Source\GLS.VerletSkeletonColliders.pas"/>
  342. <DCCReference Include="..\Source\GLS.VerletTypes.pas"/>
  343. <DCCReference Include="..\Source\GLS.WaterPlane.pas"/>
  344. <DCCReference Include="..\Source\GLS.SceneViewer.pas"/>
  345. <DCCReference Include="..\Source\GLS.Windows.pas"/>
  346. <DCCReference Include="..\Source\GLS.WindowsContext.pas"/>
  347. <DCCReference Include="..\Source\GLS.WindowsFont.pas"/>
  348. <DCCReference Include="..\Source\GLS.zBuffer.pas"/>
  349. <DCCReference Include="..\Source\GLS.OpenGLAdapter.pas"/>
  350. <DCCReference Include="..\Source\GLS.OpenGLTokens.pas"/>
  351. <DCCReference Include="..\Source\GLS.ApplicationFileIO.pas"/>
  352. <DCCReference Include="..\Source\GLS.BaseClasses.pas"/>
  353. <DCCReference Include="..\Source\GLS.Coordinates.pas"/>
  354. <DCCReference Include="..\Source\GLS.CurvesAndSurfaces.pas"/>
  355. <DCCReference Include="..\Source\GLS.PersistentClasses.pas"/>
  356. <DCCReference Include="..\Source\GLS.PipelineTransformation.pas"/>
  357. <DCCReference Include="..\Source\GLS.Polynomials.pas"/>
  358. <DCCReference Include="..\Source\GLS.CrossXML.pas"/>
  359. <DCCReference Include="..\Source\GLS.Silhouette.pas"/>
  360. <DCCReference Include="..\Source\GLS.PlugInManager.pas"/>
  361. <DCCReference Include="..\Source\GLS.VectorRecTypes.pas"/>
  362. <DCCReference Include="..\Source\GLS.VectorGeometry.pas"/>
  363. <DCCReference Include="..\Source\GLS.Logger.pas"/>
  364. <DCCReference Include="..\Source\GLS.RGBE.pas"/>
  365. <DCCReference Include="..\Source\GLS.VectorLists.pas"/>
  366. <DCCReference Include="..\Source\GLS.VectorTypes.pas"/>
  367. <DCCReference Include="..\Source\GLS.ScriptBase.pas"/>
  368. <DCCReference Include="..\Source\GLS.Spline.pas"/>
  369. <DCCReference Include="..\Source\GLS.Strings.pas"/>
  370. <DCCReference Include="..\Source\GLS.XCollection.pas"/>
  371. <DCCReference Include="..\Source\GLS.XOpenGL.pas"/>
  372. <None Include="..\Source\GLScene.inc"/>
  373. <BuildConfiguration Include="Debug">
  374. <Key>Cfg_2</Key>
  375. <CfgParent>Base</CfgParent>
  376. </BuildConfiguration>
  377. <BuildConfiguration Include="Base">
  378. <Key>Base</Key>
  379. </BuildConfiguration>
  380. <BuildConfiguration Include="Release">
  381. <Key>Cfg_1</Key>
  382. <CfgParent>Base</CfgParent>
  383. </BuildConfiguration>
  384. </ItemGroup>
  385. <ProjectExtensions>
  386. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  387. <Borland.ProjectType>Package</Borland.ProjectType>
  388. <BorlandProject>
  389. <Delphi.Personality>
  390. <Source>
  391. <Source Name="MainSource">GLScene_RT.dpk</Source>
  392. </Source>
  393. <Excluded_Packages>
  394. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k270.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  395. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp270.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  396. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k270.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  397. <Excluded_Packages Name="$(BDSBIN)\dclofficexp270.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  398. </Excluded_Packages>
  399. </Delphi.Personality>
  400. <Platforms>
  401. <Platform value="Win32">True</Platform>
  402. <Platform value="Win64">True</Platform>
  403. </Platforms>
  404. <Deployment Version="3">
  405. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl\Win64\GLScene_RT.bpl" Configuration="Debug" Class="ProjectOutput">
  406. <Platform Name="Win64">
  407. <RemoteName>GLScene_RT.bpl</RemoteName>
  408. <Overwrite>true</Overwrite>
  409. </Platform>
  410. </DeployFile>
  411. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GLScene_RT.bpl" Configuration="Debug" Class="ProjectOutput">
  412. <Platform Name="Win32">
  413. <RemoteName>GLScene_RT.bpl</RemoteName>
  414. <Overwrite>true</Overwrite>
  415. </Platform>
  416. </DeployFile>
  417. <DeployClass Name="AdditionalDebugSymbols">
  418. <Platform Name="OSX32">
  419. <Operation>1</Operation>
  420. </Platform>
  421. <Platform Name="Win32">
  422. <Operation>0</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="AndroidClassesDexFile">
  426. <Platform Name="Android">
  427. <RemoteDir>classes</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="AndroidFileProvider">
  432. <Platform Name="Android">
  433. <RemoteDir>res\xml</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="AndroidGDBServer">
  438. <Platform Name="Android">
  439. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="AndroidLibnativeArmeabiFile">
  444. <Platform Name="Android">
  445. <RemoteDir>library\lib\armeabi</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. </DeployClass>
  449. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  450. <Platform Name="Android64">
  451. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. </DeployClass>
  455. <DeployClass Name="AndroidLibnativeMipsFile">
  456. <Platform Name="Android">
  457. <RemoteDir>library\lib\mips</RemoteDir>
  458. <Operation>1</Operation>
  459. </Platform>
  460. </DeployClass>
  461. <DeployClass Name="AndroidLibnativeX86File"/>
  462. <DeployClass Name="AndroidServiceOutput">
  463. <Platform Name="Android">
  464. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="AndroidServiceOutput_Android32">
  469. <Platform Name="Android64">
  470. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="AndroidSplashImageDef">
  475. <Platform Name="Android">
  476. <RemoteDir>res\drawable</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="AndroidSplashStyles">
  481. <Platform Name="Android">
  482. <RemoteDir>res\values</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="AndroidSplashStylesV21">
  487. <Platform Name="Android">
  488. <RemoteDir>res\values-v21</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_Colors">
  493. <Platform Name="Android">
  494. <RemoteDir>res\values</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="Android_DefaultAppIcon">
  499. <Platform Name="Android">
  500. <RemoteDir>res\drawable</RemoteDir>
  501. <Operation>1</Operation>
  502. </Platform>
  503. </DeployClass>
  504. <DeployClass Name="Android_LauncherIcon144">
  505. <Platform Name="Android">
  506. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. </DeployClass>
  510. <DeployClass Name="Android_LauncherIcon36">
  511. <Platform Name="Android">
  512. <RemoteDir>res\drawable-ldpi</RemoteDir>
  513. <Operation>1</Operation>
  514. </Platform>
  515. </DeployClass>
  516. <DeployClass Name="Android_LauncherIcon48">
  517. <Platform Name="Android">
  518. <RemoteDir>res\drawable-mdpi</RemoteDir>
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="Android_LauncherIcon72">
  523. <Platform Name="Android">
  524. <RemoteDir>res\drawable-hdpi</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="Android_LauncherIcon96">
  529. <Platform Name="Android">
  530. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. </DeployClass>
  534. <DeployClass Name="Android_NotificationIcon24">
  535. <Platform Name="Android">
  536. <RemoteDir>res\drawable-mdpi</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. </DeployClass>
  540. <DeployClass Name="Android_NotificationIcon36">
  541. <Platform Name="Android">
  542. <RemoteDir>res\drawable-hdpi</RemoteDir>
  543. <Operation>1</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="Android_NotificationIcon48">
  547. <Platform Name="Android">
  548. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="Android_NotificationIcon72">
  553. <Platform Name="Android">
  554. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="Android_NotificationIcon96">
  559. <Platform Name="Android">
  560. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  561. <Operation>1</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="Android_SplashImage426">
  565. <Platform Name="Android">
  566. <RemoteDir>res\drawable-small</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="Android_SplashImage470">
  571. <Platform Name="Android">
  572. <RemoteDir>res\drawable-normal</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="Android_SplashImage640">
  577. <Platform Name="Android">
  578. <RemoteDir>res\drawable-large</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="Android_SplashImage960">
  583. <Platform Name="Android">
  584. <RemoteDir>res\drawable-xlarge</RemoteDir>
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="Android_Strings">
  589. <Platform Name="Android">
  590. <RemoteDir>res\values</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="DebugSymbols">
  595. <Platform Name="iOSSimulator">
  596. <Operation>1</Operation>
  597. </Platform>
  598. <Platform Name="OSX32">
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="Win32">
  602. <Operation>0</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="DependencyFramework">
  606. <Platform Name="OSX32">
  607. <Operation>1</Operation>
  608. <Extensions>.framework</Extensions>
  609. </Platform>
  610. <Platform Name="OSX64">
  611. <Operation>1</Operation>
  612. <Extensions>.framework</Extensions>
  613. </Platform>
  614. <Platform Name="Win32">
  615. <Operation>0</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Name="DependencyModule">
  619. <Platform Name="OSX32">
  620. <Operation>1</Operation>
  621. <Extensions>.dylib</Extensions>
  622. </Platform>
  623. <Platform Name="OSX64">
  624. <Operation>1</Operation>
  625. <Extensions>.dylib</Extensions>
  626. </Platform>
  627. <Platform Name="Win32">
  628. <Operation>0</Operation>
  629. <Extensions>.dll;.bpl</Extensions>
  630. </Platform>
  631. </DeployClass>
  632. <DeployClass Required="true" Name="DependencyPackage">
  633. <Platform Name="iOSDevice32">
  634. <Operation>1</Operation>
  635. <Extensions>.dylib</Extensions>
  636. </Platform>
  637. <Platform Name="iOSDevice64">
  638. <Operation>1</Operation>
  639. <Extensions>.dylib</Extensions>
  640. </Platform>
  641. <Platform Name="iOSSimulator">
  642. <Operation>1</Operation>
  643. <Extensions>.dylib</Extensions>
  644. </Platform>
  645. <Platform Name="OSX32">
  646. <Operation>1</Operation>
  647. <Extensions>.dylib</Extensions>
  648. </Platform>
  649. <Platform Name="OSX64">
  650. <Operation>1</Operation>
  651. <Extensions>.dylib</Extensions>
  652. </Platform>
  653. <Platform Name="Win32">
  654. <Operation>0</Operation>
  655. <Extensions>.bpl</Extensions>
  656. </Platform>
  657. </DeployClass>
  658. <DeployClass Name="File">
  659. <Platform Name="Android">
  660. <Operation>0</Operation>
  661. </Platform>
  662. <Platform Name="iOSDevice32">
  663. <Operation>0</Operation>
  664. </Platform>
  665. <Platform Name="iOSDevice64">
  666. <Operation>0</Operation>
  667. </Platform>
  668. <Platform Name="iOSSimulator">
  669. <Operation>0</Operation>
  670. </Platform>
  671. <Platform Name="OSX32">
  672. <Operation>0</Operation>
  673. </Platform>
  674. <Platform Name="OSX64">
  675. <Operation>0</Operation>
  676. </Platform>
  677. <Platform Name="Win32">
  678. <Operation>0</Operation>
  679. </Platform>
  680. </DeployClass>
  681. <DeployClass Name="iPad_Launch1024">
  682. <Platform Name="iOSDevice32">
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="iOSDevice64">
  686. <Operation>1</Operation>
  687. </Platform>
  688. <Platform Name="iOSSimulator">
  689. <Operation>1</Operation>
  690. </Platform>
  691. </DeployClass>
  692. <DeployClass Name="iPad_Launch1024x768">
  693. <Platform Name="iOSDevice32">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="iOSDevice64">
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="iOSSimulator">
  700. <Operation>1</Operation>
  701. </Platform>
  702. </DeployClass>
  703. <DeployClass Name="iPad_Launch1536">
  704. <Platform Name="iOSDevice32">
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="iOSDevice64">
  708. <Operation>1</Operation>
  709. </Platform>
  710. <Platform Name="iOSSimulator">
  711. <Operation>1</Operation>
  712. </Platform>
  713. </DeployClass>
  714. <DeployClass Name="iPad_Launch1536x2048">
  715. <Platform Name="iOSDevice32">
  716. <Operation>1</Operation>
  717. </Platform>
  718. <Platform Name="iOSDevice64">
  719. <Operation>1</Operation>
  720. </Platform>
  721. <Platform Name="iOSSimulator">
  722. <Operation>1</Operation>
  723. </Platform>
  724. </DeployClass>
  725. <DeployClass Name="iPad_Launch1668">
  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="iPad_Launch1668x2388">
  737. <Platform Name="iOSDevice32">
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="iOSDevice64">
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="iOSSimulator">
  744. <Operation>1</Operation>
  745. </Platform>
  746. </DeployClass>
  747. <DeployClass Name="iPad_Launch2048">
  748. <Platform Name="iOSDevice32">
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="iOSDevice64">
  752. <Operation>1</Operation>
  753. </Platform>
  754. <Platform Name="iOSSimulator">
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="iPad_Launch2048x1536">
  759. <Platform Name="iOSDevice32">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="iOSDevice64">
  763. <Operation>1</Operation>
  764. </Platform>
  765. <Platform Name="iOSSimulator">
  766. <Operation>1</Operation>
  767. </Platform>
  768. </DeployClass>
  769. <DeployClass Name="iPad_Launch2048x2732">
  770. <Platform Name="iOSDevice32">
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="iOSDevice64">
  774. <Operation>1</Operation>
  775. </Platform>
  776. <Platform Name="iOSSimulator">
  777. <Operation>1</Operation>
  778. </Platform>
  779. </DeployClass>
  780. <DeployClass Name="iPad_Launch2224">
  781. <Platform Name="iOSDevice32">
  782. <Operation>1</Operation>
  783. </Platform>
  784. <Platform Name="iOSDevice64">
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="iOSSimulator">
  788. <Operation>1</Operation>
  789. </Platform>
  790. </DeployClass>
  791. <DeployClass Name="iPad_Launch2388x1668">
  792. <Platform Name="iOSDevice32">
  793. <Operation>1</Operation>
  794. </Platform>
  795. <Platform Name="iOSDevice64">
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="iOSSimulator">
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <DeployClass Name="iPad_Launch2732x2048">
  803. <Platform Name="iOSDevice32">
  804. <Operation>1</Operation>
  805. </Platform>
  806. <Platform Name="iOSDevice64">
  807. <Operation>1</Operation>
  808. </Platform>
  809. <Platform Name="iOSSimulator">
  810. <Operation>1</Operation>
  811. </Platform>
  812. </DeployClass>
  813. <DeployClass Name="iPad_Launch2x">
  814. <Platform Name="iOSDevice64">
  815. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSSimulator">
  819. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  820. <Operation>1</Operation>
  821. </Platform>
  822. </DeployClass>
  823. <DeployClass Name="iPad_Launch768">
  824. <Platform Name="iOSDevice32">
  825. <Operation>1</Operation>
  826. </Platform>
  827. <Platform Name="iOSDevice64">
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="iOSSimulator">
  831. <Operation>1</Operation>
  832. </Platform>
  833. </DeployClass>
  834. <DeployClass Name="iPad_Launch768x1024">
  835. <Platform Name="iOSDevice32">
  836. <Operation>1</Operation>
  837. </Platform>
  838. <Platform Name="iOSDevice64">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSSimulator">
  842. <Operation>1</Operation>
  843. </Platform>
  844. </DeployClass>
  845. <DeployClass Name="iPad_LaunchDark2x">
  846. <Platform Name="iOSDevice64">
  847. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. <Platform Name="iOSSimulator">
  851. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  852. <Operation>1</Operation>
  853. </Platform>
  854. </DeployClass>
  855. <DeployClass Name="iPhone_Launch1125">
  856. <Platform Name="iOSDevice32">
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSDevice64">
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="iOSSimulator">
  863. <Operation>1</Operation>
  864. </Platform>
  865. </DeployClass>
  866. <DeployClass Name="iPhone_Launch1136x640">
  867. <Platform Name="iOSDevice32">
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSDevice64">
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSSimulator">
  874. <Operation>1</Operation>
  875. </Platform>
  876. </DeployClass>
  877. <DeployClass Name="iPhone_Launch1242">
  878. <Platform Name="iOSDevice32">
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="iOSDevice64">
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="iOSSimulator">
  885. <Operation>1</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="iPhone_Launch1242x2688">
  889. <Platform Name="iOSDevice32">
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="iOSDevice64">
  893. <Operation>1</Operation>
  894. </Platform>
  895. <Platform Name="iOSSimulator">
  896. <Operation>1</Operation>
  897. </Platform>
  898. </DeployClass>
  899. <DeployClass Name="iPhone_Launch1334">
  900. <Platform Name="iOSDevice32">
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSDevice64">
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSSimulator">
  907. <Operation>1</Operation>
  908. </Platform>
  909. </DeployClass>
  910. <DeployClass Name="iPhone_Launch1792">
  911. <Platform Name="iOSDevice32">
  912. <Operation>1</Operation>
  913. </Platform>
  914. <Platform Name="iOSDevice64">
  915. <Operation>1</Operation>
  916. </Platform>
  917. <Platform Name="iOSSimulator">
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="iPhone_Launch2208">
  922. <Platform Name="iOSDevice32">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="iOSDevice64">
  926. <Operation>1</Operation>
  927. </Platform>
  928. <Platform Name="iOSSimulator">
  929. <Operation>1</Operation>
  930. </Platform>
  931. </DeployClass>
  932. <DeployClass Name="iPhone_Launch2436">
  933. <Platform Name="iOSDevice32">
  934. <Operation>1</Operation>
  935. </Platform>
  936. <Platform Name="iOSDevice64">
  937. <Operation>1</Operation>
  938. </Platform>
  939. <Platform Name="iOSSimulator">
  940. <Operation>1</Operation>
  941. </Platform>
  942. </DeployClass>
  943. <DeployClass Name="iPhone_Launch2688x1242">
  944. <Platform Name="iOSDevice32">
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="iOSDevice64">
  948. <Operation>1</Operation>
  949. </Platform>
  950. <Platform Name="iOSSimulator">
  951. <Operation>1</Operation>
  952. </Platform>
  953. </DeployClass>
  954. <DeployClass Name="iPhone_Launch2x">
  955. <Platform Name="iOSDevice64">
  956. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  957. <Operation>1</Operation>
  958. </Platform>
  959. <Platform Name="iOSSimulator">
  960. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  961. <Operation>1</Operation>
  962. </Platform>
  963. </DeployClass>
  964. <DeployClass Name="iPhone_Launch320">
  965. <Platform Name="iOSDevice32">
  966. <Operation>1</Operation>
  967. </Platform>
  968. <Platform Name="iOSDevice64">
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="iOSSimulator">
  972. <Operation>1</Operation>
  973. </Platform>
  974. </DeployClass>
  975. <DeployClass Name="iPhone_Launch3x">
  976. <Platform Name="iOSDevice64">
  977. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  978. <Operation>1</Operation>
  979. </Platform>
  980. <Platform Name="iOSSimulator">
  981. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  982. <Operation>1</Operation>
  983. </Platform>
  984. </DeployClass>
  985. <DeployClass Name="iPhone_Launch640">
  986. <Platform Name="iOSDevice32">
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="iOSDevice64">
  990. <Operation>1</Operation>
  991. </Platform>
  992. <Platform Name="iOSSimulator">
  993. <Operation>1</Operation>
  994. </Platform>
  995. </DeployClass>
  996. <DeployClass Name="iPhone_Launch640x1136">
  997. <Platform Name="iOSDevice32">
  998. <Operation>1</Operation>
  999. </Platform>
  1000. <Platform Name="iOSDevice64">
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="iOSSimulator">
  1004. <Operation>1</Operation>
  1005. </Platform>
  1006. </DeployClass>
  1007. <DeployClass Name="iPhone_Launch750">
  1008. <Platform Name="iOSDevice32">
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. <Platform Name="iOSDevice64">
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="iOSSimulator">
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. </DeployClass>
  1018. <DeployClass Name="iPhone_Launch828">
  1019. <Platform Name="iOSDevice32">
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. <Platform Name="iOSDevice64">
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="iOSSimulator">
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. </DeployClass>
  1029. <DeployClass Name="iPhone_LaunchDark2x">
  1030. <Platform Name="iOSDevice64">
  1031. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimulator">
  1035. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. </DeployClass>
  1039. <DeployClass Name="iPhone_LaunchDark3x">
  1040. <Platform Name="iOSDevice64">
  1041. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. <Platform Name="iOSSimulator">
  1045. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. </DeployClass>
  1049. <DeployClass Name="ProjectAndroidManifest">
  1050. <Platform Name="Android">
  1051. <Operation>1</Operation>
  1052. </Platform>
  1053. </DeployClass>
  1054. <DeployClass Name="ProjectiOSDeviceDebug">
  1055. <Platform Name="iOSDevice32">
  1056. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1057. <Operation>1</Operation>
  1058. </Platform>
  1059. <Platform Name="iOSDevice64">
  1060. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1061. <Operation>1</Operation>
  1062. </Platform>
  1063. </DeployClass>
  1064. <DeployClass Name="ProjectiOSDeviceResourceRules"/>
  1065. <DeployClass Name="ProjectiOSEntitlements"/>
  1066. <DeployClass Name="ProjectiOSInfoPList"/>
  1067. <DeployClass Name="ProjectiOSLaunchScreen"/>
  1068. <DeployClass Name="ProjectiOSResource">
  1069. <Platform Name="iOSDevice32">
  1070. <Operation>1</Operation>
  1071. </Platform>
  1072. <Platform Name="iOSDevice64">
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. <Platform Name="iOSSimulator">
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="ProjectOSXDebug"/>
  1080. <DeployClass Name="ProjectOSXEntitlements"/>
  1081. <DeployClass Name="ProjectOSXInfoPList"/>
  1082. <DeployClass Name="ProjectOSXResource">
  1083. <Platform Name="OSX32">
  1084. <RemoteDir>Contents\Resources</RemoteDir>
  1085. <Operation>1</Operation>
  1086. </Platform>
  1087. <Platform Name="OSX64">
  1088. <RemoteDir>Contents\Resources</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. </DeployClass>
  1092. <DeployClass Required="true" Name="ProjectOutput">
  1093. <Platform Name="Android">
  1094. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1095. <Operation>1</Operation>
  1096. </Platform>
  1097. <Platform Name="iOSDevice32">
  1098. <Operation>1</Operation>
  1099. </Platform>
  1100. <Platform Name="iOSDevice64">
  1101. <Operation>1</Operation>
  1102. </Platform>
  1103. <Platform Name="iOSSimulator">
  1104. <Operation>1</Operation>
  1105. </Platform>
  1106. <Platform Name="Linux64">
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. <Platform Name="OSX32">
  1110. <Operation>1</Operation>
  1111. </Platform>
  1112. <Platform Name="OSX64">
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. <Platform Name="Win32">
  1116. <Operation>0</Operation>
  1117. </Platform>
  1118. </DeployClass>
  1119. <DeployClass Name="ProjectOutput_Android32">
  1120. <Platform Name="Android64">
  1121. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. </DeployClass>
  1125. <DeployClass Name="ProjectUWPManifest">
  1126. <Platform Name="Win32">
  1127. <Operation>1</Operation>
  1128. </Platform>
  1129. <Platform Name="Win64">
  1130. <Operation>1</Operation>
  1131. </Platform>
  1132. </DeployClass>
  1133. <DeployClass Name="UWP_DelphiLogo150">
  1134. <Platform Name="Win32">
  1135. <RemoteDir>Assets</RemoteDir>
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. <Platform Name="Win64">
  1139. <RemoteDir>Assets</RemoteDir>
  1140. <Operation>1</Operation>
  1141. </Platform>
  1142. </DeployClass>
  1143. <DeployClass Name="UWP_DelphiLogo44">
  1144. <Platform Name="Win32">
  1145. <RemoteDir>Assets</RemoteDir>
  1146. <Operation>1</Operation>
  1147. </Platform>
  1148. <Platform Name="Win64">
  1149. <RemoteDir>Assets</RemoteDir>
  1150. <Operation>1</Operation>
  1151. </Platform>
  1152. </DeployClass>
  1153. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1154. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1155. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1156. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1157. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1158. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1159. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1160. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1161. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1162. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1163. </Deployment>
  1164. <ModelSupport>False</ModelSupport>
  1165. </BorlandProject>
  1166. <ProjectFileVersion>12</ProjectFileVersion>
  1167. </ProjectExtensions>
  1168. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1169. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1170. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1171. </Project>