GXScene_RT.dproj 79 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{371A37CB-E7C8-489F-972E-D56BD69862E8}</ProjectGuid>
  4. <MainSource>GXScene_RT.dpk</MainSource>
  5. <Base>True</Base>
  6. <Config Condition="'$(Config)'==''">Debug</Config>
  7. <TargetedPlatforms>1048579</TargetedPlatforms>
  8. <AppType>Package</AppType>
  9. <FrameworkType>FMX</FrameworkType>
  10. <ProjectVersion>20.2</ProjectVersion>
  11. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  12. <ProjectName Condition="'$(ProjectName)'==''">GXScene_RT</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Android' and '$(Base)'=='true') or '$(Base_Android)'!=''">
  18. <Base_Android>true</Base_Android>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
  23. <Base_Android64>true</Base_Android64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  28. <Base_Win32>true</Base_Win32>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  33. <Base_Win64>true</Base_Win64>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
  38. <Base_Win64x>true</Base_Win64x>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
  43. <Cfg_1>true</Cfg_1>
  44. <CfgParent>Base</CfgParent>
  45. <Base>true</Base>
  46. </PropertyGroup>
  47. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  48. <Cfg_1_Win32>true</Cfg_1_Win32>
  49. <CfgParent>Cfg_1</CfgParent>
  50. <Cfg_1>true</Cfg_1>
  51. <Base>true</Base>
  52. </PropertyGroup>
  53. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  54. <Cfg_1_Win64>true</Cfg_1_Win64>
  55. <CfgParent>Cfg_1</CfgParent>
  56. <Cfg_1>true</Cfg_1>
  57. <Base>true</Base>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
  60. <Cfg_1_Win64x>true</Cfg_1_Win64x>
  61. <CfgParent>Cfg_1</CfgParent>
  62. <Cfg_1>true</Cfg_1>
  63. <Base>true</Base>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
  66. <Cfg_2>true</Cfg_2>
  67. <CfgParent>Base</CfgParent>
  68. <Base>true</Base>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  71. <Cfg_2_Win32>true</Cfg_2_Win32>
  72. <CfgParent>Cfg_2</CfgParent>
  73. <Cfg_2>true</Cfg_2>
  74. <Base>true</Base>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  77. <Cfg_2_Win64>true</Cfg_2_Win64>
  78. <CfgParent>Cfg_2</CfgParent>
  79. <Cfg_2>true</Cfg_2>
  80. <Base>true</Base>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64x)'!=''">
  83. <Cfg_2_Win64x>true</Cfg_2_Win64x>
  84. <CfgParent>Cfg_2</CfgParent>
  85. <Cfg_2>true</Cfg_2>
  86. <Base>true</Base>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Base)'!=''">
  89. <VerInfo_Locale>1049</VerInfo_Locale>
  90. <DCC_Description>GLSceneVKS Vulkan 3D library</DCC_Description>
  91. <DCC_E>false</DCC_E>
  92. <DCC_K>false</DCC_K>
  93. <DCC_F>false</DCC_F>
  94. <DCC_ImageBase>00400000</DCC_ImageBase>
  95. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;REST.Authenticator.OAuth.WebForm;$(DCC_Namespace)</DCC_Namespace>
  96. <GenPackage>true</GenPackage>
  97. <RuntimeOnlyPackage>true</RuntimeOnlyPackage>
  98. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=;CFBundleName=</VerInfo_Keys>
  99. <SanitizedProjectName>GXScene_RT</SanitizedProjectName>
  100. <DCC_S>false</DCC_S>
  101. <DCC_N>false</DCC_N>
  102. <GenDll>true</GenDll>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_Android)'!=''">
  105. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=</VerInfo_Keys>
  106. <BT_BuildType>Debug</BT_BuildType>
  107. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  108. </PropertyGroup>
  109. <PropertyGroup Condition="'$(Base_Android64)'!=''">
  110. <VerInfo_Keys>package=com.embarcadero.$(MSBuildProjectName);label=$(MSBuildProjectName);versionCode=1;versionName=1.0.0;persistent=False;restoreAnyVersion=False;installLocation=auto;largeHeap=False;theme=TitleBar;hardwareAccelerated=true;apiKey=;minSdkVersion=23;targetSdkVersion=34</VerInfo_Keys>
  111. <BT_BuildType>Debug</BT_BuildType>
  112. <EnabledSysJars>activity-1.7.2.dex.jar;annotation-experimental-1.3.0.dex.jar;annotation-jvm-1.6.0.dex.jar;annotations-13.0.dex.jar;appcompat-1.2.0.dex.jar;appcompat-resources-1.2.0.dex.jar;billing-6.0.1.dex.jar;biometric-1.1.0.dex.jar;browser-1.4.0.dex.jar;cloud-messaging.dex.jar;collection-1.1.0.dex.jar;concurrent-futures-1.1.0.dex.jar;core-1.10.1.dex.jar;core-common-2.2.0.dex.jar;core-ktx-1.10.1.dex.jar;core-runtime-2.2.0.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;error_prone_annotations-2.9.0.dex.jar;exifinterface-1.3.6.dex.jar;firebase-annotations-16.2.0.dex.jar;firebase-common-20.3.1.dex.jar;firebase-components-17.1.0.dex.jar;firebase-datatransport-18.1.7.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-encoders-proto-16.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.1.3.dex.jar;firebase-installations-interop-17.1.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-23.1.2.dex.jar;fmx.dex.jar;fragment-1.2.5.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;kotlin-stdlib-1.8.22.dex.jar;kotlin-stdlib-common-1.8.22.dex.jar;kotlin-stdlib-jdk7-1.8.22.dex.jar;kotlin-stdlib-jdk8-1.8.22.dex.jar;kotlinx-coroutines-android-1.6.4.dex.jar;kotlinx-coroutines-core-jvm-1.6.4.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.6.1.dex.jar;lifecycle-livedata-2.6.1.dex.jar;lifecycle-livedata-core-2.6.1.dex.jar;lifecycle-runtime-2.6.1.dex.jar;lifecycle-service-2.6.1.dex.jar;lifecycle-viewmodel-2.6.1.dex.jar;lifecycle-viewmodel-savedstate-2.6.1.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;okio-jvm-3.4.0.dex.jar;play-services-ads-22.2.0.dex.jar;play-services-ads-base-22.2.0.dex.jar;play-services-ads-identifier-18.0.0.dex.jar;play-services-ads-lite-22.2.0.dex.jar;play-services-appset-16.0.1.dex.jar;play-services-base-18.1.0.dex.jar;play-services-basement-18.1.0.dex.jar;play-services-cloud-messaging-17.0.1.dex.jar;play-services-location-21.0.1.dex.jar;play-services-maps-18.1.0.dex.jar;play-services-measurement-base-20.1.2.dex.jar;play-services-measurement-sdk-api-20.1.2.dex.jar;play-services-stats-17.0.2.dex.jar;play-services-tasks-18.0.2.dex.jar;print-1.0.0.dex.jar;profileinstaller-1.3.0.dex.jar;room-common-2.2.5.dex.jar;room-runtime-2.2.5.dex.jar;savedstate-1.2.1.dex.jar;sqlite-2.1.0.dex.jar;sqlite-framework-2.1.0.dex.jar;startup-runtime-1.1.1.dex.jar;tracing-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.1.8.dex.jar;transport-runtime-3.1.8.dex.jar;user-messaging-platform-2.0.0.dex.jar;vectordrawable-1.1.0.dex.jar;vectordrawable-animated-1.1.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.7.0.dex.jar</EnabledSysJars>
  113. </PropertyGroup>
  114. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  115. <VerInfo_Locale>1033</VerInfo_Locale>
  116. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  117. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  118. <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>
  119. <DCC_UsePackage>rtl;vcl;$(DCC_UsePackage)</DCC_UsePackage>
  120. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  121. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  122. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  123. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  124. <DCC_UnitSearchPath>..\Src;..\Sourcex;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  125. </PropertyGroup>
  126. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  127. <VerInfo_Locale>1033</VerInfo_Locale>
  128. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  129. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  130. <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>
  131. <DCC_UsePackage>rtl;vcl;$(DCC_UsePackage)</DCC_UsePackage>
  132. <BT_BuildType>Debug</BT_BuildType>
  133. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  134. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  135. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  136. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  137. <DCC_UnitSearchPath>..\Src;..\Sourcex;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  140. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  141. <BT_BuildType>Debug</BT_BuildType>
  142. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  143. <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>
  144. <VerInfo_Locale>1033</VerInfo_Locale>
  145. <DCC_UnitSearchPath>..\Src;..\Sourcex;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  146. </PropertyGroup>
  147. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  148. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  149. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  150. <DCC_DebugInformation>0</DCC_DebugInformation>
  151. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  152. </PropertyGroup>
  153. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  154. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  155. <VerInfo_Locale>1033</VerInfo_Locale>
  156. <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>
  157. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  158. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  159. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  162. <VerInfo_Locale>1033</VerInfo_Locale>
  163. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  164. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  165. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  166. <DCC_Description>GXScene Engine</DCC_Description>
  167. </PropertyGroup>
  168. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  169. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  170. <VerInfo_Locale>1033</VerInfo_Locale>
  171. <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>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  174. <DCC_Optimize>false</DCC_Optimize>
  175. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  176. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  177. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  178. </PropertyGroup>
  179. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  180. <VerInfo_Locale>1033</VerInfo_Locale>
  181. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  182. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  183. <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>
  184. <DCC_Description>GLXEngine</DCC_Description>
  185. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  186. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  187. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  188. </PropertyGroup>
  189. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  190. <DCC_ObjOutput>..\lib\$(Platform)</DCC_ObjOutput>
  191. <DCC_BpiOutput>..\lib\$(Platform)</DCC_BpiOutput>
  192. <DCC_HppOutput>..\include\$(Platform)</DCC_HppOutput>
  193. <DCC_Description>GXScene Platform</DCC_Description>
  194. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  195. <VerInfo_Locale>1033</VerInfo_Locale>
  196. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  197. </PropertyGroup>
  198. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  199. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  200. <VerInfo_Locale>1033</VerInfo_Locale>
  201. <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>
  202. </PropertyGroup>
  203. <ItemGroup>
  204. <DelphiCompile Include="$(MainSource)">
  205. <MainSource>MainSource</MainSource>
  206. </DelphiCompile>
  207. <DCCReference Include="rtl.dcp"/>
  208. <DCCReference Include="fmx.dcp"/>
  209. <DCCReference Include="..\SourceX\Formatx.DDSImage.pas"/>
  210. <DCCReference Include="..\SourceX\Formatx.HDRImage.pas"/>
  211. <DCCReference Include="..\SourceX\Formatx.TGA.pas"/>
  212. <DCCReference Include="..\SourceX\GXS.AnimatedSprite.pas"/>
  213. <DCCReference Include="..\SourceX\GXS.ApplicationFileIO.pas"/>
  214. <DCCReference Include="..\SourceX\GXS.ArchiveManager.pas"/>
  215. <DCCReference Include="..\SourceX\GXS.AsyncHDS.pas"/>
  216. <DCCReference Include="..\SourceX\GXS.AsyncTimer.pas"/>
  217. <DCCReference Include="..\SourceX\GXS.Atmosphere.pas"/>
  218. <DCCReference Include="..\SourceX\GXS.AVIRecorder.pas"/>
  219. <DCCReference Include="..\sourcex\GXS.BaseClasses.pas"/>
  220. <DCCReference Include="..\SourceX\GXS.BSP.pas"/>
  221. <DCCReference Include="..\SourceX\GXS.BaseMeshSilhouette.pas"/>
  222. <DCCReference Include="..\SourceX\GXS.Behaviours.pas"/>
  223. <DCCReference Include="..\SourceX\GXS.BitmapFont.pas"/>
  224. <DCCReference Include="..\SourceX\GXS.Blur.pas"/>
  225. <DCCReference Include="..\SourceX\GXS.BumpMapping.pas"/>
  226. <DCCReference Include="..\SourceX\GXS.BumpmapHDS.pas"/>
  227. <DCCReference Include="..\SourceX\GXS.Cadencer.pas"/>
  228. <DCCReference Include="..\SourceX\GXS.CameraController.pas"/>
  229. <DCCReference Include="..\SourceX\GXS.Canvas.pas"/>
  230. <DCCReference Include="..\SourceX\GXS.CelShader.pas"/>
  231. <DCCReference Include="..\SourceX\GXS.Collision.pas"/>
  232. <DCCReference Include="..\SourceX\GXS.CompositeImage.pas"/>
  233. <DCCReference Include="..\Sourcex\GXS.Coordinates.pas"/>
  234. <DCCReference Include="..\SourceX\GXS.Console.pas"/>
  235. <DCCReference Include="..\SourceX\GXS.Context.pas"/>
  236. <DCCReference Include="..\SourceX\GXS.DCE.pas"/>
  237. <DCCReference Include="..\SourceX\GXS.DCEMisc.pas"/>
  238. <DCCReference Include="..\SourceX\GXS.EParticleMasksManager.pas"/>
  239. <DCCReference Include="..\SourceX\GXS.EllipseCollision.pas"/>
  240. <DCCReference Include="..\SourceX\GXS.ExplosionFx.pas"/>
  241. <DCCReference Include="..\SourceX\GXS.Extrusion.pas"/>
  242. <DCCReference Include="..\SourceX\GXS.FBO.pas"/>
  243. <DCCReference Include="..\SourceX\GXS.FBORenderer.pas"/>
  244. <DCCReference Include="..\SourceX\GXS.FPSMovement.pas"/>
  245. <DCCReference Include="..\SourceX\GXS.Feedback.pas"/>
  246. <DCCReference Include="..\SourceX\GXS.FileASE.pas"/>
  247. <DCCReference Include="..\SourceX\GXS.File3DS.pas"/>
  248. <DCCReference Include="..\SourceX\GXS.File3DSSceneObjects.pas"/>
  249. <DCCReference Include="..\SourceX\GXS.FileB3D.pas"/>
  250. <DCCReference Include="..\SourceX\GXS.FileBMP.pas"/>
  251. <DCCReference Include="..\SourceX\GXS.FileGRD.pas"/>
  252. <DCCReference Include="..\SourceX\GXS.FileGTS.pas"/>
  253. <DCCReference Include="..\SourceX\GXS.FileDDS.pas"/>
  254. <DCCReference Include="..\SourceX\GXS.FileDXF.pas"/>
  255. <DCCReference Include="..\SourceX\GXS.FileHDR.pas"/>
  256. <DCCReference Include="..\SourceX\GXS.FileGLTF.pas"/>
  257. <DCCReference Include="..\SourceX\GXS.FileJPEG.pas"/>
  258. <DCCReference Include="..\SourceX\GXS.FileLMTS.pas"/>
  259. <DCCReference Include="..\SourceX\GXS.FileLWO.pas"/>
  260. <DCCReference Include="..\SourceX\GXS.FileMD3.pas"/>
  261. <DCCReference Include="..\SourceX\GXS.FileMD5.pas"/>
  262. <DCCReference Include="..\SourceX\GXS.FileMDC.pas"/>
  263. <DCCReference Include="..\SourceX\GXS.FileMP3.pas"/>
  264. <DCCReference Include="..\SourceX\GXS.FileMS3D.pas"/>
  265. <DCCReference Include="..\SourceX\GXS.FileNMF.pas"/>
  266. <DCCReference Include="..\SourceX\GXS.FileNurbs.pas"/>
  267. <DCCReference Include="..\SourceX\GXS.FileOBJ.pas"/>
  268. <DCCReference Include="..\SourceX\GXS.FileOCT.pas"/>
  269. <DCCReference Include="..\SourceX\GXS.FilePLY.pas"/>
  270. <DCCReference Include="..\SourceX\GXS.FilePNG.pas"/>
  271. <DCCReference Include="..\SourceX\GXS.FileQ3BSP.pas"/>
  272. <DCCReference Include="..\SourceX\GXS.FileSMD.pas"/>
  273. <DCCReference Include="..\SourceX\GXS.FileSTL.pas"/>
  274. <DCCReference Include="..\SourceX\GXS.FileTGA.pas"/>
  275. <DCCReference Include="..\SourceX\GXS.FileTIN.pas"/>
  276. <DCCReference Include="..\SourceX\GXS.FileVRML.pas"/>
  277. <DCCReference Include="..\SourceX\GXS.FileWAV.pas"/>
  278. <DCCReference Include="..\SourceX\GXS.FileX.pas"/>
  279. <DCCReference Include="..\SourceX\GXS.FireFX.pas"/>
  280. <DCCReference Include="..\SourceX\GXS.FullScreenViewer.pas"/>
  281. <DCCReference Include="..\SourceX\GXS.PolygonTesselation.pas"/>
  282. <DCCReference Include="..\SourceX\GXS.GameMenu.pas"/>
  283. <DCCReference Include="..\SourceX\GXS.GeomObjects.pas"/>
  284. <DCCReference Include="..\SourceX\GXS.Gizmo.pas"/>
  285. <DCCReference Include="..\SourceX\GXS.GizmoEx.pas"/>
  286. <DCCReference Include="..\SourceX\GXS.Graph.pas"/>
  287. <DCCReference Include="..\SourceX\GXS.Graphics.pas"/>
  288. <DCCReference Include="..\SourceX\GXS.Gui.pas"/>
  289. <DCCReference Include="..\SourceX\GXS.DynamicTexture.pas"/>
  290. <DCCReference Include="..\SourceX\GXS.HUDObjects.pas"/>
  291. <DCCReference Include="..\SourceX\GXS.HeightData.pas"/>
  292. <DCCReference Include="..\SourceX\GXS.HeightTileFile.pas"/>
  293. <DCCReference Include="..\SourceX\GXS.HeightTileFileHDS.pas"/>
  294. <DCCReference Include="..\SourceX\GXS.HiddenLineShader.pas"/>
  295. <DCCReference Include="..\SourceX\GXS.ImageUtils.pas"/>
  296. <DCCReference Include="..\SourceX\GXS.Imposter.pas"/>
  297. <DCCReference Include="..\SourceX\GXS.Isolines.pas"/>
  298. <DCCReference Include="..\SourceX\GXS.Isosurface.pas"/>
  299. <DCCReference Include="..\SourceX\GXS.Joystick.pas"/>
  300. <DCCReference Include="..\SourceX\GXS.LensFlare.pas"/>
  301. <DCCReference Include="..\SourceX\GXS.LinePFX.pas"/>
  302. <DCCReference Include="..\SourceX\GXS.Material.pas"/>
  303. <DCCReference Include="..\SourceX\GXS.MaterialMultiProxy.pas"/>
  304. <DCCReference Include="..\SourceX\GXS.MaterialScript.pas"/>
  305. <DCCReference Include="..\SourceX\GXS.Mesh.pas"/>
  306. <DCCReference Include="..\SourceX\GXS.MeshBuilder.pas"/>
  307. <DCCReference Include="..\SourceX\GXS.MeshCSG.pas"/>
  308. <DCCReference Include="..\SourceX\GXS.MeshLines.pas"/>
  309. <DCCReference Include="..\SourceX\GXS.MeshOptimizer.pas"/>
  310. <DCCReference Include="..\SourceX\GXS.MeshUtils.pas"/>
  311. <DCCReference Include="..\SourceX\GXS.Mirror.pas"/>
  312. <DCCReference Include="..\SourceX\GXS.Movement.pas"/>
  313. <DCCReference Include="..\SourceX\GXS.MultiMaterialShader.pas"/>
  314. <DCCReference Include="..\SourceX\GXS.MultiPolygon.pas"/>
  315. <DCCReference Include="..\SourceX\GXS.MultiProxy.pas"/>
  316. <DCCReference Include="..\SourceX\GXS.MultisampleImage.pas"/>
  317. <DCCReference Include="..\SourceX\GXS.Navigator.pas"/>
  318. <DCCReference Include="..\SourceX\GXS.Nodes.pas"/>
  319. <DCCReference Include="..\SourceX\GXS.ObjectManager.pas"/>
  320. <DCCReference Include="..\SourceX\GXS.Objects.pas"/>
  321. <DCCReference Include="..\SourceX\GXS.Octree.pas"/>
  322. <DCCReference Include="..\Sourcex\GXS.OpenGLAdapter.pas"/>
  323. <DCCReference Include="..\SourceX\GXS.InitOpenGL.pas"/>
  324. <DCCReference Include="..\SourceX\GXS.OutlineShader.pas"/>
  325. <DCCReference Include="..\SourceX\GXS.ParametricSurfaces.pas"/>
  326. <DCCReference Include="..\SourceX\GXS.ParticleFX.pas"/>
  327. <DCCReference Include="..\SourceX\GXS.Particles.pas"/>
  328. <DCCReference Include="..\SourceX\GXS.Perlin.pas"/>
  329. <DCCReference Include="..\SourceX\GXS.PerlinPFX.pas"/>
  330. <DCCReference Include="..\SourceX\GXS.PictureRegisteredFormats.pas"/>
  331. <DCCReference Include="..\SourceX\GXS.Portal.pas"/>
  332. <DCCReference Include="..\SourceX\GXSL.PostEffects.pas"/>
  333. <DCCReference Include="..\SourceX\GXS.ProcTextures.pas"/>
  334. <DCCReference Include="..\SourceX\GXS.ProjectedTextures.pas"/>
  335. <DCCReference Include="..\SourceX\GXS.ProxyObjects.pas"/>
  336. <DCCReference Include="..\SourceX\GXS.ROAMPatch.pas"/>
  337. <DCCReference Include="..\SourceX\GXS.Ragdoll.pas"/>
  338. <DCCReference Include="..\SourceX\GXS.RandomHDS.pas"/>
  339. <DCCReference Include="..\SourceX\GXS.RenderContextInfo.pas"/>
  340. <DCCReference Include="..\SourceX\GXS.Scene.pas"/>
  341. <DCCReference Include="..\SourceX\GXS.WinContext.pas"/>
  342. <DCCReference Include="..\SourceX\GXS.SceneViewer.pas"/>
  343. <DCCReference Include="..\SourceX\GXS.Screen.pas"/>
  344. <DCCReference Include="..\SourceX\GXS.ScreenSaver.pas"/>
  345. <DCCReference Include="..\SourceX\GXS.Selection.pas"/>
  346. <DCCReference Include="..\SourceX\GXS.ShadowHDS.pas"/>
  347. <DCCReference Include="..\SourceX\GXS.ShadowPlane.pas"/>
  348. <DCCReference Include="..\SourceX\GXS.ShadowVolume.pas"/>
  349. <DCCReference Include="..\SourceX\GXS.Silhouette.pas"/>
  350. <DCCReference Include="..\SourceX\GXS.SimpleNavigation.pas"/>
  351. <DCCReference Include="..\SourceX\GXS.Skydome.pas"/>
  352. <DCCReference Include="..\SourceX\GXS.SmoothNavigator.pas"/>
  353. <DCCReference Include="..\Sourcex\GXS.SoundManager.pas"/>
  354. <DCCReference Include="..\SourceX\GXS.SoundFileObjects.pas"/>
  355. <DCCReference Include="..\SourceX\GXS.SpaceText.pas"/>
  356. <DCCReference Include="..\SourceX\GXS.SpatialPartitioning.pas"/>
  357. <DCCReference Include="..\SourceX\GXS.State.pas"/>
  358. <DCCReference Include="..\SourceX\GXS.TerrainRenderer.pas"/>
  359. <DCCReference Include="..\SourceX\GXS.TexLensFlare.pas"/>
  360. <DCCReference Include="..\SourceX\GXS.Texture.pas"/>
  361. <DCCReference Include="..\SourceX\GXS.TextureCombiners.pas"/>
  362. <DCCReference Include="..\SourceX\GXS.TextureImageEditors.pas"/>
  363. <DCCReference Include="..\SourceX\GXS.TexturedHDS.pas"/>
  364. <DCCReference Include="..\SourceX\GXS.ThorFX.pas"/>
  365. <DCCReference Include="..\SourceX\GXS.TilePlane.pas"/>
  366. <DCCReference Include="..\SourceX\GXS.TimeEventsMgr.pas"/>
  367. <DCCReference Include="..\SourceX\GXS.Trail.pas"/>
  368. <DCCReference Include="..\SourceX\GXS.Tree.pas"/>
  369. <DCCReference Include="..\SourceX\GXS.VectorFileObjects.pas"/>
  370. <DCCReference Include="..\SourceX\GXS.VerletClothify.pas"/>
  371. <DCCReference Include="..\SourceX\GXS.VerletTypes.pas"/>
  372. <DCCReference Include="..\SourceX\GXS.WaterPlane.pas"/>
  373. <DCCReference Include="..\SourceX\GXS.Windows.pas"/>
  374. <DCCReference Include="..\SourceX\GXS.WindowsFont.pas"/>
  375. <DCCReference Include="..\SourceX\GXS.zBuffer.pas"/>
  376. <DCCReference Include="..\SourceX\GXS.PAKArchive.pas"/>
  377. <DCCReference Include="..\SourceX\GXS.SpacePartition.pas"/>
  378. <DCCReference Include="..\SourceX\GXS.XOpenGL.pas"/>
  379. <DCCReference Include="..\SourceX\GXS.ViewerOpenGL.pas"/>
  380. <DCCReference Include="..\SourceX\GXSL.AsmShader.pas"/>
  381. <DCCReference Include="..\SourceX\GXSL.BumpShaders.pas"/>
  382. <DCCReference Include="..\SourceX\GXSL.CustomShader.pas"/>
  383. <DCCReference Include="..\SourceX\GXSL.DiffuseSpecularShader.pas"/>
  384. <DCCReference Include="..\SourceX\GXSL.PhongShader.pas"/>
  385. <DCCReference Include="..\SourceX\GXSL.PostShaders.pas"/>
  386. <DCCReference Include="..\SourceX\GXSL.ProjectedTextures.pas"/>
  387. <DCCReference Include="..\SourceX\GXSL.Shader.pas"/>
  388. <DCCReference Include="..\SourceX\GXSL.ShaderCombiner.pas"/>
  389. <DCCReference Include="..\SourceX\GXSL.TextureShaders.pas"/>
  390. <DCCReference Include="..\SourceX\GXSL.Parameter.pas"/>
  391. <DCCReference Include="..\SourceX\GXSL.UserShader.pas"/>
  392. <DCCReference Include="..\SourceX\GXSL.ShaderParameter.pas"/>
  393. <DCCReference Include="..\SourceX\GXSL.ShapeShaders.pas"/>
  394. <DCCReference Include="..\SourceX\GXSL.LineShaders.pas"/>
  395. <DCCReference Include="..\SourceX\GXSL.MultiMaterialShader.pas"/>
  396. <DCCReference Include="..\Sourcex\GXS.ScriptBase.pas"/>
  397. <DCCReference Include="..\Sourcex\GXS.SmartObjects.pas"/>
  398. <DCCReference Include="..\Sourcex\GXS.CyborgManager.pas"/>
  399. <DCCReference Include="..\Sourcex\GXS.PersistentClasses.pas"/>
  400. <DCCReference Include="..\Sourcex\GXS.VectorLists.pas"/>
  401. <DCCReference Include="..\Sourcex\GXS.Color.pas"/>
  402. <DCCReference Include="..\Sourcex\GXS.CurvesAndSurfaces.pas"/>
  403. <DCCReference Include="..\Sourcex\GXS.GeometryBB.pas"/>
  404. <DCCReference Include="..\Sourcex\GXS.XCollection.pas"/>
  405. <DCCReference Include="..\Sourcex\Formatx.DXTC.pas"/>
  406. <DCCReference Include="..\Sourcex\Formatx.VFW.pas"/>
  407. <DCCReference Include="..\Sourcex\Formatx.m3DS.pas"/>
  408. <DCCReference Include="..\Sourcex\Formatx.m3DSConst.pas"/>
  409. <DCCReference Include="..\Sourcex\Formatx.m3DSTypes.pas"/>
  410. <DCCReference Include="..\Sourcex\Formatx.m3DSUtils.pas"/>
  411. <DCCReference Include="..\Sourcex\Formatx.MD3.pas"/>
  412. <DCCReference Include="..\Sourcex\Formatx.MD2.pas"/>
  413. <DCCReference Include="..\Sourcex\Formatx.LWO.pas"/>
  414. <DCCReference Include="..\Sourcex\Formatx.OCT.pas"/>
  415. <DCCReference Include="..\Sourcex\Formatx.Q3BSP.pas"/>
  416. <DCCReference Include="..\Sourcex\Formatx.X.pas"/>
  417. <DCCReference Include="..\Sourcex\Formatx.VRML.pas"/>
  418. <DCCReference Include="..\Sourcex\Formatx.Q3MD3.pas"/>
  419. <DCCReference Include="..\Sourcex\Formatx.B3D.pas"/>
  420. <DCCReference Include="..\Src\gnuGettext.pas"/>
  421. <DCCReference Include="..\Src\gnuGettextInit.pas"/>
  422. <DCCReference Include="..\Src\PasDblStrUtils.pas"/>
  423. <DCCReference Include="..\Src\PasGLTF.pas"/>
  424. <DCCReference Include="..\Src\PasJSON.pas"/>
  425. <DCCReference Include="..\Src\Stage.AnimationUtils.pas"/>
  426. <DCCReference Include="..\Src\Stage.Generics.pas"/>
  427. <DCCReference Include="..\Src\Stage.Keyboard.pas"/>
  428. <DCCReference Include="..\Src\Stage.Logger.pas"/>
  429. <DCCReference Include="..\Src\Stage.Manager.pas"/>
  430. <DCCReference Include="..\Src\Stage.OpenGL4.pas"/>
  431. <DCCReference Include="..\Src\Stage.OpenGLTokens.pas"/>
  432. <DCCReference Include="..\Src\Stage.PipelineTransform.pas"/>
  433. <DCCReference Include="..\Src\Stage.Polynomials.pas"/>
  434. <DCCReference Include="..\Src\Stage.RandomLib.pas"/>
  435. <DCCReference Include="..\Src\Stage.RedBlackTree.pas"/>
  436. <DCCReference Include="..\Src\Stage.RGBE.pas"/>
  437. <DCCReference Include="..\Src\Stage.Spline.pas"/>
  438. <DCCReference Include="..\Src\Stage.Strings.pas"/>
  439. <DCCReference Include="..\Src\Stage.TextureFormat.pas"/>
  440. <DCCReference Include="..\Src\Stage.Triangulation.pas"/>
  441. <DCCReference Include="..\Src\Stage.Utils.pas"/>
  442. <DCCReference Include="..\Src\Stage.VectorGeometry.pas"/>
  443. <DCCReference Include="..\Src\Stage.VectorTypes.pas"/>
  444. <DCCReference Include="..\Src\Stage.VectorTypesExt.pas"/>
  445. <BuildConfiguration Include="Base">
  446. <Key>Base</Key>
  447. </BuildConfiguration>
  448. <BuildConfiguration Include="Release">
  449. <Key>Cfg_1</Key>
  450. <CfgParent>Base</CfgParent>
  451. </BuildConfiguration>
  452. <BuildConfiguration Include="Debug">
  453. <Key>Cfg_2</Key>
  454. <CfgParent>Base</CfgParent>
  455. </BuildConfiguration>
  456. </ItemGroup>
  457. <ProjectExtensions>
  458. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  459. <Borland.ProjectType>Package</Borland.ProjectType>
  460. <BorlandProject>
  461. <Delphi.Personality>
  462. <Source>
  463. <Source Name="MainSource">GXScene_RT.dpk</Source>
  464. </Source>
  465. <Excluded_Packages>
  466. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GLXEngine_DTRT.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GLXEngine_DTRT.bpl not found</Excluded_Packages>
  467. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GXScene_GBE.bpl">GXScene GBE</Excluded_Packages>
  468. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GBComps.bpl">Geoblock - Components</Excluded_Packages>
  469. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k290.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  470. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp290.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  471. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k290.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  472. <Excluded_Packages Name="$(BDSBIN)\dclofficexp290.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  473. </Excluded_Packages>
  474. </Delphi.Personality>
  475. <Platforms>
  476. <Platform value="Android">False</Platform>
  477. <Platform value="Android64">False</Platform>
  478. <Platform value="Win32">True</Platform>
  479. <Platform value="Win64">True</Platform>
  480. <Platform value="Win64x">True</Platform>
  481. </Platforms>
  482. <Deployment Version="5">
  483. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libPCRE.dylib" Class="DependencyModule"/>
  484. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libcgunwind.1.0.dylib" Class="DependencyModule">
  485. <Platform Name="iOSSimulator">
  486. <Overwrite>true</Overwrite>
  487. </Platform>
  488. </DeployFile>
  489. <DeployFile LocalName="$(BDS)\Redist\iossimulator\libpcre.dylib" Class="DependencyModule">
  490. <Platform Name="iOSSimulator">
  491. <Overwrite>true</Overwrite>
  492. </Platform>
  493. </DeployFile>
  494. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgsqlite3.dylib" Class="DependencyModule"/>
  495. <DeployFile LocalName="$(BDS)\Redist\osx32\libcgunwind.1.0.dylib" Class="DependencyModule">
  496. <Platform Name="OSX32">
  497. <Overwrite>true</Overwrite>
  498. </Platform>
  499. </DeployFile>
  500. <DeployFile LocalName="$(BDS)\Redist\osx64\libcgsqlite3.dylib" Class="DependencyModule"/>
  501. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GXScene_RT.bpl" Configuration="Debug" Class="ProjectOutput"/>
  502. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\Win64\GXScene_RT.bpl" Configuration="Debug" Class="ProjectOutput"/>
  503. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\GXScene_RT.bpl" Configuration="Debug" Class="ProjectOutput">
  504. <Platform Name="Win32">
  505. <RemoteName>GXScene_RT.bpl</RemoteName>
  506. <Overwrite>true</Overwrite>
  507. </Platform>
  508. </DeployFile>
  509. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\Win64\GXScene_RT.bpl" Configuration="Debug" Class="ProjectOutput"/>
  510. <DeployFile LocalName="C:\Users\Public\Documents\Embarcadero\Studio\23.0\Bpl\Win64\GXScene_RT.bpl" Configuration="Debug" Class="ProjectOutput">
  511. <Platform Name="Win64">
  512. <RemoteName>GXScene_RT.bpl</RemoteName>
  513. <Overwrite>true</Overwrite>
  514. </Platform>
  515. </DeployFile>
  516. <DeployClass Name="AdditionalDebugSymbols">
  517. <Platform Name="OSX32">
  518. <Operation>1</Operation>
  519. </Platform>
  520. <Platform Name="Win32">
  521. <Operation>0</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="AndroidFileProvider">
  525. <Platform Name="Android">
  526. <RemoteDir>res\xml</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. <Platform Name="Android64">
  530. <RemoteDir>res\xml</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. </DeployClass>
  534. <DeployClass Name="AndroidLibnativeArmeabiFile">
  535. <Platform Name="Android">
  536. <RemoteDir>library\lib\armeabi</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. <Platform Name="Android64">
  540. <RemoteDir>library\lib\armeabi</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. </DeployClass>
  544. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  545. <Platform Name="Android64">
  546. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="AndroidLibnativeMipsFile">
  551. <Platform Name="Android">
  552. <RemoteDir>library\lib\mips</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. <Platform Name="Android64">
  556. <RemoteDir>library\lib\mips</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. </DeployClass>
  560. <DeployClass Name="AndroidServiceOutput">
  561. <Platform Name="Android">
  562. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="Android64">
  566. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. </DeployClass>
  570. <DeployClass Name="AndroidServiceOutput_Android32">
  571. <Platform Name="Android64">
  572. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  573. <Operation>1</Operation>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="AndroidSplashImageDef">
  577. <Platform Name="Android">
  578. <RemoteDir>res\drawable</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="Android64">
  582. <RemoteDir>res\drawable</RemoteDir>
  583. <Operation>1</Operation>
  584. </Platform>
  585. </DeployClass>
  586. <DeployClass Name="AndroidSplashImageDefV21">
  587. <Platform Name="Android">
  588. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  589. <Operation>1</Operation>
  590. </Platform>
  591. <Platform Name="Android64">
  592. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="AndroidSplashStyles">
  597. <Platform Name="Android">
  598. <RemoteDir>res\values</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="Android64">
  602. <RemoteDir>res\values</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="AndroidSplashStylesV21">
  607. <Platform Name="Android">
  608. <RemoteDir>res\values-v21</RemoteDir>
  609. <Operation>1</Operation>
  610. </Platform>
  611. <Platform Name="Android64">
  612. <RemoteDir>res\values-v21</RemoteDir>
  613. <Operation>1</Operation>
  614. </Platform>
  615. </DeployClass>
  616. <DeployClass Name="AndroidSplashStylesV31">
  617. <Platform Name="Android">
  618. <RemoteDir>res\values-v31</RemoteDir>
  619. <Operation>1</Operation>
  620. </Platform>
  621. <Platform Name="Android64">
  622. <RemoteDir>res\values-v31</RemoteDir>
  623. <Operation>1</Operation>
  624. </Platform>
  625. </DeployClass>
  626. <DeployClass Name="Android_AdaptiveIcon">
  627. <Platform Name="Android">
  628. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="Android64">
  632. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  633. <Operation>1</Operation>
  634. </Platform>
  635. </DeployClass>
  636. <DeployClass Name="Android_AdaptiveIconBackground">
  637. <Platform Name="Android">
  638. <RemoteDir>res\drawable</RemoteDir>
  639. <Operation>1</Operation>
  640. </Platform>
  641. <Platform Name="Android64">
  642. <RemoteDir>res\drawable</RemoteDir>
  643. <Operation>1</Operation>
  644. </Platform>
  645. </DeployClass>
  646. <DeployClass Name="Android_AdaptiveIconForeground">
  647. <Platform Name="Android">
  648. <RemoteDir>res\drawable</RemoteDir>
  649. <Operation>1</Operation>
  650. </Platform>
  651. <Platform Name="Android64">
  652. <RemoteDir>res\drawable</RemoteDir>
  653. <Operation>1</Operation>
  654. </Platform>
  655. </DeployClass>
  656. <DeployClass Name="Android_AdaptiveIconMonochrome">
  657. <Platform Name="Android">
  658. <RemoteDir>res\drawable</RemoteDir>
  659. <Operation>1</Operation>
  660. </Platform>
  661. <Platform Name="Android64">
  662. <RemoteDir>res\drawable</RemoteDir>
  663. <Operation>1</Operation>
  664. </Platform>
  665. </DeployClass>
  666. <DeployClass Name="Android_AdaptiveIconV33">
  667. <Platform Name="Android">
  668. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  669. <Operation>1</Operation>
  670. </Platform>
  671. <Platform Name="Android64">
  672. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  673. <Operation>1</Operation>
  674. </Platform>
  675. </DeployClass>
  676. <DeployClass Name="Android_Colors">
  677. <Platform Name="Android">
  678. <RemoteDir>res\values</RemoteDir>
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="Android64">
  682. <RemoteDir>res\values</RemoteDir>
  683. <Operation>1</Operation>
  684. </Platform>
  685. </DeployClass>
  686. <DeployClass Name="Android_ColorsDark">
  687. <Platform Name="Android">
  688. <RemoteDir>res\values-night-v21</RemoteDir>
  689. <Operation>1</Operation>
  690. </Platform>
  691. <Platform Name="Android64">
  692. <RemoteDir>res\values-night-v21</RemoteDir>
  693. <Operation>1</Operation>
  694. </Platform>
  695. </DeployClass>
  696. <DeployClass Name="Android_DefaultAppIcon">
  697. <Platform Name="Android">
  698. <RemoteDir>res\drawable</RemoteDir>
  699. <Operation>1</Operation>
  700. </Platform>
  701. <Platform Name="Android64">
  702. <RemoteDir>res\drawable</RemoteDir>
  703. <Operation>1</Operation>
  704. </Platform>
  705. </DeployClass>
  706. <DeployClass Name="Android_LauncherIcon144">
  707. <Platform Name="Android">
  708. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="Android64">
  712. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  713. <Operation>1</Operation>
  714. </Platform>
  715. </DeployClass>
  716. <DeployClass Name="Android_LauncherIcon192">
  717. <Platform Name="Android">
  718. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  719. <Operation>1</Operation>
  720. </Platform>
  721. <Platform Name="Android64">
  722. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  723. <Operation>1</Operation>
  724. </Platform>
  725. </DeployClass>
  726. <DeployClass Name="Android_LauncherIcon36">
  727. <Platform Name="Android">
  728. <RemoteDir>res\drawable-ldpi</RemoteDir>
  729. <Operation>1</Operation>
  730. </Platform>
  731. <Platform Name="Android64">
  732. <RemoteDir>res\drawable-ldpi</RemoteDir>
  733. <Operation>1</Operation>
  734. </Platform>
  735. </DeployClass>
  736. <DeployClass Name="Android_LauncherIcon48">
  737. <Platform Name="Android">
  738. <RemoteDir>res\drawable-mdpi</RemoteDir>
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="Android64">
  742. <RemoteDir>res\drawable-mdpi</RemoteDir>
  743. <Operation>1</Operation>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Name="Android_LauncherIcon72">
  747. <Platform Name="Android">
  748. <RemoteDir>res\drawable-hdpi</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="Android64">
  752. <RemoteDir>res\drawable-hdpi</RemoteDir>
  753. <Operation>1</Operation>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Name="Android_LauncherIcon96">
  757. <Platform Name="Android">
  758. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="Android64">
  762. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  763. <Operation>1</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <DeployClass Name="Android_NotificationIcon24">
  767. <Platform Name="Android">
  768. <RemoteDir>res\drawable-mdpi</RemoteDir>
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="Android64">
  772. <RemoteDir>res\drawable-mdpi</RemoteDir>
  773. <Operation>1</Operation>
  774. </Platform>
  775. </DeployClass>
  776. <DeployClass Name="Android_NotificationIcon36">
  777. <Platform Name="Android">
  778. <RemoteDir>res\drawable-hdpi</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="Android64">
  782. <RemoteDir>res\drawable-hdpi</RemoteDir>
  783. <Operation>1</Operation>
  784. </Platform>
  785. </DeployClass>
  786. <DeployClass Name="Android_NotificationIcon48">
  787. <Platform Name="Android">
  788. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  789. <Operation>1</Operation>
  790. </Platform>
  791. <Platform Name="Android64">
  792. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  793. <Operation>1</Operation>
  794. </Platform>
  795. </DeployClass>
  796. <DeployClass Name="Android_NotificationIcon72">
  797. <Platform Name="Android">
  798. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. <Platform Name="Android64">
  802. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  803. <Operation>1</Operation>
  804. </Platform>
  805. </DeployClass>
  806. <DeployClass Name="Android_NotificationIcon96">
  807. <Platform Name="Android">
  808. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="Android64">
  812. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  813. <Operation>1</Operation>
  814. </Platform>
  815. </DeployClass>
  816. <DeployClass Name="Android_SplashImage426">
  817. <Platform Name="Android">
  818. <RemoteDir>res\drawable-small</RemoteDir>
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="Android64">
  822. <RemoteDir>res\drawable-small</RemoteDir>
  823. <Operation>1</Operation>
  824. </Platform>
  825. </DeployClass>
  826. <DeployClass Name="Android_SplashImage470">
  827. <Platform Name="Android">
  828. <RemoteDir>res\drawable-normal</RemoteDir>
  829. <Operation>1</Operation>
  830. </Platform>
  831. <Platform Name="Android64">
  832. <RemoteDir>res\drawable-normal</RemoteDir>
  833. <Operation>1</Operation>
  834. </Platform>
  835. </DeployClass>
  836. <DeployClass Name="Android_SplashImage640">
  837. <Platform Name="Android">
  838. <RemoteDir>res\drawable-large</RemoteDir>
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="Android64">
  842. <RemoteDir>res\drawable-large</RemoteDir>
  843. <Operation>1</Operation>
  844. </Platform>
  845. </DeployClass>
  846. <DeployClass Name="Android_SplashImage960">
  847. <Platform Name="Android">
  848. <RemoteDir>res\drawable-xlarge</RemoteDir>
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="Android64">
  852. <RemoteDir>res\drawable-xlarge</RemoteDir>
  853. <Operation>1</Operation>
  854. </Platform>
  855. </DeployClass>
  856. <DeployClass Name="Android_Strings">
  857. <Platform Name="Android">
  858. <RemoteDir>res\values</RemoteDir>
  859. <Operation>1</Operation>
  860. </Platform>
  861. <Platform Name="Android64">
  862. <RemoteDir>res\values</RemoteDir>
  863. <Operation>1</Operation>
  864. </Platform>
  865. </DeployClass>
  866. <DeployClass Name="Android_VectorizedNotificationIcon">
  867. <Platform Name="Android">
  868. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  869. <Operation>1</Operation>
  870. </Platform>
  871. <Platform Name="Android64">
  872. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  873. <Operation>1</Operation>
  874. </Platform>
  875. </DeployClass>
  876. <DeployClass Name="Android_VectorizedSplash">
  877. <Platform Name="Android">
  878. <RemoteDir>res\drawable</RemoteDir>
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="Android64">
  882. <RemoteDir>res\drawable</RemoteDir>
  883. <Operation>1</Operation>
  884. </Platform>
  885. </DeployClass>
  886. <DeployClass Name="Android_VectorizedSplashDark">
  887. <Platform Name="Android">
  888. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  889. <Operation>1</Operation>
  890. </Platform>
  891. <Platform Name="Android64">
  892. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Name="Android_VectorizedSplashV31">
  897. <Platform Name="Android">
  898. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="Android64">
  902. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  903. <Operation>1</Operation>
  904. </Platform>
  905. </DeployClass>
  906. <DeployClass Name="Android_VectorizedSplashV31Dark">
  907. <Platform Name="Android">
  908. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="Android64">
  912. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="DebugSymbols">
  917. <Platform Name="iOSSimulator">
  918. <Operation>1</Operation>
  919. </Platform>
  920. <Platform Name="OSX32">
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="Win32">
  924. <Operation>0</Operation>
  925. </Platform>
  926. </DeployClass>
  927. <DeployClass Name="DependencyFramework">
  928. <Platform Name="OSX32">
  929. <Operation>1</Operation>
  930. <Extensions>.framework</Extensions>
  931. </Platform>
  932. <Platform Name="OSX64">
  933. <Operation>1</Operation>
  934. <Extensions>.framework</Extensions>
  935. </Platform>
  936. <Platform Name="OSXARM64">
  937. <Operation>1</Operation>
  938. <Extensions>.framework</Extensions>
  939. </Platform>
  940. <Platform Name="Win32">
  941. <Operation>0</Operation>
  942. </Platform>
  943. </DeployClass>
  944. <DeployClass Name="DependencyModule">
  945. <Platform Name="OSX32">
  946. <Operation>1</Operation>
  947. <Extensions>.dylib</Extensions>
  948. </Platform>
  949. <Platform Name="OSX64">
  950. <Operation>1</Operation>
  951. <Extensions>.dylib</Extensions>
  952. </Platform>
  953. <Platform Name="OSXARM64">
  954. <Operation>1</Operation>
  955. <Extensions>.dylib</Extensions>
  956. </Platform>
  957. <Platform Name="Win32">
  958. <Operation>0</Operation>
  959. <Extensions>.dll;.bpl</Extensions>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Required="true" Name="DependencyPackage">
  963. <Platform Name="iOSDevice32">
  964. <Operation>1</Operation>
  965. <Extensions>.dylib</Extensions>
  966. </Platform>
  967. <Platform Name="iOSDevice64">
  968. <Operation>1</Operation>
  969. <Extensions>.dylib</Extensions>
  970. </Platform>
  971. <Platform Name="iOSSimARM64">
  972. <Operation>1</Operation>
  973. <Extensions>.dylib</Extensions>
  974. </Platform>
  975. <Platform Name="OSX32">
  976. <Operation>1</Operation>
  977. <Extensions>.dylib</Extensions>
  978. </Platform>
  979. <Platform Name="OSX64">
  980. <Operation>1</Operation>
  981. <Extensions>.dylib</Extensions>
  982. </Platform>
  983. <Platform Name="OSXARM64">
  984. <Operation>1</Operation>
  985. <Extensions>.dylib</Extensions>
  986. </Platform>
  987. <Platform Name="Win32">
  988. <Operation>0</Operation>
  989. <Extensions>.bpl</Extensions>
  990. </Platform>
  991. </DeployClass>
  992. <DeployClass Name="File">
  993. <Platform Name="Android">
  994. <Operation>0</Operation>
  995. </Platform>
  996. <Platform Name="Android64">
  997. <Operation>0</Operation>
  998. </Platform>
  999. <Platform Name="iOSDevice32">
  1000. <Operation>0</Operation>
  1001. </Platform>
  1002. <Platform Name="iOSDevice64">
  1003. <Operation>0</Operation>
  1004. </Platform>
  1005. <Platform Name="iOSSimARM64">
  1006. <Operation>0</Operation>
  1007. </Platform>
  1008. <Platform Name="OSX32">
  1009. <Operation>0</Operation>
  1010. </Platform>
  1011. <Platform Name="OSX64">
  1012. <Operation>0</Operation>
  1013. </Platform>
  1014. <Platform Name="OSXARM64">
  1015. <Operation>0</Operation>
  1016. </Platform>
  1017. <Platform Name="Win32">
  1018. <Operation>0</Operation>
  1019. </Platform>
  1020. </DeployClass>
  1021. <DeployClass Name="ProjectAndroidManifest">
  1022. <Platform Name="Android">
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="Android64">
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. </DeployClass>
  1029. <DeployClass Name="ProjectOSXDebug"/>
  1030. <DeployClass Name="ProjectOSXEntitlements"/>
  1031. <DeployClass Name="ProjectOSXInfoPList"/>
  1032. <DeployClass Name="ProjectOSXResource">
  1033. <Platform Name="OSX32">
  1034. <RemoteDir>Contents\Resources</RemoteDir>
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="OSX64">
  1038. <RemoteDir>Contents\Resources</RemoteDir>
  1039. <Operation>1</Operation>
  1040. </Platform>
  1041. <Platform Name="OSXARM64">
  1042. <RemoteDir>Contents\Resources</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. </DeployClass>
  1046. <DeployClass Required="true" Name="ProjectOutput">
  1047. <Platform Name="Android">
  1048. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. <Platform Name="Android64">
  1052. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSDevice32">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. <Platform Name="iOSDevice64">
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. <Platform Name="iOSSimARM64">
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="Linux64">
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="OSX32">
  1068. <Operation>1</Operation>
  1069. </Platform>
  1070. <Platform Name="OSX64">
  1071. <Operation>1</Operation>
  1072. </Platform>
  1073. <Platform Name="OSXARM64">
  1074. <Operation>1</Operation>
  1075. </Platform>
  1076. <Platform Name="Win32">
  1077. <Operation>0</Operation>
  1078. </Platform>
  1079. </DeployClass>
  1080. <DeployClass Name="ProjectOutput_Android32">
  1081. <Platform Name="Android64">
  1082. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. </DeployClass>
  1086. <DeployClass Name="ProjectUWPManifest">
  1087. <Platform Name="Win32">
  1088. <Operation>1</Operation>
  1089. </Platform>
  1090. <Platform Name="Win64">
  1091. <Operation>1</Operation>
  1092. </Platform>
  1093. <Platform Name="Win64x">
  1094. <Operation>1</Operation>
  1095. </Platform>
  1096. </DeployClass>
  1097. <DeployClass Name="ProjectiOSDeviceDebug">
  1098. <Platform Name="iOSDevice32">
  1099. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1100. <Operation>1</Operation>
  1101. </Platform>
  1102. <Platform Name="iOSDevice64">
  1103. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1104. <Operation>1</Operation>
  1105. </Platform>
  1106. <Platform Name="iOSSimARM64">
  1107. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1108. <Operation>1</Operation>
  1109. </Platform>
  1110. </DeployClass>
  1111. <DeployClass Name="ProjectiOSEntitlements"/>
  1112. <DeployClass Name="ProjectiOSInfoPList"/>
  1113. <DeployClass Name="ProjectiOSLaunchScreen"/>
  1114. <DeployClass Name="ProjectiOSResource">
  1115. <Platform Name="iOSDevice32">
  1116. <Operation>1</Operation>
  1117. </Platform>
  1118. <Platform Name="iOSDevice64">
  1119. <Operation>1</Operation>
  1120. </Platform>
  1121. <Platform Name="iOSSimARM64">
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. </DeployClass>
  1125. <DeployClass Name="UWP_DelphiLogo150">
  1126. <Platform Name="Win32">
  1127. <RemoteDir>Assets</RemoteDir>
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. <Platform Name="Win64">
  1131. <RemoteDir>Assets</RemoteDir>
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. </DeployClass>
  1135. <DeployClass Name="UWP_DelphiLogo44">
  1136. <Platform Name="Win32">
  1137. <RemoteDir>Assets</RemoteDir>
  1138. <Operation>1</Operation>
  1139. </Platform>
  1140. <Platform Name="Win64">
  1141. <RemoteDir>Assets</RemoteDir>
  1142. <Operation>1</Operation>
  1143. </Platform>
  1144. </DeployClass>
  1145. <DeployClass Name="iOS_AppStore1024">
  1146. <Platform Name="iOSDevice64">
  1147. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1148. <Operation>1</Operation>
  1149. </Platform>
  1150. <Platform Name="iOSSimARM64">
  1151. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1152. <Operation>1</Operation>
  1153. </Platform>
  1154. </DeployClass>
  1155. <DeployClass Name="iPad_AppIcon152">
  1156. <Platform Name="iOSDevice64">
  1157. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1158. <Operation>1</Operation>
  1159. </Platform>
  1160. <Platform Name="iOSSimARM64">
  1161. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1162. <Operation>1</Operation>
  1163. </Platform>
  1164. </DeployClass>
  1165. <DeployClass Name="iPad_AppIcon167">
  1166. <Platform Name="iOSDevice64">
  1167. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1168. <Operation>1</Operation>
  1169. </Platform>
  1170. <Platform Name="iOSSimARM64">
  1171. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. </DeployClass>
  1175. <DeployClass Name="iPad_Launch2x">
  1176. <Platform Name="iOSDevice64">
  1177. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1178. <Operation>1</Operation>
  1179. </Platform>
  1180. <Platform Name="iOSSimARM64">
  1181. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1182. <Operation>1</Operation>
  1183. </Platform>
  1184. </DeployClass>
  1185. <DeployClass Name="iPad_LaunchDark2x">
  1186. <Platform Name="iOSDevice64">
  1187. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1188. <Operation>1</Operation>
  1189. </Platform>
  1190. <Platform Name="iOSSimARM64">
  1191. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1192. <Operation>1</Operation>
  1193. </Platform>
  1194. </DeployClass>
  1195. <DeployClass Name="iPad_Notification40">
  1196. <Platform Name="iOSDevice64">
  1197. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1198. <Operation>1</Operation>
  1199. </Platform>
  1200. <Platform Name="iOSSimARM64">
  1201. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1202. <Operation>1</Operation>
  1203. </Platform>
  1204. </DeployClass>
  1205. <DeployClass Name="iPad_Setting58">
  1206. <Platform Name="iOSDevice64">
  1207. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1208. <Operation>1</Operation>
  1209. </Platform>
  1210. <Platform Name="iOSSimARM64">
  1211. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1212. <Operation>1</Operation>
  1213. </Platform>
  1214. </DeployClass>
  1215. <DeployClass Name="iPad_SpotLight80">
  1216. <Platform Name="iOSDevice64">
  1217. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1218. <Operation>1</Operation>
  1219. </Platform>
  1220. <Platform Name="iOSSimARM64">
  1221. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1222. <Operation>1</Operation>
  1223. </Platform>
  1224. </DeployClass>
  1225. <DeployClass Name="iPhone_AppIcon120">
  1226. <Platform Name="iOSDevice64">
  1227. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1228. <Operation>1</Operation>
  1229. </Platform>
  1230. <Platform Name="iOSSimARM64">
  1231. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1232. <Operation>1</Operation>
  1233. </Platform>
  1234. </DeployClass>
  1235. <DeployClass Name="iPhone_AppIcon180">
  1236. <Platform Name="iOSDevice64">
  1237. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1238. <Operation>1</Operation>
  1239. </Platform>
  1240. <Platform Name="iOSSimARM64">
  1241. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1242. <Operation>1</Operation>
  1243. </Platform>
  1244. </DeployClass>
  1245. <DeployClass Name="iPhone_Launch2x">
  1246. <Platform Name="iOSDevice64">
  1247. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1248. <Operation>1</Operation>
  1249. </Platform>
  1250. <Platform Name="iOSSimARM64">
  1251. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1252. <Operation>1</Operation>
  1253. </Platform>
  1254. </DeployClass>
  1255. <DeployClass Name="iPhone_Launch3x">
  1256. <Platform Name="iOSDevice64">
  1257. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1258. <Operation>1</Operation>
  1259. </Platform>
  1260. <Platform Name="iOSSimARM64">
  1261. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1262. <Operation>1</Operation>
  1263. </Platform>
  1264. </DeployClass>
  1265. <DeployClass Name="iPhone_LaunchDark2x">
  1266. <Platform Name="iOSDevice64">
  1267. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1268. <Operation>1</Operation>
  1269. </Platform>
  1270. <Platform Name="iOSSimARM64">
  1271. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1272. <Operation>1</Operation>
  1273. </Platform>
  1274. </DeployClass>
  1275. <DeployClass Name="iPhone_LaunchDark3x">
  1276. <Platform Name="iOSDevice64">
  1277. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1278. <Operation>1</Operation>
  1279. </Platform>
  1280. <Platform Name="iOSSimARM64">
  1281. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1282. <Operation>1</Operation>
  1283. </Platform>
  1284. </DeployClass>
  1285. <DeployClass Name="iPhone_Notification40">
  1286. <Platform Name="iOSDevice64">
  1287. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1288. <Operation>1</Operation>
  1289. </Platform>
  1290. <Platform Name="iOSSimARM64">
  1291. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1292. <Operation>1</Operation>
  1293. </Platform>
  1294. </DeployClass>
  1295. <DeployClass Name="iPhone_Notification60">
  1296. <Platform Name="iOSDevice64">
  1297. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1298. <Operation>1</Operation>
  1299. </Platform>
  1300. <Platform Name="iOSSimARM64">
  1301. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1302. <Operation>1</Operation>
  1303. </Platform>
  1304. </DeployClass>
  1305. <DeployClass Name="iPhone_Setting58">
  1306. <Platform Name="iOSDevice64">
  1307. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1308. <Operation>1</Operation>
  1309. </Platform>
  1310. <Platform Name="iOSSimARM64">
  1311. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1312. <Operation>1</Operation>
  1313. </Platform>
  1314. </DeployClass>
  1315. <DeployClass Name="iPhone_Setting87">
  1316. <Platform Name="iOSDevice64">
  1317. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1318. <Operation>1</Operation>
  1319. </Platform>
  1320. <Platform Name="iOSSimARM64">
  1321. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1322. <Operation>1</Operation>
  1323. </Platform>
  1324. </DeployClass>
  1325. <DeployClass Name="iPhone_Spotlight120">
  1326. <Platform Name="iOSDevice64">
  1327. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1328. <Operation>1</Operation>
  1329. </Platform>
  1330. <Platform Name="iOSSimARM64">
  1331. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1332. <Operation>1</Operation>
  1333. </Platform>
  1334. </DeployClass>
  1335. <DeployClass Name="iPhone_Spotlight80">
  1336. <Platform Name="iOSDevice64">
  1337. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1338. <Operation>1</Operation>
  1339. </Platform>
  1340. <Platform Name="iOSSimARM64">
  1341. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1342. <Operation>1</Operation>
  1343. </Platform>
  1344. </DeployClass>
  1345. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1346. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1347. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1348. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1349. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1350. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1351. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1352. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME)"/>
  1353. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME)"/>
  1354. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME)"/>
  1355. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1356. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1357. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1358. </Deployment>
  1359. <ModelSupport>False</ModelSupport>
  1360. </BorlandProject>
  1361. <ProjectFileVersion>12</ProjectFileVersion>
  1362. </ProjectExtensions>
  1363. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  1364. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1365. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1366. </Project>