Lining.cbproj 36 KB

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