RenderToTexture.cbproj 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{C33A9432-DFE2-4F32-B864-9371BE99C2A0}</ProjectGuid>
  4. <ProjectVersion>18.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>RenderToTexture.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. <SanitizedProjectName>RenderToTexture</SanitizedProjectName>
  44. <Multithreaded>true</Multithreaded>
  45. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  46. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\rendering\RenderToTexture\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  47. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  48. <IncludePath>D:\GLScene\Samples\CPP\Demos\rendering\RenderToTexture\;$(IncludePath)</IncludePath>
  49. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  50. <_TCHARMapping>wchar_t</_TCHARMapping>
  51. <ProjectType>CppVCLApplication</ProjectType>
  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. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  66. <PackageImports>adortl;bcbie;bcbsmp;bdertl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CodeSiteExpressPkg;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;frx19;frxDB19;frxe19;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;inetdbbde;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;svn;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldbx;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  67. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  68. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  69. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  70. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  73. <PackageImports>adortl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  74. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  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. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  103. <Defines>NDEBUG;$(Defines)</Defines>
  104. <TASM_Debugging>None</TASM_Debugging>
  105. </PropertyGroup>
  106. <ItemGroup>
  107. <CppCompile Include="RenderToTexture.cpp">
  108. <BuildOrder>0</BuildOrder>
  109. </CppCompile>
  110. <CppCompile Include="Unit1.cpp">
  111. <Form>Form1</Form>
  112. <FormType>dfm</FormType>
  113. <DependentOn>Unit1.h</DependentOn>
  114. <BuildOrder>2</BuildOrder>
  115. </CppCompile>
  116. <FormResources Include="Unit1.dfm"/>
  117. <BuildConfiguration Include="Release">
  118. <Key>Cfg_2</Key>
  119. <CfgParent>Base</CfgParent>
  120. </BuildConfiguration>
  121. <BuildConfiguration Include="Base">
  122. <Key>Base</Key>
  123. </BuildConfiguration>
  124. <BuildConfiguration Include="Debug">
  125. <Key>Cfg_1</Key>
  126. <CfgParent>Base</CfgParent>
  127. </BuildConfiguration>
  128. </ItemGroup>
  129. <ProjectExtensions>
  130. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  131. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  132. <BorlandProject>
  133. <CPlusPlusBuilder.Personality>
  134. <Source>
  135. <Source Name="MainSource">RenderToTexture.cpp</Source>
  136. </Source>
  137. <VersionInfo>
  138. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  139. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  140. <VersionInfo Name="MajorVer">1</VersionInfo>
  141. <VersionInfo Name="MinorVer">0</VersionInfo>
  142. <VersionInfo Name="Release">0</VersionInfo>
  143. <VersionInfo Name="Build">0</VersionInfo>
  144. <VersionInfo Name="Debug">False</VersionInfo>
  145. <VersionInfo Name="PreRelease">False</VersionInfo>
  146. <VersionInfo Name="Special">False</VersionInfo>
  147. <VersionInfo Name="Private">False</VersionInfo>
  148. <VersionInfo Name="DLL">False</VersionInfo>
  149. <VersionInfo Name="Locale">1049</VersionInfo>
  150. <VersionInfo Name="CodePage">1251</VersionInfo>
  151. </VersionInfo>
  152. <VersionInfoKeys>
  153. <VersionInfoKeys Name="CompanyName"/>
  154. <VersionInfoKeys Name="FileDescription"/>
  155. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  156. <VersionInfoKeys Name="InternalName"/>
  157. <VersionInfoKeys Name="LegalCopyright"/>
  158. <VersionInfoKeys Name="LegalTrademarks"/>
  159. <VersionInfoKeys Name="OriginalFilename"/>
  160. <VersionInfoKeys Name="ProductName"/>
  161. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  162. <VersionInfoKeys Name="Comments"/>
  163. <VersionInfoKeys Name="CFBundleName"/>
  164. <VersionInfoKeys Name="CFBundleDisplayName"/>
  165. <VersionInfoKeys Name="UIDeviceFamily"/>
  166. <VersionInfoKeys Name="CFBundleIdentifier"/>
  167. <VersionInfoKeys Name="CFBundleVersion"/>
  168. <VersionInfoKeys Name="CFBundlePackageType"/>
  169. <VersionInfoKeys Name="CFBundleSignature"/>
  170. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  171. <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
  172. <VersionInfoKeys Name="CFBundleExecutable"/>
  173. <VersionInfoKeys Name="CFBundleResourceSpecification"/>
  174. <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
  175. <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
  176. <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
  177. <VersionInfoKeys Name="package"/>
  178. <VersionInfoKeys Name="label"/>
  179. <VersionInfoKeys Name="versionCode"/>
  180. <VersionInfoKeys Name="versionName"/>
  181. <VersionInfoKeys Name="persistent"/>
  182. <VersionInfoKeys Name="restoreAnyVersion"/>
  183. <VersionInfoKeys Name="installLocation"/>
  184. <VersionInfoKeys Name="largeHeap"/>
  185. <VersionInfoKeys Name="theme"/>
  186. </VersionInfoKeys>
  187. <ProjectProperties>
  188. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  189. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  190. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  191. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  192. </ProjectProperties>
  193. </CPlusPlusBuilder.Personality>
  194. <Deployment Version="2">
  195. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  196. <Platform Name="OSX32">
  197. <Overwrite>true</Overwrite>
  198. </Platform>
  199. </DeployFile>
  200. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  201. <Platform Name="Win32">
  202. <Overwrite>true</Overwrite>
  203. </Platform>
  204. </DeployFile>
  205. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  206. <Platform Name="Win32">
  207. <Overwrite>true</Overwrite>
  208. </Platform>
  209. </DeployFile>
  210. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  211. <Platform Name="Win64">
  212. <Overwrite>true</Overwrite>
  213. </Platform>
  214. </DeployFile>
  215. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  216. <Platform Name="OSX32">
  217. <Overwrite>true</Overwrite>
  218. </Platform>
  219. </DeployFile>
  220. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  221. <Platform Name="Win32">
  222. <Overwrite>true</Overwrite>
  223. </Platform>
  224. </DeployFile>
  225. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule">
  226. <Platform Name="Win64">
  227. <Overwrite>true</Overwrite>
  228. </Platform>
  229. </DeployFile>
  230. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule">
  231. <Platform Name="Win64">
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployClass Name="ProjectiOSDeviceResourceRules">
  236. <Platform Name="iOSDevice64">
  237. <Operation>1</Operation>
  238. </Platform>
  239. <Platform Name="iOSDevice32">
  240. <Operation>1</Operation>
  241. </Platform>
  242. </DeployClass>
  243. <DeployClass Name="ProjectOSXResource">
  244. <Platform Name="OSX32">
  245. <RemoteDir>Contents\Resources</RemoteDir>
  246. <Operation>1</Operation>
  247. </Platform>
  248. </DeployClass>
  249. <DeployClass Name="AndroidClassesDexFile">
  250. <Platform Name="Android">
  251. <RemoteDir>classes</RemoteDir>
  252. <Operation>1</Operation>
  253. </Platform>
  254. </DeployClass>
  255. <DeployClass Name="AdditionalDebugSymbols">
  256. <Platform Name="Win32">
  257. <RemoteDir>Contents\MacOS</RemoteDir>
  258. <Operation>0</Operation>
  259. </Platform>
  260. <Platform Name="iOSSimulator">
  261. <Operation>1</Operation>
  262. </Platform>
  263. <Platform Name="OSX32">
  264. <RemoteDir>Contents\MacOS</RemoteDir>
  265. <Operation>1</Operation>
  266. </Platform>
  267. </DeployClass>
  268. <DeployClass Name="iPad_Launch768">
  269. <Platform Name="iOSSimulator">
  270. <Operation>1</Operation>
  271. </Platform>
  272. <Platform Name="iOSDevice64">
  273. <Operation>1</Operation>
  274. </Platform>
  275. <Platform Name="iOSDevice32">
  276. <Operation>1</Operation>
  277. </Platform>
  278. </DeployClass>
  279. <DeployClass Name="Android_LauncherIcon144">
  280. <Platform Name="Android">
  281. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  282. <Operation>1</Operation>
  283. </Platform>
  284. </DeployClass>
  285. <DeployClass Name="AndroidLibnativeMipsFile">
  286. <Platform Name="Android">
  287. <RemoteDir>library\lib\mips</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. </DeployClass>
  291. <DeployClass Required="true" Name="ProjectOutput">
  292. <Platform Name="Win32">
  293. <Operation>0</Operation>
  294. </Platform>
  295. <Platform Name="iOSDevice64">
  296. <Operation>1</Operation>
  297. </Platform>
  298. <Platform Name="OSX32">
  299. <RemoteDir>Contents\MacOS</RemoteDir>
  300. <Operation>1</Operation>
  301. </Platform>
  302. <Platform Name="iOSDevice32">
  303. <Operation>1</Operation>
  304. </Platform>
  305. <Platform Name="Android">
  306. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. <Platform Name="iOSSimulator">
  310. <Operation>1</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="DependencyFramework">
  314. <Platform Name="Win32">
  315. <Operation>0</Operation>
  316. </Platform>
  317. <Platform Name="OSX32">
  318. <RemoteDir>Contents\MacOS</RemoteDir>
  319. <Operation>1</Operation>
  320. <Extensions>.framework</Extensions>
  321. </Platform>
  322. </DeployClass>
  323. <DeployClass Name="iPhone_Launch640">
  324. <Platform Name="iOSSimulator">
  325. <Operation>1</Operation>
  326. </Platform>
  327. <Platform Name="iOSDevice64">
  328. <Operation>1</Operation>
  329. </Platform>
  330. <Platform Name="iOSDevice32">
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="iPad_Launch1024">
  335. <Platform Name="iOSSimulator">
  336. <Operation>1</Operation>
  337. </Platform>
  338. <Platform Name="iOSDevice64">
  339. <Operation>1</Operation>
  340. </Platform>
  341. <Platform Name="iOSDevice32">
  342. <Operation>1</Operation>
  343. </Platform>
  344. </DeployClass>
  345. <DeployClass Name="ProjectiOSDeviceDebug">
  346. <Platform Name="iOSDevice64">
  347. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="iOSDevice32">
  351. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="AndroidLibnativeX86File">
  356. <Platform Name="Android">
  357. <RemoteDir>library\lib\x86</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="iPhone_Launch320">
  362. <Platform Name="iOSSimulator">
  363. <Operation>1</Operation>
  364. </Platform>
  365. <Platform Name="iOSDevice64">
  366. <Operation>1</Operation>
  367. </Platform>
  368. <Platform Name="iOSDevice32">
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="ProjectiOSInfoPList">
  373. <Platform Name="iOSSimulator">
  374. <Operation>1</Operation>
  375. </Platform>
  376. <Platform Name="iOSDevice64">
  377. <Operation>1</Operation>
  378. </Platform>
  379. <Platform Name="iOSDevice32">
  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="DebugSymbols">
  390. <Platform Name="Win32">
  391. <Operation>0</Operation>
  392. </Platform>
  393. <Platform Name="iOSSimulator">
  394. <Operation>1</Operation>
  395. </Platform>
  396. <Platform Name="OSX32">
  397. <RemoteDir>Contents\MacOS</RemoteDir>
  398. <Operation>1</Operation>
  399. </Platform>
  400. </DeployClass>
  401. <DeployClass Name="iPad_Launch1536">
  402. <Platform Name="iOSSimulator">
  403. <Operation>1</Operation>
  404. </Platform>
  405. <Platform Name="iOSDevice64">
  406. <Operation>1</Operation>
  407. </Platform>
  408. <Platform Name="iOSDevice32">
  409. <Operation>1</Operation>
  410. </Platform>
  411. </DeployClass>
  412. <DeployClass Name="Android_SplashImage470">
  413. <Platform Name="Android">
  414. <RemoteDir>res\drawable-normal</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="Android_LauncherIcon96">
  419. <Platform Name="Android">
  420. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  421. <Operation>1</Operation>
  422. </Platform>
  423. </DeployClass>
  424. <DeployClass Name="Android_SplashImage640">
  425. <Platform Name="Android">
  426. <RemoteDir>res\drawable-large</RemoteDir>
  427. <Operation>1</Operation>
  428. </Platform>
  429. </DeployClass>
  430. <DeployClass Name="iPhone_Launch640x1136">
  431. <Platform Name="iOSSimulator">
  432. <Operation>1</Operation>
  433. </Platform>
  434. <Platform Name="iOSDevice64">
  435. <Operation>1</Operation>
  436. </Platform>
  437. <Platform Name="iOSDevice32">
  438. <Operation>1</Operation>
  439. </Platform>
  440. </DeployClass>
  441. <DeployClass Name="ProjectiOSEntitlements">
  442. <Platform Name="iOSDevice64">
  443. <RemoteDir>../</RemoteDir>
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSDevice32">
  447. <RemoteDir>../</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="Android_LauncherIcon72">
  452. <Platform Name="Android">
  453. <RemoteDir>res\drawable-hdpi</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="AndroidGDBServer">
  458. <Platform Name="Android">
  459. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="ProjectOSXInfoPList">
  464. <Platform Name="OSX32">
  465. <RemoteDir>Contents</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="ProjectOSXEntitlements">
  470. <Platform Name="OSX32">
  471. <RemoteDir>../</RemoteDir>
  472. <Operation>1</Operation>
  473. </Platform>
  474. </DeployClass>
  475. <DeployClass Name="iPad_Launch2048">
  476. <Platform Name="iOSSimulator">
  477. <Operation>1</Operation>
  478. </Platform>
  479. <Platform Name="iOSDevice64">
  480. <Operation>1</Operation>
  481. </Platform>
  482. <Platform Name="iOSDevice32">
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="AndroidSplashStyles">
  487. <Platform Name="Android">
  488. <RemoteDir>res\values</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="Android_SplashImage426">
  493. <Platform Name="Android">
  494. <RemoteDir>res\drawable-small</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="AndroidSplashImageDef">
  499. <Platform Name="Android">
  500. <RemoteDir>res\drawable</RemoteDir>
  501. <Operation>1</Operation>
  502. </Platform>
  503. </DeployClass>
  504. <DeployClass Name="ProjectiOSResource">
  505. <Platform Name="iOSSimulator">
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="iOSDevice64">
  509. <Operation>1</Operation>
  510. </Platform>
  511. <Platform Name="iOSDevice32">
  512. <Operation>1</Operation>
  513. </Platform>
  514. </DeployClass>
  515. <DeployClass Name="ProjectAndroidManifest">
  516. <Platform Name="Android">
  517. <Operation>1</Operation>
  518. </Platform>
  519. </DeployClass>
  520. <DeployClass Name="Android_DefaultAppIcon">
  521. <Platform Name="Android">
  522. <RemoteDir>res\drawable</RemoteDir>
  523. <Operation>1</Operation>
  524. </Platform>
  525. </DeployClass>
  526. <DeployClass Name="File">
  527. <Platform Name="Win32">
  528. <Operation>0</Operation>
  529. </Platform>
  530. <Platform Name="iOSDevice64">
  531. <Operation>0</Operation>
  532. </Platform>
  533. <Platform Name="OSX32">
  534. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  535. <Operation>0</Operation>
  536. </Platform>
  537. <Platform Name="iOSDevice32">
  538. <Operation>0</Operation>
  539. </Platform>
  540. <Platform Name="Android">
  541. <Operation>0</Operation>
  542. </Platform>
  543. <Platform Name="iOSSimulator">
  544. <Operation>0</Operation>
  545. </Platform>
  546. </DeployClass>
  547. <DeployClass Name="AndroidServiceOutput">
  548. <Platform Name="Android">
  549. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  550. <Operation>1</Operation>
  551. </Platform>
  552. </DeployClass>
  553. <DeployClass Required="true" Name="DependencyPackage">
  554. <Platform Name="Win32">
  555. <Operation>0</Operation>
  556. <Extensions>.bpl</Extensions>
  557. </Platform>
  558. <Platform Name="iOSDevice64">
  559. <Operation>1</Operation>
  560. <Extensions>.dylib</Extensions>
  561. </Platform>
  562. <Platform Name="OSX32">
  563. <RemoteDir>Contents\MacOS</RemoteDir>
  564. <Operation>1</Operation>
  565. <Extensions>.dylib</Extensions>
  566. </Platform>
  567. <Platform Name="iOSDevice32">
  568. <Operation>1</Operation>
  569. <Extensions>.dylib</Extensions>
  570. </Platform>
  571. <Platform Name="iOSSimulator">
  572. <Operation>1</Operation>
  573. <Extensions>.dylib</Extensions>
  574. </Platform>
  575. </DeployClass>
  576. <DeployClass Name="Android_LauncherIcon48">
  577. <Platform Name="Android">
  578. <RemoteDir>res\drawable-mdpi</RemoteDir>
  579. <Operation>1</Operation>
  580. </Platform>
  581. </DeployClass>
  582. <DeployClass Name="Android_SplashImage960">
  583. <Platform Name="Android">
  584. <RemoteDir>res\drawable-xlarge</RemoteDir>
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="Android_LauncherIcon36">
  589. <Platform Name="Android">
  590. <RemoteDir>res\drawable-ldpi</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="DependencyModule">
  595. <Platform Name="Win32">
  596. <Operation>0</Operation>
  597. <Extensions>.dll;.bpl</Extensions>
  598. </Platform>
  599. <Platform Name="iOSDevice64">
  600. <Operation>1</Operation>
  601. <Extensions>.dylib</Extensions>
  602. </Platform>
  603. <Platform Name="OSX32">
  604. <RemoteDir>Contents\MacOS</RemoteDir>
  605. <Operation>1</Operation>
  606. <Extensions>.dylib</Extensions>
  607. </Platform>
  608. <Platform Name="iOSDevice32">
  609. <Operation>1</Operation>
  610. <Extensions>.dylib</Extensions>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>1</Operation>
  614. <Extensions>.dylib</Extensions>
  615. </Platform>
  616. </DeployClass>
  617. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  618. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  619. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  620. <ProjectRoot Platform="Win32" 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>