ShadowMappingFBO.cbproj 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{07638790-44BF-45A8-8F42-5473E949DEA0}</ProjectGuid>
  4. <ProjectVersion>18.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>ShadowMappingFBO.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <_TCHARMapping>wchar_t</_TCHARMapping>
  44. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\specialsFX\ShadowmappingFBO\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  45. <ProjectType>CppVCLApplication</ProjectType>
  46. <Multithreaded>true</Multithreaded>
  47. <IncludePath>D:\GLScene\Samples\CPP\Demos\specialsFX\ShadowmappingFBO\;$(IncludePath)</IncludePath>
  48. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  49. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  50. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  51. <SanitizedProjectName>ShadowMappingFBO</SanitizedProjectName>
  52. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  53. <DynamicRTL>true</DynamicRTL>
  54. <UsePackages>true</UsePackages>
  55. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  56. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  57. <BCC_wpar>false</BCC_wpar>
  58. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  59. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  60. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  63. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  64. <VerInfo_Locale>1033</VerInfo_Locale>
  65. <PackageImports>adortl;bcbie;bcbsmp;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CodeSiteExpressPkg;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapFireDAC;DataSnapIndy10ServerTransport;DataSnapNativeClient;DataSnapProviderClient;DataSnapServer;DataSnapServerMidas;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;dsnapxml;emsclient;emsclientfiredac;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACDSDriver;FireDACIBDriver;FireDACInfxDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;GLScene_Cg_RT;GLScene_Physics_RT;GLScene_Physics_RT;GLScene_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTBackendComponents;RESTComponents;rtl;soapmidas;soaprtl;soapserver;svn;Tee;TeeDB;TeeUI;tethering;vcl;vclactnband;vcldb;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  66. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  67. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  68. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  69. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  70. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  73. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  74. <PackageImports>adortl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapFireDAC;DataSnapIndy10ServerTransport;DataSnapNativeClient;DataSnapProviderClient;DataSnapServer;DataSnapServerMidas;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;dsnapxml;emsclient;emsclientfiredac;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACDSDriver;FireDACIBDriver;FireDACInfxDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;GLScene_RT;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTBackendComponents;RESTComponents;rtl;soapmidas;soaprtl;soapserver;Tee;TeeDB;TeeUI;tethering;vcl;vclactnband;vcldb;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  77. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  78. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  79. <DCC_Optimize>false</DCC_Optimize>
  80. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  81. <Defines>_DEBUG;$(Defines)</Defines>
  82. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  83. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  84. <DCC_Define>DEBUG</DCC_Define>
  85. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  86. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  87. <BCC_StackFrames>true</BCC_StackFrames>
  88. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  89. <TASM_Debugging>Full</TASM_Debugging>
  90. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  91. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  92. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  93. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  94. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  95. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  96. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  99. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  100. <VerInfo_Locale>1033</VerInfo_Locale>
  101. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  102. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  103. </PropertyGroup>
  104. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  105. <Defines>NDEBUG;$(Defines)</Defines>
  106. <TASM_Debugging>None</TASM_Debugging>
  107. </PropertyGroup>
  108. <ItemGroup>
  109. <CppCompile Include="ShadowMappingFBO.cpp">
  110. <BuildOrder>0</BuildOrder>
  111. </CppCompile>
  112. <CppCompile Include="Unit1.cpp">
  113. <Form>Form1</Form>
  114. <FormType>dfm</FormType>
  115. <DependentOn>Unit1.h</DependentOn>
  116. <BuildOrder>2</BuildOrder>
  117. </CppCompile>
  118. <FormResources Include="Unit1.dfm"/>
  119. <BuildConfiguration Include="Release">
  120. <Key>Cfg_2</Key>
  121. <CfgParent>Base</CfgParent>
  122. </BuildConfiguration>
  123. <BuildConfiguration Include="Base">
  124. <Key>Base</Key>
  125. </BuildConfiguration>
  126. <BuildConfiguration Include="Debug">
  127. <Key>Cfg_1</Key>
  128. <CfgParent>Base</CfgParent>
  129. </BuildConfiguration>
  130. </ItemGroup>
  131. <ProjectExtensions>
  132. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  133. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  134. <BorlandProject>
  135. <CPlusPlusBuilder.Personality>
  136. <ProjectProperties>
  137. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  138. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  139. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  140. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  141. </ProjectProperties>
  142. <Source>
  143. <Source Name="MainSource">ShadowMappingFBO.cpp</Source>
  144. </Source>
  145. <Excluded_Packages>
  146. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k210.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  147. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp210.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  148. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k210.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  149. <Excluded_Packages Name="$(BDSBIN)\dclofficexp210.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  150. </Excluded_Packages>
  151. </CPlusPlusBuilder.Personality>
  152. <Deployment Version="3">
  153. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  154. <Platform Name="Win32">
  155. <Overwrite>true</Overwrite>
  156. </Platform>
  157. </DeployFile>
  158. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  159. <Platform Name="Win32">
  160. <Overwrite>true</Overwrite>
  161. </Platform>
  162. </DeployFile>
  163. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  164. <Platform Name="Win64">
  165. <Overwrite>true</Overwrite>
  166. </Platform>
  167. </DeployFile>
  168. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  169. <Platform Name="OSX32">
  170. <Overwrite>true</Overwrite>
  171. </Platform>
  172. </DeployFile>
  173. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  174. <Platform Name="Win32">
  175. <Overwrite>true</Overwrite>
  176. </Platform>
  177. </DeployFile>
  178. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  179. <Platform Name="Win64">
  180. <Overwrite>true</Overwrite>
  181. </Platform>
  182. </DeployFile>
  183. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  184. <Platform Name="OSX32">
  185. <Overwrite>true</Overwrite>
  186. </Platform>
  187. </DeployFile>
  188. <DeployFile LocalName=".\Win32\Debug\ShadowMappingFBO.exe" Configuration="Debug" Class="ProjectOutput">
  189. <Platform Name="Win32">
  190. <RemoteName>ShadowMappingFBO.exe</RemoteName>
  191. <Overwrite>true</Overwrite>
  192. </Platform>
  193. </DeployFile>
  194. <DeployFile LocalName=".\Win32\Debug\ShadowMappingFBO.tds" Configuration="Debug" Class="DebugSymbols">
  195. <Platform Name="Win32">
  196. <RemoteName>ShadowMappingFBO.tds</RemoteName>
  197. <Overwrite>true</Overwrite>
  198. </Platform>
  199. </DeployFile>
  200. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  201. <Platform Name="Win32">
  202. <Overwrite>true</Overwrite>
  203. </Platform>
  204. </DeployFile>
  205. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
  206. <Platform Name="Win32">
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  211. <Platform Name="Win32">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile LocalName=".\Win32\Debug\Project4.tds" Configuration="Debug" Class="DebugSymbols"/>
  216. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  217. <Platform Name="Win64">
  218. <Overwrite>true</Overwrite>
  219. </Platform>
  220. </DeployFile>
  221. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule">
  222. <Platform Name="Win64">
  223. <Overwrite>true</Overwrite>
  224. </Platform>
  225. </DeployFile>
  226. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  227. <Platform Name="Win64">
  228. <Overwrite>true</Overwrite>
  229. </Platform>
  230. </DeployFile>
  231. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  232. <Platform Name="Win32">
  233. <Overwrite>true</Overwrite>
  234. </Platform>
  235. </DeployFile>
  236. <DeployClass Name="ProjectiOSDeviceResourceRules">
  237. <Platform Name="iOSDevice64">
  238. <Operation>1</Operation>
  239. </Platform>
  240. <Platform Name="iOSDevice32">
  241. <Operation>1</Operation>
  242. </Platform>
  243. </DeployClass>
  244. <DeployClass Name="ProjectOSXResource">
  245. <Platform Name="OSX32">
  246. <RemoteDir>Contents\Resources</RemoteDir>
  247. <Operation>1</Operation>
  248. </Platform>
  249. </DeployClass>
  250. <DeployClass Name="AndroidClassesDexFile">
  251. <Platform Name="Android">
  252. <RemoteDir>classes</RemoteDir>
  253. <Operation>1</Operation>
  254. </Platform>
  255. </DeployClass>
  256. <DeployClass Name="Android_LauncherIcon144">
  257. <Platform Name="Android">
  258. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  259. <Operation>1</Operation>
  260. </Platform>
  261. </DeployClass>
  262. <DeployClass Name="AdditionalDebugSymbols">
  263. <Platform Name="Win32">
  264. <RemoteDir>Contents\MacOS</RemoteDir>
  265. <Operation>0</Operation>
  266. </Platform>
  267. <Platform Name="iOSSimulator">
  268. <Operation>1</Operation>
  269. </Platform>
  270. <Platform Name="OSX32">
  271. <RemoteDir>Contents\MacOS</RemoteDir>
  272. <Operation>1</Operation>
  273. </Platform>
  274. </DeployClass>
  275. <DeployClass Name="AndroidLibnativeMipsFile">
  276. <Platform Name="Android">
  277. <RemoteDir>library\lib\mips</RemoteDir>
  278. <Operation>1</Operation>
  279. </Platform>
  280. </DeployClass>
  281. <DeployClass Name="iPad_Launch768">
  282. <Platform Name="iOSSimulator">
  283. <Operation>1</Operation>
  284. </Platform>
  285. <Platform Name="iOSDevice64">
  286. <Operation>1</Operation>
  287. </Platform>
  288. <Platform Name="iOSDevice32">
  289. <Operation>1</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Required="true" Name="ProjectOutput">
  293. <Platform Name="iOSDevice64">
  294. <Operation>1</Operation>
  295. </Platform>
  296. <Platform Name="iOSDevice32">
  297. <Operation>1</Operation>
  298. </Platform>
  299. <Platform Name="Win32">
  300. <Operation>0</Operation>
  301. </Platform>
  302. <Platform Name="Linux64">
  303. <Operation>1</Operation>
  304. </Platform>
  305. <Platform Name="OSX32">
  306. <RemoteDir>Contents\MacOS</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. <Platform Name="Android">
  310. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  311. <Operation>1</Operation>
  312. </Platform>
  313. <Platform Name="iOSSimulator">
  314. <Operation>1</Operation>
  315. </Platform>
  316. </DeployClass>
  317. <DeployClass Name="DependencyFramework">
  318. <Platform Name="Win32">
  319. <Operation>0</Operation>
  320. </Platform>
  321. <Platform Name="OSX32">
  322. <RemoteDir>Contents\MacOS</RemoteDir>
  323. <Operation>1</Operation>
  324. <Extensions>.framework</Extensions>
  325. </Platform>
  326. </DeployClass>
  327. <DeployClass Name="iPhone_Launch640">
  328. <Platform Name="iOSSimulator">
  329. <Operation>1</Operation>
  330. </Platform>
  331. <Platform Name="iOSDevice64">
  332. <Operation>1</Operation>
  333. </Platform>
  334. <Platform Name="iOSDevice32">
  335. <Operation>1</Operation>
  336. </Platform>
  337. </DeployClass>
  338. <DeployClass Name="AndroidLibnativeX86File"/>
  339. <DeployClass Name="ProjectiOSDeviceDebug">
  340. <Platform Name="iOSDevice64">
  341. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  342. <Operation>1</Operation>
  343. </Platform>
  344. <Platform Name="iOSDevice32">
  345. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="iPad_Launch1024">
  350. <Platform Name="iOSSimulator">
  351. <Operation>1</Operation>
  352. </Platform>
  353. <Platform Name="iOSDevice64">
  354. <Operation>1</Operation>
  355. </Platform>
  356. <Platform Name="iOSDevice32">
  357. <Operation>1</Operation>
  358. </Platform>
  359. </DeployClass>
  360. <DeployClass Name="iPhone_Launch320">
  361. <Platform Name="iOSSimulator">
  362. <Operation>1</Operation>
  363. </Platform>
  364. <Platform Name="iOSDevice64">
  365. <Operation>1</Operation>
  366. </Platform>
  367. <Platform Name="iOSDevice32">
  368. <Operation>1</Operation>
  369. </Platform>
  370. </DeployClass>
  371. <DeployClass Name="ProjectiOSInfoPList">
  372. <Platform Name="iOSSimulator">
  373. <Operation>1</Operation>
  374. </Platform>
  375. <Platform Name="iOSDevice64">
  376. <Operation>1</Operation>
  377. </Platform>
  378. <Platform Name="iOSDevice32">
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="AndroidLibnativeArmeabiFile">
  383. <Platform Name="Android">
  384. <RemoteDir>library\lib\armeabi</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="DebugSymbols">
  389. <Platform Name="Win32">
  390. <Operation>0</Operation>
  391. </Platform>
  392. <Platform Name="iOSSimulator">
  393. <Operation>1</Operation>
  394. </Platform>
  395. <Platform Name="OSX32">
  396. <RemoteDir>Contents\MacOS</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="iPad_Launch1536">
  401. <Platform Name="iOSSimulator">
  402. <Operation>1</Operation>
  403. </Platform>
  404. <Platform Name="iOSDevice64">
  405. <Operation>1</Operation>
  406. </Platform>
  407. <Platform Name="iOSDevice32">
  408. <Operation>1</Operation>
  409. </Platform>
  410. </DeployClass>
  411. <DeployClass Name="Android_SplashImage470">
  412. <Platform Name="Android">
  413. <RemoteDir>res\drawable-normal</RemoteDir>
  414. <Operation>1</Operation>
  415. </Platform>
  416. </DeployClass>
  417. <DeployClass Name="Android_LauncherIcon96">
  418. <Platform Name="Android">
  419. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  420. <Operation>1</Operation>
  421. </Platform>
  422. </DeployClass>
  423. <DeployClass Name="Android_SplashImage640">
  424. <Platform Name="Android">
  425. <RemoteDir>res\drawable-large</RemoteDir>
  426. <Operation>1</Operation>
  427. </Platform>
  428. </DeployClass>
  429. <DeployClass Name="iPhone_Launch640x1136">
  430. <Platform Name="iOSSimulator">
  431. <Operation>1</Operation>
  432. </Platform>
  433. <Platform Name="iOSDevice64">
  434. <Operation>1</Operation>
  435. </Platform>
  436. <Platform Name="iOSDevice32">
  437. <Operation>1</Operation>
  438. </Platform>
  439. </DeployClass>
  440. <DeployClass Name="ProjectiOSEntitlements">
  441. <Platform Name="iOSDevice64">
  442. <RemoteDir>..\</RemoteDir>
  443. <Operation>1</Operation>
  444. </Platform>
  445. <Platform Name="iOSDevice32">
  446. <RemoteDir>..\</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="AndroidGDBServer">
  451. <Platform Name="Android">
  452. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="Android_LauncherIcon72">
  457. <Platform Name="Android">
  458. <RemoteDir>res\drawable-hdpi</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="ProjectOSXInfoPList">
  463. <Platform Name="OSX32">
  464. <RemoteDir>Contents</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="ProjectOSXEntitlements">
  469. <Platform Name="OSX32">
  470. <RemoteDir>..\</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="iPad_Launch2048">
  475. <Platform Name="iOSSimulator">
  476. <Operation>1</Operation>
  477. </Platform>
  478. <Platform Name="iOSDevice64">
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="iOSDevice32">
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="AndroidSplashStyles">
  486. <Platform Name="Android">
  487. <RemoteDir>res\values</RemoteDir>
  488. <Operation>1</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="Android_SplashImage426">
  492. <Platform Name="Android">
  493. <RemoteDir>res\drawable-small</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="AndroidSplashImageDef">
  498. <Platform Name="Android">
  499. <RemoteDir>res\drawable</RemoteDir>
  500. <Operation>1</Operation>
  501. </Platform>
  502. </DeployClass>
  503. <DeployClass Name="ProjectiOSResource">
  504. <Platform Name="iOSSimulator">
  505. <Operation>1</Operation>
  506. </Platform>
  507. <Platform Name="iOSDevice64">
  508. <Operation>1</Operation>
  509. </Platform>
  510. <Platform Name="iOSDevice32">
  511. <Operation>1</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="ProjectAndroidManifest">
  515. <Platform Name="Android">
  516. <Operation>1</Operation>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="Android_DefaultAppIcon">
  520. <Platform Name="Android">
  521. <RemoteDir>res\drawable</RemoteDir>
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="File">
  526. <Platform Name="Win32">
  527. <Operation>0</Operation>
  528. </Platform>
  529. <Platform Name="iOSDevice64">
  530. <Operation>0</Operation>
  531. </Platform>
  532. <Platform Name="OSX32">
  533. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  534. <Operation>0</Operation>
  535. </Platform>
  536. <Platform Name="iOSDevice32">
  537. <Operation>0</Operation>
  538. </Platform>
  539. <Platform Name="Android">
  540. <Operation>0</Operation>
  541. </Platform>
  542. <Platform Name="iOSSimulator">
  543. <Operation>0</Operation>
  544. </Platform>
  545. </DeployClass>
  546. <DeployClass Name="AndroidServiceOutput">
  547. <Platform Name="Android">
  548. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  549. <Operation>1</Operation>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Required="true" Name="DependencyPackage">
  553. <Platform Name="Win32">
  554. <Operation>0</Operation>
  555. <Extensions>.bpl</Extensions>
  556. </Platform>
  557. <Platform Name="iOSDevice64">
  558. <Operation>1</Operation>
  559. <Extensions>.dylib</Extensions>
  560. </Platform>
  561. <Platform Name="OSX32">
  562. <RemoteDir>Contents\MacOS</RemoteDir>
  563. <Operation>1</Operation>
  564. <Extensions>.dylib</Extensions>
  565. </Platform>
  566. <Platform Name="iOSDevice32">
  567. <Operation>1</Operation>
  568. <Extensions>.dylib</Extensions>
  569. </Platform>
  570. <Platform Name="iOSSimulator">
  571. <Operation>1</Operation>
  572. <Extensions>.dylib</Extensions>
  573. </Platform>
  574. </DeployClass>
  575. <DeployClass Name="Android_LauncherIcon48">
  576. <Platform Name="Android">
  577. <RemoteDir>res\drawable-mdpi</RemoteDir>
  578. <Operation>1</Operation>
  579. </Platform>
  580. </DeployClass>
  581. <DeployClass Name="Android_SplashImage960">
  582. <Platform Name="Android">
  583. <RemoteDir>res\drawable-xlarge</RemoteDir>
  584. <Operation>1</Operation>
  585. </Platform>
  586. </DeployClass>
  587. <DeployClass Name="Android_LauncherIcon36">
  588. <Platform Name="Android">
  589. <RemoteDir>res\drawable-ldpi</RemoteDir>
  590. <Operation>1</Operation>
  591. </Platform>
  592. </DeployClass>
  593. <DeployClass Name="DependencyModule">
  594. <Platform Name="Win32">
  595. <Operation>0</Operation>
  596. <Extensions>.dll;.bpl</Extensions>
  597. </Platform>
  598. <Platform Name="iOSDevice64">
  599. <Operation>1</Operation>
  600. <Extensions>.dylib</Extensions>
  601. </Platform>
  602. <Platform Name="OSX32">
  603. <RemoteDir>Contents\MacOS</RemoteDir>
  604. <Operation>1</Operation>
  605. <Extensions>.dylib</Extensions>
  606. </Platform>
  607. <Platform Name="iOSDevice32">
  608. <Operation>1</Operation>
  609. <Extensions>.dylib</Extensions>
  610. </Platform>
  611. <Platform Name="iOSSimulator">
  612. <Operation>1</Operation>
  613. <Extensions>.dylib</Extensions>
  614. </Platform>
  615. </DeployClass>
  616. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  617. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  618. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  619. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  620. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  621. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  622. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  623. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  624. </Deployment>
  625. <Platforms>
  626. <Platform value="Win32">True</Platform>
  627. <Platform value="Win64">False</Platform>
  628. </Platforms>
  629. </BorlandProject>
  630. <ProjectFileVersion>12</ProjectFileVersion>
  631. </ProjectExtensions>
  632. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  633. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  634. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  635. </Project>