Shadercomponent.cbproj 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{598C986A-4169-4DBF-87C1-CD90EDEA402F}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>ShaderComponent.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>Shadercomponent</SanitizedProjectName>
  62. <IncludePath>D:\GLScene\Samples\CPP\Demos\glslshaders\GLSLShaderComponent\;$(IncludePath)</IncludePath>
  63. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  64. <ProjectType>CppVCLApplication</ProjectType>
  65. <_TCHARMapping>wchar_t</_TCHARMapping>
  66. <Multithreaded>true</Multithreaded>
  67. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\glslshaders\GLSLShaderComponent\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  68. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  69. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  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. <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>
  82. <VerInfo_Locale>1033</VerInfo_Locale>
  83. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  84. <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>
  85. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  86. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  87. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  124. <Defines>_DEBUG;$(Defines)</Defines>
  125. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  126. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  127. <VerInfo_Locale>1033</VerInfo_Locale>
  128. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  129. <BT_BuildType>Debug</BT_BuildType>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  132. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  133. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  134. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  135. <VerInfo_Locale>1033</VerInfo_Locale>
  136. <Defines>_DEBUG;$(Defines)</Defines>
  137. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  138. <BT_BuildType>Debug</BT_BuildType>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  141. <TASM_Debugging>None</TASM_Debugging>
  142. </PropertyGroup>
  143. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  144. <Defines>NDEBUG;$(Defines)</Defines>
  145. </PropertyGroup>
  146. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  147. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  148. <Defines>NDEBUG;$(Defines)</Defines>
  149. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  150. </PropertyGroup>
  151. <ItemGroup>
  152. <CppCompile Include="ShaderComponent.cpp">
  153. <BuildOrder>0</BuildOrder>
  154. </CppCompile>
  155. <CppCompile Include="Unit1.cpp">
  156. <Form>Form1</Form>
  157. <FormType>dfm</FormType>
  158. <DependentOn>Unit1.h</DependentOn>
  159. <BuildOrder>2</BuildOrder>
  160. </CppCompile>
  161. <FormResources Include="Unit1.dfm"/>
  162. <BuildConfiguration Include="Release">
  163. <Key>Cfg_2</Key>
  164. <CfgParent>Base</CfgParent>
  165. </BuildConfiguration>
  166. <BuildConfiguration Include="Base">
  167. <Key>Base</Key>
  168. </BuildConfiguration>
  169. <BuildConfiguration Include="Debug">
  170. <Key>Cfg_1</Key>
  171. <CfgParent>Base</CfgParent>
  172. </BuildConfiguration>
  173. </ItemGroup>
  174. <ProjectExtensions>
  175. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  176. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  177. <BorlandProject>
  178. <CPlusPlusBuilder.Personality>
  179. <Source>
  180. <Source Name="MainSource">ShaderComponent.cpp</Source>
  181. </Source>
  182. <VersionInfo>
  183. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  184. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  185. <VersionInfo Name="MajorVer">1</VersionInfo>
  186. <VersionInfo Name="MinorVer">0</VersionInfo>
  187. <VersionInfo Name="Release">0</VersionInfo>
  188. <VersionInfo Name="Build">0</VersionInfo>
  189. <VersionInfo Name="Debug">False</VersionInfo>
  190. <VersionInfo Name="PreRelease">False</VersionInfo>
  191. <VersionInfo Name="Special">False</VersionInfo>
  192. <VersionInfo Name="Private">False</VersionInfo>
  193. <VersionInfo Name="DLL">False</VersionInfo>
  194. <VersionInfo Name="Locale">1049</VersionInfo>
  195. <VersionInfo Name="CodePage">1251</VersionInfo>
  196. </VersionInfo>
  197. <VersionInfoKeys>
  198. <VersionInfoKeys Name="CompanyName"/>
  199. <VersionInfoKeys Name="FileDescription"/>
  200. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  201. <VersionInfoKeys Name="InternalName"/>
  202. <VersionInfoKeys Name="LegalCopyright"/>
  203. <VersionInfoKeys Name="LegalTrademarks"/>
  204. <VersionInfoKeys Name="OriginalFilename"/>
  205. <VersionInfoKeys Name="ProductName"/>
  206. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  207. <VersionInfoKeys Name="Comments"/>
  208. <VersionInfoKeys Name="CFBundleName"/>
  209. <VersionInfoKeys Name="CFBundleDisplayName"/>
  210. <VersionInfoKeys Name="CFBundleIdentifier"/>
  211. <VersionInfoKeys Name="CFBundleVersion"/>
  212. <VersionInfoKeys Name="CFBundlePackageType"/>
  213. <VersionInfoKeys Name="CFBundleSignature"/>
  214. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  215. <VersionInfoKeys Name="CFBundleExecutable"/>
  216. </VersionInfoKeys>
  217. <ProjectProperties>
  218. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  219. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  220. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  221. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  222. </ProjectProperties>
  223. <Excluded_Packages>
  224. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  225. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  226. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  227. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  228. </Excluded_Packages>
  229. </CPlusPlusBuilder.Personality>
  230. <Deployment Version="3">
  231. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  232. <Platform Name="Win32">
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployFile LocalName=".\Shadercomponent.tds" Configuration="Debug" Class="DebugSymbols">
  237. <Platform Name="Win32">
  238. <RemoteName>Shadercomponent.tds</RemoteName>
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  243. <Platform Name="Win32">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  248. <Platform Name="Win64">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  253. <Platform Name="OSX32">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  258. <Platform Name="Win32">
  259. <Overwrite>true</Overwrite>
  260. </Platform>
  261. </DeployFile>
  262. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  263. <Platform Name="Win64">
  264. <Overwrite>true</Overwrite>
  265. </Platform>
  266. </DeployFile>
  267. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  268. <Platform Name="OSX32">
  269. <Overwrite>true</Overwrite>
  270. </Platform>
  271. </DeployFile>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  273. <Platform Name="OSX64">
  274. <Overwrite>true</Overwrite>
  275. </Platform>
  276. </DeployFile>
  277. <DeployFile LocalName=".\Shadercomponent.exe" Configuration="Debug" Class="ProjectOutput">
  278. <Platform Name="Win32">
  279. <RemoteName>Shadercomponent.exe</RemoteName>
  280. <Overwrite>true</Overwrite>
  281. </Platform>
  282. </DeployFile>
  283. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  284. <Platform Name="Win32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  289. <Platform Name="Win32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  294. <Platform Name="Win32">
  295. <Overwrite>true</Overwrite>
  296. </Platform>
  297. </DeployFile>
  298. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  299. <Platform Name="Win32">
  300. <Overwrite>true</Overwrite>
  301. </Platform>
  302. </DeployFile>
  303. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  304. <Platform Name="Win64">
  305. <Overwrite>true</Overwrite>
  306. </Platform>
  307. </DeployFile>
  308. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
  309. <Platform Name="Win32">
  310. <Overwrite>true</Overwrite>
  311. </Platform>
  312. </DeployFile>
  313. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  314. <Platform Name="Win32">
  315. <Overwrite>true</Overwrite>
  316. </Platform>
  317. </DeployFile>
  318. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  319. <Platform Name="Win64">
  320. <Overwrite>true</Overwrite>
  321. </Platform>
  322. </DeployFile>
  323. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule">
  324. <Platform Name="Win64">
  325. <Overwrite>true</Overwrite>
  326. </Platform>
  327. </DeployFile>
  328. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  329. <Platform Name="Win64">
  330. <Overwrite>true</Overwrite>
  331. </Platform>
  332. </DeployFile>
  333. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  334. <Platform Name="Win32">
  335. <Overwrite>true</Overwrite>
  336. </Platform>
  337. </DeployFile>
  338. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  339. <Platform Name="Win64">
  340. <Overwrite>true</Overwrite>
  341. </Platform>
  342. </DeployFile>
  343. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  344. <Platform Name="Win32">
  345. <Overwrite>true</Overwrite>
  346. </Platform>
  347. </DeployFile>
  348. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  349. <Platform Name="OSX64">
  350. <Overwrite>true</Overwrite>
  351. </Platform>
  352. </DeployFile>
  353. <DeployClass Name="AdditionalDebugSymbols">
  354. <Platform Name="iOSSimulator">
  355. <Operation>1</Operation>
  356. </Platform>
  357. <Platform Name="OSX32">
  358. <RemoteDir>Contents\MacOS</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Win32">
  362. <Operation>0</Operation>
  363. </Platform>
  364. </DeployClass>
  365. <DeployClass Name="AndroidClassesDexFile">
  366. <Platform Name="Android">
  367. <RemoteDir>classes</RemoteDir>
  368. <Operation>1</Operation>
  369. </Platform>
  370. </DeployClass>
  371. <DeployClass Name="AndroidFileProvider">
  372. <Platform Name="Android">
  373. <RemoteDir>res\xml</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="AndroidGDBServer">
  378. <Platform Name="Android">
  379. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="AndroidLibnativeArmeabiFile">
  384. <Platform Name="Android">
  385. <RemoteDir>library\lib\armeabi</RemoteDir>
  386. <Operation>1</Operation>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Name="AndroidLibnativeMipsFile">
  390. <Platform Name="Android">
  391. <RemoteDir>library\lib\mips</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="AndroidLibnativeX86File"/>
  396. <DeployClass Name="AndroidServiceOutput">
  397. <Platform Name="Android">
  398. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="AndroidSplashImageDef">
  403. <Platform Name="Android">
  404. <RemoteDir>res\drawable</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="AndroidSplashStyles">
  409. <Platform Name="Android">
  410. <RemoteDir>res\values</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. </DeployClass>
  414. <DeployClass Name="AndroidSplashStylesV21">
  415. <Platform Name="Android">
  416. <RemoteDir>res\values-v21</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="Android_DefaultAppIcon">
  421. <Platform Name="Android">
  422. <RemoteDir>res\drawable</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_LauncherIcon144">
  427. <Platform Name="Android">
  428. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_LauncherIcon36">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-ldpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="Android_LauncherIcon48">
  439. <Platform Name="Android">
  440. <RemoteDir>res\drawable-mdpi</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. </DeployClass>
  444. <DeployClass Name="Android_LauncherIcon72">
  445. <Platform Name="Android">
  446. <RemoteDir>res\drawable-hdpi</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="Android_LauncherIcon96">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="Android_SplashImage426">
  457. <Platform Name="Android">
  458. <RemoteDir>res\drawable-small</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="Android_SplashImage470">
  463. <Platform Name="Android">
  464. <RemoteDir>res\drawable-normal</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_SplashImage640">
  469. <Platform Name="Android">
  470. <RemoteDir>res\drawable-large</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="Android_SplashImage960">
  475. <Platform Name="Android">
  476. <RemoteDir>res\drawable-xlarge</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="DebugSymbols">
  481. <Platform Name="iOSSimulator">
  482. <Operation>1</Operation>
  483. </Platform>
  484. <Platform Name="OSX32">
  485. <RemoteDir>Contents\MacOS</RemoteDir>
  486. <Operation>1</Operation>
  487. </Platform>
  488. <Platform Name="Win32">
  489. <Operation>0</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="DependencyFramework">
  493. <Platform Name="OSX32">
  494. <RemoteDir>Contents\MacOS</RemoteDir>
  495. <Operation>1</Operation>
  496. <Extensions>.framework</Extensions>
  497. </Platform>
  498. <Platform Name="OSX64">
  499. <RemoteDir>Contents\MacOS</RemoteDir>
  500. <Operation>1</Operation>
  501. <Extensions>.framework</Extensions>
  502. </Platform>
  503. <Platform Name="Win32">
  504. <Operation>0</Operation>
  505. </Platform>
  506. </DeployClass>
  507. <DeployClass Name="DependencyModule">
  508. <Platform Name="iOSDevice32">
  509. <Operation>1</Operation>
  510. <Extensions>.dylib</Extensions>
  511. </Platform>
  512. <Platform Name="iOSDevice64">
  513. <Operation>1</Operation>
  514. <Extensions>.dylib</Extensions>
  515. </Platform>
  516. <Platform Name="iOSSimulator">
  517. <Operation>1</Operation>
  518. <Extensions>.dylib</Extensions>
  519. </Platform>
  520. <Platform Name="OSX32">
  521. <RemoteDir>Contents\MacOS</RemoteDir>
  522. <Operation>1</Operation>
  523. <Extensions>.dylib</Extensions>
  524. </Platform>
  525. <Platform Name="OSX64">
  526. <RemoteDir>Contents\MacOS</RemoteDir>
  527. <Operation>1</Operation>
  528. <Extensions>.dylib</Extensions>
  529. </Platform>
  530. <Platform Name="Win32">
  531. <Operation>0</Operation>
  532. <Extensions>.dll;.bpl</Extensions>
  533. </Platform>
  534. </DeployClass>
  535. <DeployClass Required="true" Name="DependencyPackage">
  536. <Platform Name="iOSDevice32">
  537. <Operation>1</Operation>
  538. <Extensions>.dylib</Extensions>
  539. </Platform>
  540. <Platform Name="iOSDevice64">
  541. <Operation>1</Operation>
  542. <Extensions>.dylib</Extensions>
  543. </Platform>
  544. <Platform Name="iOSSimulator">
  545. <Operation>1</Operation>
  546. <Extensions>.dylib</Extensions>
  547. </Platform>
  548. <Platform Name="OSX32">
  549. <RemoteDir>Contents\MacOS</RemoteDir>
  550. <Operation>1</Operation>
  551. <Extensions>.dylib</Extensions>
  552. </Platform>
  553. <Platform Name="OSX64">
  554. <RemoteDir>Contents\MacOS</RemoteDir>
  555. <Operation>1</Operation>
  556. <Extensions>.dylib</Extensions>
  557. </Platform>
  558. <Platform Name="Win32">
  559. <Operation>0</Operation>
  560. <Extensions>.bpl</Extensions>
  561. </Platform>
  562. </DeployClass>
  563. <DeployClass Name="File">
  564. <Platform Name="Android">
  565. <Operation>0</Operation>
  566. </Platform>
  567. <Platform Name="iOSDevice32">
  568. <Operation>0</Operation>
  569. </Platform>
  570. <Platform Name="iOSDevice64">
  571. <Operation>0</Operation>
  572. </Platform>
  573. <Platform Name="iOSSimulator">
  574. <Operation>0</Operation>
  575. </Platform>
  576. <Platform Name="OSX32">
  577. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  578. <Operation>0</Operation>
  579. </Platform>
  580. <Platform Name="OSX64">
  581. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  582. <Operation>0</Operation>
  583. </Platform>
  584. <Platform Name="Win32">
  585. <Operation>0</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="iPad_Launch1024">
  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_Launch1536">
  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_Launch2048">
  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="iPad_Launch768">
  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_Launch320">
  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_Launch640">
  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="iPhone_Launch640x1136">
  655. <Platform Name="iOSDevice32">
  656. <Operation>1</Operation>
  657. </Platform>
  658. <Platform Name="iOSDevice64">
  659. <Operation>1</Operation>
  660. </Platform>
  661. <Platform Name="iOSSimulator">
  662. <Operation>1</Operation>
  663. </Platform>
  664. </DeployClass>
  665. <DeployClass Name="ProjectAndroidManifest">
  666. <Platform Name="Android">
  667. <Operation>1</Operation>
  668. </Platform>
  669. </DeployClass>
  670. <DeployClass Name="ProjectiOSDeviceDebug">
  671. <Platform Name="iOSDevice32">
  672. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="iOSDevice64">
  676. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  677. <Operation>1</Operation>
  678. </Platform>
  679. </DeployClass>
  680. <DeployClass Name="ProjectiOSDeviceResourceRules">
  681. <Platform Name="iOSDevice32">
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="iOSDevice64">
  685. <Operation>1</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="ProjectiOSEntitlements">
  689. <Platform Name="iOSDevice32">
  690. <RemoteDir>..\</RemoteDir>
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="iOSDevice64">
  694. <RemoteDir>..\</RemoteDir>
  695. <Operation>1</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="ProjectiOSInfoPList">
  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="ProjectiOSResource">
  710. <Platform Name="iOSDevice32">
  711. <Operation>1</Operation>
  712. </Platform>
  713. <Platform Name="iOSDevice64">
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSSimulator">
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="ProjectOSXDebug">
  721. <Platform Name="OSX64">
  722. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  723. <Operation>1</Operation>
  724. </Platform>
  725. </DeployClass>
  726. <DeployClass Name="ProjectOSXEntitlements">
  727. <Platform Name="OSX32">
  728. <RemoteDir>..\</RemoteDir>
  729. <Operation>1</Operation>
  730. </Platform>
  731. <Platform Name="OSX64">
  732. <RemoteDir>..\</RemoteDir>
  733. <Operation>1</Operation>
  734. </Platform>
  735. </DeployClass>
  736. <DeployClass Name="ProjectOSXInfoPList">
  737. <Platform Name="OSX32">
  738. <RemoteDir>Contents</RemoteDir>
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="OSX64">
  742. <RemoteDir>Contents</RemoteDir>
  743. <Operation>1</Operation>
  744. </Platform>
  745. </DeployClass>
  746. <DeployClass Name="ProjectOSXResource">
  747. <Platform Name="OSX32">
  748. <RemoteDir>Contents\Resources</RemoteDir>
  749. <Operation>1</Operation>
  750. </Platform>
  751. <Platform Name="OSX64">
  752. <RemoteDir>Contents\Resources</RemoteDir>
  753. <Operation>1</Operation>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Required="true" Name="ProjectOutput">
  757. <Platform Name="Android">
  758. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  759. <Operation>1</Operation>
  760. </Platform>
  761. <Platform Name="iOSDevice32">
  762. <Operation>1</Operation>
  763. </Platform>
  764. <Platform Name="iOSDevice64">
  765. <Operation>1</Operation>
  766. </Platform>
  767. <Platform Name="iOSSimulator">
  768. <Operation>1</Operation>
  769. </Platform>
  770. <Platform Name="Linux64">
  771. <Operation>1</Operation>
  772. </Platform>
  773. <Platform Name="OSX32">
  774. <RemoteDir>Contents\MacOS</RemoteDir>
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="OSX64">
  778. <RemoteDir>Contents\MacOS</RemoteDir>
  779. <Operation>1</Operation>
  780. </Platform>
  781. <Platform Name="Win32">
  782. <Operation>0</Operation>
  783. </Platform>
  784. </DeployClass>
  785. <DeployClass Name="ProjectUWPManifest">
  786. <Platform Name="Win32">
  787. <Operation>1</Operation>
  788. </Platform>
  789. <Platform Name="Win64">
  790. <Operation>1</Operation>
  791. </Platform>
  792. </DeployClass>
  793. <DeployClass Name="UWP_CppLogo150">
  794. <Platform Name="Win32">
  795. <RemoteDir>Assets</RemoteDir>
  796. <Operation>1</Operation>
  797. </Platform>
  798. <Platform Name="Win64">
  799. <RemoteDir>Assets</RemoteDir>
  800. <Operation>1</Operation>
  801. </Platform>
  802. </DeployClass>
  803. <DeployClass Name="UWP_CppLogo44">
  804. <Platform Name="Win32">
  805. <RemoteDir>Assets</RemoteDir>
  806. <Operation>1</Operation>
  807. </Platform>
  808. <Platform Name="Win64">
  809. <RemoteDir>Assets</RemoteDir>
  810. <Operation>1</Operation>
  811. </Platform>
  812. </DeployClass>
  813. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  814. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  815. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  816. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  817. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  818. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  819. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  820. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  821. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  822. </Deployment>
  823. <Platforms>
  824. <Platform value="Win32">True</Platform>
  825. <Platform value="Win64">True</Platform>
  826. </Platforms>
  827. </BorlandProject>
  828. <ProjectFileVersion>12</ProjectFileVersion>
  829. </ProjectExtensions>
  830. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  831. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  832. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  833. </Project>