MultiSampleTextures.cbproj 36 KB

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