BumpShader.cbproj 46 KB

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