DiffuseSpecularShader.cbproj 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{834E3C84-2E24-4C64-B27E-1891FEB70493}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>DiffuseSpecularShader.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win64</Platform>
  11. <TargetedPlatforms>3</TargetedPlatforms>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  22. <Base_Win64>true</Base_Win64>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  27. <Cfg_1>true</Cfg_1>
  28. <CfgParent>Base</CfgParent>
  29. <Base>true</Base>
  30. </PropertyGroup>
  31. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  32. <Cfg_1_Win32>true</Cfg_1_Win32>
  33. <CfgParent>Cfg_1</CfgParent>
  34. <Cfg_1>true</Cfg_1>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  38. <Cfg_1_Win64>true</Cfg_1_Win64>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  44. <Cfg_2>true</Cfg_2>
  45. <CfgParent>Base</CfgParent>
  46. <Base>true</Base>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  49. <Cfg_2_Win32>true</Cfg_2_Win32>
  50. <CfgParent>Cfg_2</CfgParent>
  51. <Cfg_2>true</Cfg_2>
  52. <Base>true</Base>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  55. <Cfg_2_Win64>true</Cfg_2_Win64>
  56. <CfgParent>Cfg_2</CfgParent>
  57. <Cfg_2>true</Cfg_2>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="'$(Base)'!=''">
  61. <SanitizedProjectName>DiffuseSpecularShader</SanitizedProjectName>
  62. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  63. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  64. <IncludePath>D:\GLScene\Samples\CPP\Demos\glslshaders\DiffuseSpecularShader\;$(IncludePath)</IncludePath>
  65. <ProjectType>CppVCLApplication</ProjectType>
  66. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  67. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\glslshaders\DiffuseSpecularShader\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  68. <Multithreaded>true</Multithreaded>
  69. <_TCHARMapping>wchar_t</_TCHARMapping>
  70. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  71. <DynamicRTL>true</DynamicRTL>
  72. <UsePackages>true</UsePackages>
  73. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  74. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  75. <BCC_wpar>false</BCC_wpar>
  76. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  77. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  78. </PropertyGroup>
  79. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  80. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  81. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  82. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  83. <VerInfo_Locale>1033</VerInfo_Locale>
  84. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  87. <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>
  88. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  89. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  92. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  94. <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>
  95. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  97. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  98. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  99. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  100. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  103. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  104. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  105. <DCC_Optimize>false</DCC_Optimize>
  106. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  107. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  108. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  109. <DCC_Define>DEBUG</DCC_Define>
  110. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  111. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  112. <BCC_StackFrames>true</BCC_StackFrames>
  113. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  114. <TASM_Debugging>Full</TASM_Debugging>
  115. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  116. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  117. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  118. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  119. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  120. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  123. <Defines>_DEBUG;$(Defines)</Defines>
  124. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  125. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  126. <BT_BuildType>Debug</BT_BuildType>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  129. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  130. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  131. <Defines>_DEBUG;$(Defines)</Defines>
  132. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  133. <BT_BuildType>Debug</BT_BuildType>
  134. </PropertyGroup>
  135. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  136. <TASM_Debugging>None</TASM_Debugging>
  137. </PropertyGroup>
  138. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  139. <Defines>NDEBUG;$(Defines)</Defines>
  140. </PropertyGroup>
  141. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  142. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  143. <Defines>NDEBUG;$(Defines)</Defines>
  144. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  145. </PropertyGroup>
  146. <ItemGroup>
  147. <CppCompile Include="DiffuseSpecularShader.cpp">
  148. <BuildOrder>0</BuildOrder>
  149. </CppCompile>
  150. <CppCompile Include="Unit1.cpp">
  151. <Form>Form1</Form>
  152. <FormType>dfm</FormType>
  153. <DependentOn>Unit1.h</DependentOn>
  154. <BuildOrder>2</BuildOrder>
  155. </CppCompile>
  156. <FormResources Include="Unit1.dfm"/>
  157. <BuildConfiguration Include="Release">
  158. <Key>Cfg_2</Key>
  159. <CfgParent>Base</CfgParent>
  160. </BuildConfiguration>
  161. <BuildConfiguration Include="Base">
  162. <Key>Base</Key>
  163. </BuildConfiguration>
  164. <BuildConfiguration Include="Debug">
  165. <Key>Cfg_1</Key>
  166. <CfgParent>Base</CfgParent>
  167. </BuildConfiguration>
  168. </ItemGroup>
  169. <ProjectExtensions>
  170. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  171. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  172. <BorlandProject>
  173. <CPlusPlusBuilder.Personality>
  174. <Source>
  175. <Source Name="MainSource">DiffuseSpecularShader.cpp</Source>
  176. </Source>
  177. <VersionInfo>
  178. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  179. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  180. <VersionInfo Name="MajorVer">1</VersionInfo>
  181. <VersionInfo Name="MinorVer">0</VersionInfo>
  182. <VersionInfo Name="Release">0</VersionInfo>
  183. <VersionInfo Name="Build">0</VersionInfo>
  184. <VersionInfo Name="Debug">False</VersionInfo>
  185. <VersionInfo Name="PreRelease">False</VersionInfo>
  186. <VersionInfo Name="Special">False</VersionInfo>
  187. <VersionInfo Name="Private">False</VersionInfo>
  188. <VersionInfo Name="DLL">False</VersionInfo>
  189. <VersionInfo Name="Locale">1049</VersionInfo>
  190. <VersionInfo Name="CodePage">1251</VersionInfo>
  191. </VersionInfo>
  192. <VersionInfoKeys>
  193. <VersionInfoKeys Name="CompanyName"/>
  194. <VersionInfoKeys Name="FileDescription"/>
  195. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  196. <VersionInfoKeys Name="InternalName"/>
  197. <VersionInfoKeys Name="LegalCopyright"/>
  198. <VersionInfoKeys Name="LegalTrademarks"/>
  199. <VersionInfoKeys Name="OriginalFilename"/>
  200. <VersionInfoKeys Name="ProductName"/>
  201. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  202. <VersionInfoKeys Name="Comments"/>
  203. <VersionInfoKeys Name="CFBundleName"/>
  204. <VersionInfoKeys Name="CFBundleDisplayName"/>
  205. <VersionInfoKeys Name="CFBundleIdentifier"/>
  206. <VersionInfoKeys Name="CFBundleVersion"/>
  207. <VersionInfoKeys Name="CFBundlePackageType"/>
  208. <VersionInfoKeys Name="CFBundleSignature"/>
  209. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  210. <VersionInfoKeys Name="CFBundleExecutable"/>
  211. </VersionInfoKeys>
  212. <ProjectProperties>
  213. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  214. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  215. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  216. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  217. </ProjectProperties>
  218. </CPlusPlusBuilder.Personality>
  219. <Deployment Version="3">
  220. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  221. <Platform Name="Win32">
  222. <Overwrite>true</Overwrite>
  223. </Platform>
  224. </DeployFile>
  225. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  226. <Platform Name="Win32">
  227. <Overwrite>true</Overwrite>
  228. </Platform>
  229. </DeployFile>
  230. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  231. <Platform Name="Win32">
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  236. <Platform Name="Win64">
  237. <Overwrite>true</Overwrite>
  238. </Platform>
  239. </DeployFile>
  240. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  241. <Platform Name="OSX32">
  242. <Overwrite>true</Overwrite>
  243. </Platform>
  244. </DeployFile>
  245. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  246. <Platform Name="Win32">
  247. <Overwrite>true</Overwrite>
  248. </Platform>
  249. </DeployFile>
  250. <DeployFile LocalName=".\Win32\Debug\DiffuseSpecularShader.exe" Configuration="Debug" Class="ProjectOutput">
  251. <Platform Name="Win32">
  252. <RemoteName>DiffuseSpecularShader.exe</RemoteName>
  253. <Overwrite>true</Overwrite>
  254. </Platform>
  255. </DeployFile>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  257. <Platform Name="OSX32">
  258. <Overwrite>true</Overwrite>
  259. </Platform>
  260. </DeployFile>
  261. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  262. <Platform Name="Win64">
  263. <Overwrite>true</Overwrite>
  264. </Platform>
  265. </DeployFile>
  266. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  267. <Platform Name="OSX64">
  268. <Overwrite>true</Overwrite>
  269. </Platform>
  270. </DeployFile>
  271. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  272. <Platform Name="Win32">
  273. <Overwrite>true</Overwrite>
  274. </Platform>
  275. </DeployFile>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  277. <Platform Name="Win32">
  278. <Overwrite>true</Overwrite>
  279. </Platform>
  280. </DeployFile>
  281. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  282. <Platform Name="Win64">
  283. <Overwrite>true</Overwrite>
  284. </Platform>
  285. </DeployFile>
  286. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  287. <Platform Name="Win32">
  288. <Overwrite>true</Overwrite>
  289. </Platform>
  290. </DeployFile>
  291. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
  292. <Platform Name="Win32">
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  297. <Platform Name="Win32">
  298. <Overwrite>true</Overwrite>
  299. </Platform>
  300. </DeployFile>
  301. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  302. <Platform Name="Win64">
  303. <Overwrite>true</Overwrite>
  304. </Platform>
  305. </DeployFile>
  306. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule">
  307. <Platform Name="Win64">
  308. <Overwrite>true</Overwrite>
  309. </Platform>
  310. </DeployFile>
  311. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  312. <Platform Name="Win64">
  313. <Overwrite>true</Overwrite>
  314. </Platform>
  315. </DeployFile>
  316. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  317. <Platform Name="Win32">
  318. <Overwrite>true</Overwrite>
  319. </Platform>
  320. </DeployFile>
  321. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  322. <Platform Name="Win64">
  323. <Overwrite>true</Overwrite>
  324. </Platform>
  325. </DeployFile>
  326. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  327. <Platform Name="Win32">
  328. <Overwrite>true</Overwrite>
  329. </Platform>
  330. </DeployFile>
  331. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  332. <Platform Name="OSX64">
  333. <Overwrite>true</Overwrite>
  334. </Platform>
  335. </DeployFile>
  336. <DeployFile LocalName=".\Win32\Debug\DiffuseSpecularShader.tds" Configuration="Debug" Class="DebugSymbols">
  337. <Platform Name="Win32">
  338. <RemoteName>DiffuseSpecularShader.tds</RemoteName>
  339. <Overwrite>true</Overwrite>
  340. </Platform>
  341. </DeployFile>
  342. <DeployClass Name="AdditionalDebugSymbols">
  343. <Platform Name="iOSSimulator">
  344. <Operation>1</Operation>
  345. </Platform>
  346. <Platform Name="OSX32">
  347. <RemoteDir>Contents\MacOS</RemoteDir>
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="Win32">
  351. <Operation>0</Operation>
  352. </Platform>
  353. </DeployClass>
  354. <DeployClass Name="AndroidClassesDexFile">
  355. <Platform Name="Android">
  356. <RemoteDir>classes</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. </DeployClass>
  360. <DeployClass Name="AndroidFileProvider">
  361. <Platform Name="Android">
  362. <RemoteDir>res\xml</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidGDBServer">
  367. <Platform Name="Android">
  368. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="AndroidLibnativeArmeabiFile">
  373. <Platform Name="Android">
  374. <RemoteDir>library\lib\armeabi</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="AndroidLibnativeMipsFile">
  379. <Platform Name="Android">
  380. <RemoteDir>library\lib\mips</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. </DeployClass>
  384. <DeployClass Name="AndroidLibnativeX86File"/>
  385. <DeployClass Name="AndroidServiceOutput">
  386. <Platform Name="Android">
  387. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. </DeployClass>
  391. <DeployClass Name="AndroidSplashImageDef">
  392. <Platform Name="Android">
  393. <RemoteDir>res\drawable</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="AndroidSplashStyles">
  398. <Platform Name="Android">
  399. <RemoteDir>res\values</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="AndroidSplashStylesV21">
  404. <Platform Name="Android">
  405. <RemoteDir>res\values-v21</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="Android_DefaultAppIcon">
  410. <Platform Name="Android">
  411. <RemoteDir>res\drawable</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="Android_LauncherIcon144">
  416. <Platform Name="Android">
  417. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. </DeployClass>
  421. <DeployClass Name="Android_LauncherIcon36">
  422. <Platform Name="Android">
  423. <RemoteDir>res\drawable-ldpi</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_LauncherIcon48">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable-mdpi</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="Android_LauncherIcon72">
  434. <Platform Name="Android">
  435. <RemoteDir>res\drawable-hdpi</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="Android_LauncherIcon96">
  440. <Platform Name="Android">
  441. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="Android_SplashImage426">
  446. <Platform Name="Android">
  447. <RemoteDir>res\drawable-small</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="Android_SplashImage470">
  452. <Platform Name="Android">
  453. <RemoteDir>res\drawable-normal</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_SplashImage640">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable-large</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="Android_SplashImage960">
  464. <Platform Name="Android">
  465. <RemoteDir>res\drawable-xlarge</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="DebugSymbols">
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="OSX32">
  474. <RemoteDir>Contents\MacOS</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Win32">
  478. <Operation>0</Operation>
  479. </Platform>
  480. </DeployClass>
  481. <DeployClass Name="DependencyFramework">
  482. <Platform Name="OSX32">
  483. <RemoteDir>Contents\MacOS</RemoteDir>
  484. <Operation>1</Operation>
  485. <Extensions>.framework</Extensions>
  486. </Platform>
  487. <Platform Name="OSX64">
  488. <RemoteDir>Contents\MacOS</RemoteDir>
  489. <Operation>1</Operation>
  490. <Extensions>.framework</Extensions>
  491. </Platform>
  492. <Platform Name="Win32">
  493. <Operation>0</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="DependencyModule">
  497. <Platform Name="iOSDevice32">
  498. <Operation>1</Operation>
  499. <Extensions>.dylib</Extensions>
  500. </Platform>
  501. <Platform Name="iOSDevice64">
  502. <Operation>1</Operation>
  503. <Extensions>.dylib</Extensions>
  504. </Platform>
  505. <Platform Name="iOSSimulator">
  506. <Operation>1</Operation>
  507. <Extensions>.dylib</Extensions>
  508. </Platform>
  509. <Platform Name="OSX32">
  510. <RemoteDir>Contents\MacOS</RemoteDir>
  511. <Operation>1</Operation>
  512. <Extensions>.dylib</Extensions>
  513. </Platform>
  514. <Platform Name="OSX64">
  515. <RemoteDir>Contents\MacOS</RemoteDir>
  516. <Operation>1</Operation>
  517. <Extensions>.dylib</Extensions>
  518. </Platform>
  519. <Platform Name="Win32">
  520. <Operation>0</Operation>
  521. <Extensions>.dll;.bpl</Extensions>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Required="true" Name="DependencyPackage">
  525. <Platform Name="iOSDevice32">
  526. <Operation>1</Operation>
  527. <Extensions>.dylib</Extensions>
  528. </Platform>
  529. <Platform Name="iOSDevice64">
  530. <Operation>1</Operation>
  531. <Extensions>.dylib</Extensions>
  532. </Platform>
  533. <Platform Name="iOSSimulator">
  534. <Operation>1</Operation>
  535. <Extensions>.dylib</Extensions>
  536. </Platform>
  537. <Platform Name="OSX32">
  538. <RemoteDir>Contents\MacOS</RemoteDir>
  539. <Operation>1</Operation>
  540. <Extensions>.dylib</Extensions>
  541. </Platform>
  542. <Platform Name="OSX64">
  543. <RemoteDir>Contents\MacOS</RemoteDir>
  544. <Operation>1</Operation>
  545. <Extensions>.dylib</Extensions>
  546. </Platform>
  547. <Platform Name="Win32">
  548. <Operation>0</Operation>
  549. <Extensions>.bpl</Extensions>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="File">
  553. <Platform Name="Android">
  554. <Operation>0</Operation>
  555. </Platform>
  556. <Platform Name="iOSDevice32">
  557. <Operation>0</Operation>
  558. </Platform>
  559. <Platform Name="iOSDevice64">
  560. <Operation>0</Operation>
  561. </Platform>
  562. <Platform Name="iOSSimulator">
  563. <Operation>0</Operation>
  564. </Platform>
  565. <Platform Name="OSX32">
  566. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  567. <Operation>0</Operation>
  568. </Platform>
  569. <Platform Name="OSX64">
  570. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  571. <Operation>0</Operation>
  572. </Platform>
  573. <Platform Name="Win32">
  574. <Operation>0</Operation>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="iPad_Launch1024">
  578. <Platform Name="iOSDevice32">
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="iOSDevice64">
  582. <Operation>1</Operation>
  583. </Platform>
  584. <Platform Name="iOSSimulator">
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="iPad_Launch1536">
  589. <Platform Name="iOSDevice32">
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="iOSDevice64">
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="iOSSimulator">
  596. <Operation>1</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="iPad_Launch2048">
  600. <Platform Name="iOSDevice32">
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="iOSDevice64">
  604. <Operation>1</Operation>
  605. </Platform>
  606. <Platform Name="iOSSimulator">
  607. <Operation>1</Operation>
  608. </Platform>
  609. </DeployClass>
  610. <DeployClass Name="iPad_Launch768">
  611. <Platform Name="iOSDevice32">
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="iOSDevice64">
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="iOSSimulator">
  618. <Operation>1</Operation>
  619. </Platform>
  620. </DeployClass>
  621. <DeployClass Name="iPhone_Launch320">
  622. <Platform Name="iOSDevice32">
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="iOSDevice64">
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="iOSSimulator">
  629. <Operation>1</Operation>
  630. </Platform>
  631. </DeployClass>
  632. <DeployClass Name="iPhone_Launch640">
  633. <Platform Name="iOSDevice32">
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="iOSDevice64">
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="iOSSimulator">
  640. <Operation>1</Operation>
  641. </Platform>
  642. </DeployClass>
  643. <DeployClass Name="iPhone_Launch640x1136">
  644. <Platform Name="iOSDevice32">
  645. <Operation>1</Operation>
  646. </Platform>
  647. <Platform Name="iOSDevice64">
  648. <Operation>1</Operation>
  649. </Platform>
  650. <Platform Name="iOSSimulator">
  651. <Operation>1</Operation>
  652. </Platform>
  653. </DeployClass>
  654. <DeployClass Name="ProjectAndroidManifest">
  655. <Platform Name="Android">
  656. <Operation>1</Operation>
  657. </Platform>
  658. </DeployClass>
  659. <DeployClass Name="ProjectiOSDeviceDebug">
  660. <Platform Name="iOSDevice32">
  661. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  662. <Operation>1</Operation>
  663. </Platform>
  664. <Platform Name="iOSDevice64">
  665. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  666. <Operation>1</Operation>
  667. </Platform>
  668. </DeployClass>
  669. <DeployClass Name="ProjectiOSDeviceResourceRules">
  670. <Platform Name="iOSDevice32">
  671. <Operation>1</Operation>
  672. </Platform>
  673. <Platform Name="iOSDevice64">
  674. <Operation>1</Operation>
  675. </Platform>
  676. </DeployClass>
  677. <DeployClass Name="ProjectiOSEntitlements">
  678. <Platform Name="iOSDevice32">
  679. <RemoteDir>..\</RemoteDir>
  680. <Operation>1</Operation>
  681. </Platform>
  682. <Platform Name="iOSDevice64">
  683. <RemoteDir>..\</RemoteDir>
  684. <Operation>1</Operation>
  685. </Platform>
  686. </DeployClass>
  687. <DeployClass Name="ProjectiOSInfoPList">
  688. <Platform Name="iOSDevice32">
  689. <Operation>1</Operation>
  690. </Platform>
  691. <Platform Name="iOSDevice64">
  692. <Operation>1</Operation>
  693. </Platform>
  694. <Platform Name="iOSSimulator">
  695. <Operation>1</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="ProjectiOSResource">
  699. <Platform Name="iOSDevice32">
  700. <Operation>1</Operation>
  701. </Platform>
  702. <Platform Name="iOSDevice64">
  703. <Operation>1</Operation>
  704. </Platform>
  705. <Platform Name="iOSSimulator">
  706. <Operation>1</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Name="ProjectOSXDebug">
  710. <Platform Name="OSX64">
  711. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  712. <Operation>1</Operation>
  713. </Platform>
  714. </DeployClass>
  715. <DeployClass Name="ProjectOSXEntitlements">
  716. <Platform Name="OSX32">
  717. <RemoteDir>..\</RemoteDir>
  718. <Operation>1</Operation>
  719. </Platform>
  720. <Platform Name="OSX64">
  721. <RemoteDir>..\</RemoteDir>
  722. <Operation>1</Operation>
  723. </Platform>
  724. </DeployClass>
  725. <DeployClass Name="ProjectOSXInfoPList">
  726. <Platform Name="OSX32">
  727. <RemoteDir>Contents</RemoteDir>
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="OSX64">
  731. <RemoteDir>Contents</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. </DeployClass>
  735. <DeployClass Name="ProjectOSXResource">
  736. <Platform Name="OSX32">
  737. <RemoteDir>Contents\Resources</RemoteDir>
  738. <Operation>1</Operation>
  739. </Platform>
  740. <Platform Name="OSX64">
  741. <RemoteDir>Contents\Resources</RemoteDir>
  742. <Operation>1</Operation>
  743. </Platform>
  744. </DeployClass>
  745. <DeployClass Required="true" Name="ProjectOutput">
  746. <Platform Name="Android">
  747. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  748. <Operation>1</Operation>
  749. </Platform>
  750. <Platform Name="iOSDevice32">
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="iOSDevice64">
  754. <Operation>1</Operation>
  755. </Platform>
  756. <Platform Name="iOSSimulator">
  757. <Operation>1</Operation>
  758. </Platform>
  759. <Platform Name="Linux64">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="OSX32">
  763. <RemoteDir>Contents\MacOS</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="OSX64">
  767. <RemoteDir>Contents\MacOS</RemoteDir>
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="Win32">
  771. <Operation>0</Operation>
  772. </Platform>
  773. </DeployClass>
  774. <DeployClass Name="ProjectUWPManifest">
  775. <Platform Name="Win32">
  776. <Operation>1</Operation>
  777. </Platform>
  778. <Platform Name="Win64">
  779. <Operation>1</Operation>
  780. </Platform>
  781. </DeployClass>
  782. <DeployClass Name="UWP_CppLogo150">
  783. <Platform Name="Win32">
  784. <RemoteDir>Assets</RemoteDir>
  785. <Operation>1</Operation>
  786. </Platform>
  787. <Platform Name="Win64">
  788. <RemoteDir>Assets</RemoteDir>
  789. <Operation>1</Operation>
  790. </Platform>
  791. </DeployClass>
  792. <DeployClass Name="UWP_CppLogo44">
  793. <Platform Name="Win32">
  794. <RemoteDir>Assets</RemoteDir>
  795. <Operation>1</Operation>
  796. </Platform>
  797. <Platform Name="Win64">
  798. <RemoteDir>Assets</RemoteDir>
  799. <Operation>1</Operation>
  800. </Platform>
  801. </DeployClass>
  802. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  803. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  804. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  805. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  806. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  807. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  808. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  809. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  810. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  811. </Deployment>
  812. <Platforms>
  813. <Platform value="Win32">True</Platform>
  814. <Platform value="Win64">True</Platform>
  815. </Platforms>
  816. </BorlandProject>
  817. <ProjectFileVersion>12</ProjectFileVersion>
  818. </ProjectExtensions>
  819. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  820. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  821. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  822. </Project>