CgCellShaderC.cbproj 65 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{95DF6596-8E76-40AF-8599-C146F9E87F72}</ProjectGuid>
  4. <ProjectVersion>20.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>CgCellShaderC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <CC_Suffix Condition="'$(CC_Suffix)'==''">c</CC_Suffix>
  12. <TargetedPlatforms>1</TargetedPlatforms>
  13. <ProjectName Condition="'$(ProjectName)'==''">CgCellShaderC</ProjectName>
  14. </PropertyGroup>
  15. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  16. <Base>true</Base>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  19. <Base_Win32>true</Base_Win32>
  20. <CfgParent>Base</CfgParent>
  21. <Base>true</Base>
  22. </PropertyGroup>
  23. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  24. <Base_Win64>true</Base_Win64>
  25. <CfgParent>Base</CfgParent>
  26. <Base>true</Base>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
  29. <Base_Win64x>true</Base_Win64x>
  30. <CfgParent>Base</CfgParent>
  31. <Base>true</Base>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  34. <Cfg_1>true</Cfg_1>
  35. <CfgParent>Base</CfgParent>
  36. <Base>true</Base>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  39. <Cfg_1_Win32>true</Cfg_1_Win32>
  40. <CfgParent>Cfg_1</CfgParent>
  41. <Cfg_1>true</Cfg_1>
  42. <Base>true</Base>
  43. </PropertyGroup>
  44. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
  45. <Cfg_1_Win64x>true</Cfg_1_Win64x>
  46. <CfgParent>Cfg_1</CfgParent>
  47. <Cfg_1>true</Cfg_1>
  48. <Base>true</Base>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  51. <Cfg_2>true</Cfg_2>
  52. <CfgParent>Base</CfgParent>
  53. <Base>true</Base>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  56. <Cfg_2_Win32>true</Cfg_2_Win32>
  57. <CfgParent>Cfg_2</CfgParent>
  58. <Cfg_2>true</Cfg_2>
  59. <Base>true</Base>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64x)'!=''">
  62. <Cfg_2_Win64x>true</Cfg_2_Win64x>
  63. <CfgParent>Cfg_2</CfgParent>
  64. <Cfg_2>true</Cfg_2>
  65. <Base>true</Base>
  66. </PropertyGroup>
  67. <PropertyGroup Condition="'$(Base)'!=''">
  68. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  69. <DynamicRTL>true</DynamicRTL>
  70. <UsePackages>true</UsePackages>
  71. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  72. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  73. <BCC_wpar>false</BCC_wpar>
  74. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  75. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  76. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  77. <ProjectType>CppVCLApplication</ProjectType>
  78. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  79. <AllPackageLibs>rtl.lib;vcl.lib;vclimg.lib;GLScene_RT.lib;xmlrtl.lib;GLScene_Cg_RT.lib</AllPackageLibs>
  80. <_TCHARMapping>wchar_t</_TCHARMapping>
  81. <Multithreaded>true</Multithreaded>
  82. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  83. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  84. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  85. <IncludePath>D:\GLScene\Demos\cgshaders\cellshading\;$(IncludePath)</IncludePath>
  86. <SanitizedProjectName>CgCellShaderC</SanitizedProjectName>
  87. </PropertyGroup>
  88. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  89. <PackageImports>adortl;appanalytics;bcbie;bcbsmp;bdertl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindcompvclsmp;bindcompvclwinx;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapFireDAC;DataSnapIndy10ServerTransport;DataSnapNativeClient;DataSnapProviderClient;DataSnapServer;DataSnapServerMidas;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;dsnapxml;emsclient;emsclientfiredac;emsedge;emshosting;emsserverresource;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACCommonODBC;FireDACDb2Driver;FireDACDBXDriver;FireDACDSDriver;FireDACIBDriver;FireDACInfxDriver;FireDACMongoDBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;FireDACTDataDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;GBComps;GLScene_Cg_RT;GLScene_GPU_RT;GLScene_Physics_RT;GLScene_RT;GLScene_Sounds_RT;GR32_DT;GR32_RT;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;RESTBackendComponents;RESTComponents;rtl;soapmidas;soaprtl;soapserver;Tee;TeeDB;TeeUI;tethering;vcl;vclactnband;vcldb;vcldbx;vcldsnap;vcledge;vclFireDAC;vclie;vclimg;VCLRESTComponents;VclSmp;vcltouch;vclwinx;vclx;xmlrtl;$(PackageImports)</PackageImports>
  90. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  91. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  92. <BT_BuildType>Debug</BT_BuildType>
  93. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <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>
  95. <VerInfo_Locale>1033</VerInfo_Locale>
  96. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  97. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  98. <AppDPIAwarenessMode>none</AppDPIAwarenessMode>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  101. <PackageImports>adortl;appanalytics;bcbie;bcbsmp;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindcompvclsmp;bindcompvclwinx;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapFireDAC;DataSnapIndy10ServerTransport;DataSnapNativeClient;DataSnapProviderClient;DataSnapServer;DataSnapServerMidas;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;dsnapxml;emsclient;emsclientfiredac;emsedge;emshosting;emsserverresource;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACCommonODBC;FireDACDb2Driver;FireDACDBXDriver;FireDACDSDriver;FireDACIBDriver;FireDACInfxDriver;FireDACMongoDBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;FireDACTDataDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;GLScene_Cg_RT;GLScene_GPU_RT;GLScene_Physics_RT;GLScene_RT;GLScene_Sounds_RT;GR32_RT;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;RESTBackendComponents;RESTComponents;rtl;soapmidas;soaprtl;soapserver;Tee;TeeDB;TeeUI;tethering;vcl;vclactnband;vcldb;vcldsnap;vcledge;vclFireDAC;vclie;vclimg;VCLRESTComponents;VclSmp;vcltouch;vclwinx;vclx;xmlrtl;$(PackageImports)</PackageImports>
  102. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  105. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  106. <BT_BuildType>Debug</BT_BuildType>
  107. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  108. <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>
  109. <VerInfo_Locale>1033</VerInfo_Locale>
  110. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  111. </PropertyGroup>
  112. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  113. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  114. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  115. <DCC_Optimize>false</DCC_Optimize>
  116. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  117. <Defines>_DEBUG;$(Defines)</Defines>
  118. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  119. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  120. <DCC_Define>DEBUG</DCC_Define>
  121. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  122. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  123. <BCC_StackFrames>true</BCC_StackFrames>
  124. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  125. <TASM_Debugging>Full</TASM_Debugging>
  126. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  127. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  128. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  129. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  130. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  131. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  132. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  135. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  136. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  137. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  138. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  139. <LinkPackageImports>rtl.bpi;vcl.bpi;vclimg.bpi;GLScene_RT.bpi;xmlrtl.bpi;GLScene_Cg_RT.bpi</LinkPackageImports>
  140. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  141. <VerInfo_Locale>1033</VerInfo_Locale>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  144. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  147. <Defines>NDEBUG;$(Defines)</Defines>
  148. <TASM_Debugging>None</TASM_Debugging>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  151. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  152. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  153. <BCC_UseClassicCompiler>false</BCC_UseClassicCompiler>
  154. </PropertyGroup>
  155. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  156. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  157. </PropertyGroup>
  158. <ItemGroup>
  159. <CppCompile Include="CgCellShaderC.cpp">
  160. <BuildOrder>0</BuildOrder>
  161. </CppCompile>
  162. <CppCompile Include="fCelShadingC.cpp">
  163. <Form>Form1</Form>
  164. <FormType>dfm</FormType>
  165. <DependentOn>fCelShadingC.h</DependentOn>
  166. <BuildOrder>3</BuildOrder>
  167. </CppCompile>
  168. <FormResources Include="fCelShadingC.dfm"/>
  169. <BuildConfiguration Include="Base">
  170. <Key>Base</Key>
  171. </BuildConfiguration>
  172. <BuildConfiguration Include="Debug">
  173. <Key>Cfg_1</Key>
  174. <CfgParent>Base</CfgParent>
  175. </BuildConfiguration>
  176. <BuildConfiguration Include="Release">
  177. <Key>Cfg_2</Key>
  178. <CfgParent>Base</CfgParent>
  179. </BuildConfiguration>
  180. </ItemGroup>
  181. <ProjectExtensions>
  182. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  183. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  184. <BorlandProject>
  185. <CPlusPlusBuilder.Personality>
  186. <ProjectProperties>
  187. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  188. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  189. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  190. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  191. </ProjectProperties>
  192. <Source>
  193. <Source Name="MainSource">CgCellShaderC.cpp</Source>
  194. </Source>
  195. <Excluded_Packages>
  196. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GBComps.bpl">Geoblock - Components</Excluded_Packages>
  197. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GBE3D.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\GBE3D.bpl not found</Excluded_Packages>
  198. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  199. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  200. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  201. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  202. </Excluded_Packages>
  203. </CPlusPlusBuilder.Personality>
  204. <Deployment Version="4">
  205. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  206. <Platform Name="OSX32">
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  211. <Platform Name="OSX32">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  216. <Platform Name="Win64">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  221. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  222. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  223. <Platform Name="Win64">
  224. <Overwrite>true</Overwrite>
  225. </Platform>
  226. </DeployFile>
  227. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  228. <Platform Name="Win64">
  229. <Overwrite>true</Overwrite>
  230. </Platform>
  231. </DeployFile>
  232. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  233. <Platform Name="Win32">
  234. <Overwrite>true</Overwrite>
  235. </Platform>
  236. </DeployFile>
  237. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  239. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.dll" Class="DependencyModule">
  240. <Platform Name="Win32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32290mt.dll" Class="DependencyModule">
  245. <Platform Name="Win32">
  246. <Overwrite>true</Overwrite>
  247. </Platform>
  248. </DeployFile>
  249. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  250. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  251. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  252. <Platform Name="Win32">
  253. <Overwrite>true</Overwrite>
  254. </Platform>
  255. </DeployFile>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  257. <Platform Name="Win32">
  258. <Overwrite>true</Overwrite>
  259. </Platform>
  260. </DeployFile>
  261. <DeployFile LocalName=".\Win32\Debug\CgCellShaderC.exe" Configuration="Debug" Class="ProjectOutput"/>
  262. <DeployFile LocalName=".\Win32\Debug\CgCellShaderC.tds" Configuration="Debug" Class="DebugSymbols"/>
  263. <DeployClass Name="AdditionalDebugSymbols">
  264. <Platform Name="iOSSimulator">
  265. <Operation>1</Operation>
  266. </Platform>
  267. <Platform Name="OSX32">
  268. <RemoteDir>Contents\MacOS</RemoteDir>
  269. <Operation>1</Operation>
  270. </Platform>
  271. <Platform Name="Win32">
  272. <Operation>0</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidClasses">
  276. <Platform Name="Android">
  277. <RemoteDir>classes</RemoteDir>
  278. <Operation>64</Operation>
  279. </Platform>
  280. <Platform Name="Android64">
  281. <RemoteDir>classes</RemoteDir>
  282. <Operation>64</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="AndroidFileProvider">
  286. <Platform Name="Android">
  287. <RemoteDir>res\xml</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. <Platform Name="Android64">
  291. <RemoteDir>res\xml</RemoteDir>
  292. <Operation>1</Operation>
  293. </Platform>
  294. </DeployClass>
  295. <DeployClass Name="AndroidLibnativeArmeabiFile">
  296. <Platform Name="Android">
  297. <RemoteDir>library\lib\armeabi</RemoteDir>
  298. <Operation>1</Operation>
  299. </Platform>
  300. <Platform Name="Android64">
  301. <RemoteDir>library\lib\armeabi</RemoteDir>
  302. <Operation>1</Operation>
  303. </Platform>
  304. </DeployClass>
  305. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  306. <Platform Name="Android64">
  307. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  308. <Operation>1</Operation>
  309. </Platform>
  310. </DeployClass>
  311. <DeployClass Name="AndroidLibnativeMipsFile">
  312. <Platform Name="Android">
  313. <RemoteDir>library\lib\mips</RemoteDir>
  314. <Operation>1</Operation>
  315. </Platform>
  316. <Platform Name="Android64">
  317. <RemoteDir>library\lib\mips</RemoteDir>
  318. <Operation>1</Operation>
  319. </Platform>
  320. </DeployClass>
  321. <DeployClass Name="AndroidServiceOutput">
  322. <Platform Name="Android">
  323. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  324. <Operation>1</Operation>
  325. </Platform>
  326. <Platform Name="Android64">
  327. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="AndroidServiceOutput_Android32">
  332. <Platform Name="Android64">
  333. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="AndroidSplashImageDef">
  338. <Platform Name="Android">
  339. <RemoteDir>res\drawable</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. <Platform Name="Android64">
  343. <RemoteDir>res\drawable</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="AndroidSplashImageDefV21">
  348. <Platform Name="Android">
  349. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="Android64">
  353. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  354. <Operation>1</Operation>
  355. </Platform>
  356. </DeployClass>
  357. <DeployClass Name="AndroidSplashStyles">
  358. <Platform Name="Android">
  359. <RemoteDir>res\values</RemoteDir>
  360. <Operation>1</Operation>
  361. </Platform>
  362. <Platform Name="Android64">
  363. <RemoteDir>res\values</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="AndroidSplashStylesV21">
  368. <Platform Name="Android">
  369. <RemoteDir>res\values-v21</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. <Platform Name="Android64">
  373. <RemoteDir>res\values-v21</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="AndroidSplashStylesV31">
  378. <Platform Name="Android">
  379. <RemoteDir>res\values-v31</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. <Platform Name="Android64">
  383. <RemoteDir>res\values-v31</RemoteDir>
  384. <Operation>1</Operation>
  385. </Platform>
  386. </DeployClass>
  387. <DeployClass Name="Android_AdaptiveIcon">
  388. <Platform Name="Android">
  389. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  390. <Operation>1</Operation>
  391. </Platform>
  392. <Platform Name="Android64">
  393. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_AdaptiveIconBackground">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. <Platform Name="Android64">
  403. <RemoteDir>res\drawable</RemoteDir>
  404. <Operation>1</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="Android_AdaptiveIconForeground">
  408. <Platform Name="Android">
  409. <RemoteDir>res\drawable</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. <Platform Name="Android64">
  413. <RemoteDir>res\drawable</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_AdaptiveIconMonochrome">
  418. <Platform Name="Android">
  419. <RemoteDir>res\drawable</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. <Platform Name="Android64">
  423. <RemoteDir>res\drawable</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_AdaptiveIconV33">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. <Platform Name="Android64">
  433. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="Android_Colors">
  438. <Platform Name="Android">
  439. <RemoteDir>res\values</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. <Platform Name="Android64">
  443. <RemoteDir>res\values</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. </DeployClass>
  447. <DeployClass Name="Android_ColorsDark">
  448. <Platform Name="Android">
  449. <RemoteDir>res\values-night-v21</RemoteDir>
  450. <Operation>1</Operation>
  451. </Platform>
  452. <Platform Name="Android64">
  453. <RemoteDir>res\values-night-v21</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_DefaultAppIcon">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. <Platform Name="Android64">
  463. <RemoteDir>res\drawable</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="Android_LauncherIcon144">
  468. <Platform Name="Android">
  469. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. <Platform Name="Android64">
  473. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  474. <Operation>1</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="Android_LauncherIcon192">
  478. <Platform Name="Android">
  479. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="Android64">
  483. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  484. <Operation>1</Operation>
  485. </Platform>
  486. </DeployClass>
  487. <DeployClass Name="Android_LauncherIcon36">
  488. <Platform Name="Android">
  489. <RemoteDir>res\drawable-ldpi</RemoteDir>
  490. <Operation>1</Operation>
  491. </Platform>
  492. <Platform Name="Android64">
  493. <RemoteDir>res\drawable-ldpi</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="Android_LauncherIcon48">
  498. <Platform Name="Android">
  499. <RemoteDir>res\drawable-mdpi</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. <Platform Name="Android64">
  503. <RemoteDir>res\drawable-mdpi</RemoteDir>
  504. <Operation>1</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="Android_LauncherIcon72">
  508. <Platform Name="Android">
  509. <RemoteDir>res\drawable-hdpi</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. <Platform Name="Android64">
  513. <RemoteDir>res\drawable-hdpi</RemoteDir>
  514. <Operation>1</Operation>
  515. </Platform>
  516. </DeployClass>
  517. <DeployClass Name="Android_LauncherIcon96">
  518. <Platform Name="Android">
  519. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  520. <Operation>1</Operation>
  521. </Platform>
  522. <Platform Name="Android64">
  523. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  524. <Operation>1</Operation>
  525. </Platform>
  526. </DeployClass>
  527. <DeployClass Name="Android_NotificationIcon24">
  528. <Platform Name="Android">
  529. <RemoteDir>res\drawable-mdpi</RemoteDir>
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="Android64">
  533. <RemoteDir>res\drawable-mdpi</RemoteDir>
  534. <Operation>1</Operation>
  535. </Platform>
  536. </DeployClass>
  537. <DeployClass Name="Android_NotificationIcon36">
  538. <Platform Name="Android">
  539. <RemoteDir>res\drawable-hdpi</RemoteDir>
  540. <Operation>1</Operation>
  541. </Platform>
  542. <Platform Name="Android64">
  543. <RemoteDir>res\drawable-hdpi</RemoteDir>
  544. <Operation>1</Operation>
  545. </Platform>
  546. </DeployClass>
  547. <DeployClass Name="Android_NotificationIcon48">
  548. <Platform Name="Android">
  549. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. <Platform Name="Android64">
  553. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  554. <Operation>1</Operation>
  555. </Platform>
  556. </DeployClass>
  557. <DeployClass Name="Android_NotificationIcon72">
  558. <Platform Name="Android">
  559. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  560. <Operation>1</Operation>
  561. </Platform>
  562. <Platform Name="Android64">
  563. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="Android_NotificationIcon96">
  568. <Platform Name="Android">
  569. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. <Platform Name="Android64">
  573. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  574. <Operation>1</Operation>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="Android_SplashImage426">
  578. <Platform Name="Android">
  579. <RemoteDir>res\drawable-small</RemoteDir>
  580. <Operation>1</Operation>
  581. </Platform>
  582. <Platform Name="Android64">
  583. <RemoteDir>res\drawable-small</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="Android_SplashImage470">
  588. <Platform Name="Android">
  589. <RemoteDir>res\drawable-normal</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="Android64">
  593. <RemoteDir>res\drawable-normal</RemoteDir>
  594. <Operation>1</Operation>
  595. </Platform>
  596. </DeployClass>
  597. <DeployClass Name="Android_SplashImage640">
  598. <Platform Name="Android">
  599. <RemoteDir>res\drawable-large</RemoteDir>
  600. <Operation>1</Operation>
  601. </Platform>
  602. <Platform Name="Android64">
  603. <RemoteDir>res\drawable-large</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="Android_SplashImage960">
  608. <Platform Name="Android">
  609. <RemoteDir>res\drawable-xlarge</RemoteDir>
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="Android64">
  613. <RemoteDir>res\drawable-xlarge</RemoteDir>
  614. <Operation>1</Operation>
  615. </Platform>
  616. </DeployClass>
  617. <DeployClass Name="Android_Strings">
  618. <Platform Name="Android">
  619. <RemoteDir>res\values</RemoteDir>
  620. <Operation>1</Operation>
  621. </Platform>
  622. <Platform Name="Android64">
  623. <RemoteDir>res\values</RemoteDir>
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="Android_VectorizedNotificationIcon">
  628. <Platform Name="Android">
  629. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  630. <Operation>1</Operation>
  631. </Platform>
  632. <Platform Name="Android64">
  633. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  634. <Operation>1</Operation>
  635. </Platform>
  636. </DeployClass>
  637. <DeployClass Name="Android_VectorizedSplash">
  638. <Platform Name="Android">
  639. <RemoteDir>res\drawable</RemoteDir>
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="Android64">
  643. <RemoteDir>res\drawable</RemoteDir>
  644. <Operation>1</Operation>
  645. </Platform>
  646. </DeployClass>
  647. <DeployClass Name="Android_VectorizedSplashDark">
  648. <Platform Name="Android">
  649. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  650. <Operation>1</Operation>
  651. </Platform>
  652. <Platform Name="Android64">
  653. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  654. <Operation>1</Operation>
  655. </Platform>
  656. </DeployClass>
  657. <DeployClass Name="Android_VectorizedSplashV31">
  658. <Platform Name="Android">
  659. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  660. <Operation>1</Operation>
  661. </Platform>
  662. <Platform Name="Android64">
  663. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  664. <Operation>1</Operation>
  665. </Platform>
  666. </DeployClass>
  667. <DeployClass Name="Android_VectorizedSplashV31Dark">
  668. <Platform Name="Android">
  669. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  670. <Operation>1</Operation>
  671. </Platform>
  672. <Platform Name="Android64">
  673. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  674. <Operation>1</Operation>
  675. </Platform>
  676. </DeployClass>
  677. <DeployClass Name="DebugSymbols">
  678. <Platform Name="iOSSimulator">
  679. <Operation>1</Operation>
  680. </Platform>
  681. <Platform Name="OSX32">
  682. <RemoteDir>Contents\MacOS</RemoteDir>
  683. <Operation>1</Operation>
  684. </Platform>
  685. <Platform Name="Win32">
  686. <Operation>0</Operation>
  687. </Platform>
  688. </DeployClass>
  689. <DeployClass Name="DependencyFramework">
  690. <Platform Name="OSX32">
  691. <RemoteDir>Contents\MacOS</RemoteDir>
  692. <Operation>1</Operation>
  693. <Extensions>.framework</Extensions>
  694. </Platform>
  695. <Platform Name="OSX64">
  696. <RemoteDir>Contents\MacOS</RemoteDir>
  697. <Operation>1</Operation>
  698. <Extensions>.framework</Extensions>
  699. </Platform>
  700. <Platform Name="OSXARM64">
  701. <RemoteDir>Contents\MacOS</RemoteDir>
  702. <Operation>1</Operation>
  703. <Extensions>.framework</Extensions>
  704. </Platform>
  705. <Platform Name="Win32">
  706. <Operation>0</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Name="DependencyModule">
  710. <Platform Name="iOSDevice32">
  711. <Operation>1</Operation>
  712. <Extensions>.dylib</Extensions>
  713. </Platform>
  714. <Platform Name="iOSDevice64">
  715. <Operation>1</Operation>
  716. <Extensions>.dylib</Extensions>
  717. </Platform>
  718. <Platform Name="iOSSimARM64">
  719. <Operation>1</Operation>
  720. <Extensions>.dylib</Extensions>
  721. </Platform>
  722. <Platform Name="OSX32">
  723. <RemoteDir>Contents\MacOS</RemoteDir>
  724. <Operation>1</Operation>
  725. <Extensions>.dylib</Extensions>
  726. </Platform>
  727. <Platform Name="OSX64">
  728. <RemoteDir>Contents\MacOS</RemoteDir>
  729. <Operation>1</Operation>
  730. <Extensions>.dylib</Extensions>
  731. </Platform>
  732. <Platform Name="OSXARM64">
  733. <RemoteDir>Contents\MacOS</RemoteDir>
  734. <Operation>1</Operation>
  735. <Extensions>.dylib</Extensions>
  736. </Platform>
  737. <Platform Name="Win32">
  738. <Operation>0</Operation>
  739. <Extensions>.dll;.bpl</Extensions>
  740. </Platform>
  741. </DeployClass>
  742. <DeployClass Required="true" Name="DependencyPackage">
  743. <Platform Name="iOSDevice32">
  744. <Operation>1</Operation>
  745. <Extensions>.dylib</Extensions>
  746. </Platform>
  747. <Platform Name="iOSDevice64">
  748. <Operation>1</Operation>
  749. <Extensions>.dylib</Extensions>
  750. </Platform>
  751. <Platform Name="iOSSimARM64">
  752. <Operation>1</Operation>
  753. <Extensions>.dylib</Extensions>
  754. </Platform>
  755. <Platform Name="OSX32">
  756. <RemoteDir>Contents\MacOS</RemoteDir>
  757. <Operation>1</Operation>
  758. <Extensions>.dylib</Extensions>
  759. </Platform>
  760. <Platform Name="OSX64">
  761. <RemoteDir>Contents\MacOS</RemoteDir>
  762. <Operation>1</Operation>
  763. <Extensions>.dylib</Extensions>
  764. </Platform>
  765. <Platform Name="OSXARM64">
  766. <RemoteDir>Contents\MacOS</RemoteDir>
  767. <Operation>1</Operation>
  768. <Extensions>.dylib</Extensions>
  769. </Platform>
  770. <Platform Name="Win32">
  771. <Operation>0</Operation>
  772. <Extensions>.bpl</Extensions>
  773. </Platform>
  774. </DeployClass>
  775. <DeployClass Name="File">
  776. <Platform Name="Android">
  777. <Operation>0</Operation>
  778. </Platform>
  779. <Platform Name="Android64">
  780. <Operation>0</Operation>
  781. </Platform>
  782. <Platform Name="iOSDevice32">
  783. <Operation>0</Operation>
  784. </Platform>
  785. <Platform Name="iOSDevice64">
  786. <Operation>0</Operation>
  787. </Platform>
  788. <Platform Name="iOSSimARM64">
  789. <Operation>0</Operation>
  790. </Platform>
  791. <Platform Name="OSX32">
  792. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  793. <Operation>0</Operation>
  794. </Platform>
  795. <Platform Name="OSX64">
  796. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  797. <Operation>0</Operation>
  798. </Platform>
  799. <Platform Name="OSXARM64">
  800. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  801. <Operation>0</Operation>
  802. </Platform>
  803. <Platform Name="Win32">
  804. <Operation>0</Operation>
  805. </Platform>
  806. </DeployClass>
  807. <DeployClass Name="ProjectAndroidManifest">
  808. <Platform Name="Android">
  809. <Operation>1</Operation>
  810. </Platform>
  811. <Platform Name="Android64">
  812. <Operation>1</Operation>
  813. </Platform>
  814. </DeployClass>
  815. <DeployClass Name="ProjectOSXDebug">
  816. <Platform Name="OSX64">
  817. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  818. <Operation>1</Operation>
  819. </Platform>
  820. <Platform Name="OSXARM64">
  821. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  822. <Operation>1</Operation>
  823. </Platform>
  824. </DeployClass>
  825. <DeployClass Name="ProjectOSXEntitlements">
  826. <Platform Name="OSX32">
  827. <RemoteDir>..\</RemoteDir>
  828. <Operation>1</Operation>
  829. </Platform>
  830. <Platform Name="OSX64">
  831. <RemoteDir>..\</RemoteDir>
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="OSXARM64">
  835. <RemoteDir>..\</RemoteDir>
  836. <Operation>1</Operation>
  837. </Platform>
  838. </DeployClass>
  839. <DeployClass Name="ProjectOSXInfoPList">
  840. <Platform Name="OSX32">
  841. <RemoteDir>Contents</RemoteDir>
  842. <Operation>1</Operation>
  843. </Platform>
  844. <Platform Name="OSX64">
  845. <RemoteDir>Contents</RemoteDir>
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="OSXARM64">
  849. <RemoteDir>Contents</RemoteDir>
  850. <Operation>1</Operation>
  851. </Platform>
  852. </DeployClass>
  853. <DeployClass Name="ProjectOSXResource">
  854. <Platform Name="OSX32">
  855. <RemoteDir>Contents\Resources</RemoteDir>
  856. <Operation>1</Operation>
  857. </Platform>
  858. <Platform Name="OSX64">
  859. <RemoteDir>Contents\Resources</RemoteDir>
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="OSXARM64">
  863. <RemoteDir>Contents\Resources</RemoteDir>
  864. <Operation>1</Operation>
  865. </Platform>
  866. </DeployClass>
  867. <DeployClass Required="true" Name="ProjectOutput">
  868. <Platform Name="Android">
  869. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  870. <Operation>1</Operation>
  871. </Platform>
  872. <Platform Name="Android64">
  873. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSDevice32">
  877. <Operation>1</Operation>
  878. </Platform>
  879. <Platform Name="iOSDevice64">
  880. <Operation>1</Operation>
  881. </Platform>
  882. <Platform Name="iOSSimARM64">
  883. <Operation>1</Operation>
  884. </Platform>
  885. <Platform Name="Linux64">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="OSX32">
  889. <RemoteDir>Contents\MacOS</RemoteDir>
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="OSX64">
  893. <RemoteDir>Contents\MacOS</RemoteDir>
  894. <Operation>1</Operation>
  895. </Platform>
  896. <Platform Name="OSXARM64">
  897. <RemoteDir>Contents\MacOS</RemoteDir>
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="Win32">
  901. <Operation>0</Operation>
  902. </Platform>
  903. </DeployClass>
  904. <DeployClass Name="ProjectOutput_Android32">
  905. <Platform Name="Android64">
  906. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  907. <Operation>1</Operation>
  908. </Platform>
  909. </DeployClass>
  910. <DeployClass Name="ProjectUWPManifest">
  911. <Platform Name="Win32">
  912. <Operation>1</Operation>
  913. </Platform>
  914. <Platform Name="Win64">
  915. <Operation>1</Operation>
  916. </Platform>
  917. <Platform Name="Win64x">
  918. <Operation>1</Operation>
  919. </Platform>
  920. </DeployClass>
  921. <DeployClass Name="ProjectiOSDeviceDebug">
  922. <Platform Name="iOSDevice32">
  923. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  924. <Operation>1</Operation>
  925. </Platform>
  926. <Platform Name="iOSDevice64">
  927. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. <Platform Name="iOSSimARM64">
  931. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  932. <Operation>1</Operation>
  933. </Platform>
  934. </DeployClass>
  935. <DeployClass Name="ProjectiOSEntitlements">
  936. <Platform Name="iOSDevice32">
  937. <RemoteDir>..\</RemoteDir>
  938. <Operation>1</Operation>
  939. </Platform>
  940. <Platform Name="iOSDevice64">
  941. <RemoteDir>..\</RemoteDir>
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSSimARM64">
  945. <RemoteDir>..\</RemoteDir>
  946. <Operation>1</Operation>
  947. </Platform>
  948. </DeployClass>
  949. <DeployClass Name="ProjectiOSInfoPList">
  950. <Platform Name="iOSDevice32">
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="iOSDevice64">
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="iOSSimARM64">
  957. <Operation>1</Operation>
  958. </Platform>
  959. </DeployClass>
  960. <DeployClass Name="ProjectiOSLaunchScreen">
  961. <Platform Name="iOSDevice64">
  962. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  963. <Operation>64</Operation>
  964. </Platform>
  965. <Platform Name="iOSSimARM64">
  966. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  967. <Operation>64</Operation>
  968. </Platform>
  969. </DeployClass>
  970. <DeployClass Name="ProjectiOSResource">
  971. <Platform Name="iOSDevice32">
  972. <Operation>1</Operation>
  973. </Platform>
  974. <Platform Name="iOSDevice64">
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="iOSSimARM64">
  978. <Operation>1</Operation>
  979. </Platform>
  980. </DeployClass>
  981. <DeployClass Name="UWP_CppLogo150">
  982. <Platform Name="Win32">
  983. <RemoteDir>Assets</RemoteDir>
  984. <Operation>1</Operation>
  985. </Platform>
  986. <Platform Name="Win64">
  987. <RemoteDir>Assets</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. <Platform Name="Win64x">
  991. <RemoteDir>Assets</RemoteDir>
  992. <Operation>1</Operation>
  993. </Platform>
  994. </DeployClass>
  995. <DeployClass Name="UWP_CppLogo44">
  996. <Platform Name="Win32">
  997. <RemoteDir>Assets</RemoteDir>
  998. <Operation>1</Operation>
  999. </Platform>
  1000. <Platform Name="Win64">
  1001. <RemoteDir>Assets</RemoteDir>
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="Win64x">
  1005. <RemoteDir>Assets</RemoteDir>
  1006. <Operation>1</Operation>
  1007. </Platform>
  1008. </DeployClass>
  1009. <DeployClass Name="iOS_AppStore1024">
  1010. <Platform Name="iOSDevice64">
  1011. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="iOSSimARM64">
  1015. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. </DeployClass>
  1019. <DeployClass Name="iPad_AppIcon152">
  1020. <Platform Name="iOSDevice64">
  1021. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1022. <Operation>1</Operation>
  1023. </Platform>
  1024. <Platform Name="iOSSimARM64">
  1025. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. </DeployClass>
  1029. <DeployClass Name="iPad_AppIcon167">
  1030. <Platform Name="iOSDevice64">
  1031. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimARM64">
  1035. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1036. <Operation>1</Operation>
  1037. </Platform>
  1038. </DeployClass>
  1039. <DeployClass Name="iPad_Launch2x">
  1040. <Platform Name="iOSDevice64">
  1041. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1042. <Operation>1</Operation>
  1043. </Platform>
  1044. <Platform Name="iOSSimARM64">
  1045. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. </DeployClass>
  1049. <DeployClass Name="iPad_LaunchDark2x">
  1050. <Platform Name="iOSDevice64">
  1051. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. <Platform Name="iOSSimARM64">
  1055. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. </DeployClass>
  1059. <DeployClass Name="iPad_Notification40">
  1060. <Platform Name="iOSDevice64">
  1061. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="iOSSimARM64">
  1065. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. </DeployClass>
  1069. <DeployClass Name="iPad_Setting58">
  1070. <Platform Name="iOSDevice64">
  1071. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. <Platform Name="iOSSimARM64">
  1075. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="iPad_SpotLight80">
  1080. <Platform Name="iOSDevice64">
  1081. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1082. <Operation>1</Operation>
  1083. </Platform>
  1084. <Platform Name="iOSSimARM64">
  1085. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1086. <Operation>1</Operation>
  1087. </Platform>
  1088. </DeployClass>
  1089. <DeployClass Name="iPhone_AppIcon120">
  1090. <Platform Name="iOSDevice64">
  1091. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. <Platform Name="iOSSimARM64">
  1095. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1096. <Operation>1</Operation>
  1097. </Platform>
  1098. </DeployClass>
  1099. <DeployClass Name="iPhone_AppIcon180">
  1100. <Platform Name="iOSDevice64">
  1101. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. <Platform Name="iOSSimARM64">
  1105. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. </DeployClass>
  1109. <DeployClass Name="iPhone_Launch2x">
  1110. <Platform Name="iOSDevice64">
  1111. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1112. <Operation>1</Operation>
  1113. </Platform>
  1114. <Platform Name="iOSSimARM64">
  1115. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1116. <Operation>1</Operation>
  1117. </Platform>
  1118. </DeployClass>
  1119. <DeployClass Name="iPhone_Launch3x">
  1120. <Platform Name="iOSDevice64">
  1121. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. <Platform Name="iOSSimARM64">
  1125. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1126. <Operation>1</Operation>
  1127. </Platform>
  1128. </DeployClass>
  1129. <DeployClass Name="iPhone_LaunchDark2x">
  1130. <Platform Name="iOSDevice64">
  1131. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1132. <Operation>1</Operation>
  1133. </Platform>
  1134. <Platform Name="iOSSimARM64">
  1135. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. </DeployClass>
  1139. <DeployClass Name="iPhone_LaunchDark3x">
  1140. <Platform Name="iOSDevice64">
  1141. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1142. <Operation>1</Operation>
  1143. </Platform>
  1144. <Platform Name="iOSSimARM64">
  1145. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1146. <Operation>1</Operation>
  1147. </Platform>
  1148. </DeployClass>
  1149. <DeployClass Name="iPhone_Notification40">
  1150. <Platform Name="iOSDevice64">
  1151. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1152. <Operation>1</Operation>
  1153. </Platform>
  1154. <Platform Name="iOSSimARM64">
  1155. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1156. <Operation>1</Operation>
  1157. </Platform>
  1158. </DeployClass>
  1159. <DeployClass Name="iPhone_Notification60">
  1160. <Platform Name="iOSDevice64">
  1161. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1162. <Operation>1</Operation>
  1163. </Platform>
  1164. <Platform Name="iOSSimARM64">
  1165. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1166. <Operation>1</Operation>
  1167. </Platform>
  1168. </DeployClass>
  1169. <DeployClass Name="iPhone_Setting58">
  1170. <Platform Name="iOSDevice64">
  1171. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. <Platform Name="iOSSimARM64">
  1175. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1176. <Operation>1</Operation>
  1177. </Platform>
  1178. </DeployClass>
  1179. <DeployClass Name="iPhone_Setting87">
  1180. <Platform Name="iOSDevice64">
  1181. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1182. <Operation>1</Operation>
  1183. </Platform>
  1184. <Platform Name="iOSSimARM64">
  1185. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1186. <Operation>1</Operation>
  1187. </Platform>
  1188. </DeployClass>
  1189. <DeployClass Name="iPhone_Spotlight120">
  1190. <Platform Name="iOSDevice64">
  1191. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1192. <Operation>1</Operation>
  1193. </Platform>
  1194. <Platform Name="iOSSimARM64">
  1195. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1196. <Operation>1</Operation>
  1197. </Platform>
  1198. </DeployClass>
  1199. <DeployClass Name="iPhone_Spotlight80">
  1200. <Platform Name="iOSDevice64">
  1201. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1202. <Operation>1</Operation>
  1203. </Platform>
  1204. <Platform Name="iOSSimARM64">
  1205. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1206. <Operation>1</Operation>
  1207. </Platform>
  1208. </DeployClass>
  1209. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1210. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1211. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1212. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1213. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1214. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1215. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1216. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1217. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1218. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1219. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1220. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1221. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1222. </Deployment>
  1223. <Platforms>
  1224. <Platform value="Win32">True</Platform>
  1225. <Platform value="Win64">False</Platform>
  1226. <Platform value="Win64x">False</Platform>
  1227. </Platforms>
  1228. </BorlandProject>
  1229. <ProjectFileVersion>12</ProjectFileVersion>
  1230. </ProjectExtensions>
  1231. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1232. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1233. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1234. </Project>