ActorMS3D.cbproj 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{1BD109E0-84BA-43AA-9BB7-11519BA254B7}</ProjectGuid>
  4. <ProjectVersion>18.1</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>ActorMS3D.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>ActorMS3D</SanitizedProjectName>
  62. <_TCHARMapping>wchar_t</_TCHARMapping>
  63. <Multithreaded>true</Multithreaded>
  64. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  65. <ProjectType>CppVCLApplication</ProjectType>
  66. <ILINK_LibraryPath>D:\Library\GLSceneVCL\Samples\CPP\Demos\meshes\actorms3d\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  67. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib</AllPackageLibs>
  68. <IncludePath>D:\Library\GLSceneVCL\Samples\CPP\Demos\meshes\actorms3d\;$(IncludePath)</IncludePath>
  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. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  82. <VerInfo_Locale>1033</VerInfo_Locale>
  83. <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>
  84. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  85. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  86. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  87. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  91. <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>
  92. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  93. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  95. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  96. <VerInfo_Locale>1033</VerInfo_Locale>
  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;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.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="ActorMS3D.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">ActorMS3D.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">False</ProjectProperties>
  205. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  206. </ProjectProperties>
  207. </CPlusPlusBuilder.Personality>
  208. <Deployment Version="2">
  209. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule">
  210. <Platform Name="Win32">
  211. <Overwrite>true</Overwrite>
  212. </Platform>
  213. </DeployFile>
  214. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  215. <Platform Name="Win64">
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  220. <Platform Name="OSX32">
  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 LocalName=".\Win32\Debug\ActorMS3D.tds" Configuration="Debug" Class="DebugSymbols">
  230. <Platform Name="Win32">
  231. <RemoteName>ActorMS3D.tds</RemoteName>
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  236. <Platform Name="OSX32">
  237. <Overwrite>true</Overwrite>
  238. </Platform>
  239. </DeployFile>
  240. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64220.dll" Class="DependencyModule">
  241. <Platform Name="Win64">
  242. <Overwrite>true</Overwrite>
  243. </Platform>
  244. </DeployFile>
  245. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule">
  246. <Platform Name="Win64">
  247. <Overwrite>true</Overwrite>
  248. </Platform>
  249. </DeployFile>
  250. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  251. <Platform Name="Win32">
  252. <Overwrite>true</Overwrite>
  253. </Platform>
  254. </DeployFile>
  255. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  256. <Platform Name="Win32">
  257. <Overwrite>true</Overwrite>
  258. </Platform>
  259. </DeployFile>
  260. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64220mt.dll" Class="DependencyModule">
  261. <Platform Name="Win64">
  262. <Overwrite>true</Overwrite>
  263. </Platform>
  264. </DeployFile>
  265. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule">
  266. <Platform Name="Win32">
  267. <Overwrite>true</Overwrite>
  268. </Platform>
  269. </DeployFile>
  270. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule">
  271. <Platform Name="Win64">
  272. <Overwrite>true</Overwrite>
  273. </Platform>
  274. </DeployFile>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32220.dll" Class="DependencyModule">
  276. <Platform Name="Win32">
  277. <Overwrite>true</Overwrite>
  278. </Platform>
  279. </DeployFile>
  280. <DeployFile LocalName=".\Win32\Debug\ActorMS3D.exe" Configuration="Debug" Class="ProjectOutput">
  281. <Platform Name="Win32">
  282. <RemoteName>ActorMS3D.exe</RemoteName>
  283. <Overwrite>true</Overwrite>
  284. </Platform>
  285. </DeployFile>
  286. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule">
  287. <Platform Name="Win64">
  288. <Overwrite>true</Overwrite>
  289. </Platform>
  290. </DeployFile>
  291. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32220mt.dll" Class="DependencyModule">
  292. <Platform Name="Win32">
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule">
  297. <Platform Name="Win64">
  298. <Overwrite>true</Overwrite>
  299. </Platform>
  300. </DeployFile>
  301. <DeployClass Name="DependencyModule">
  302. <Platform Name="Win32">
  303. <Operation>0</Operation>
  304. <Extensions>.dll;.bpl</Extensions>
  305. </Platform>
  306. <Platform Name="iOSDevice64">
  307. <Operation>1</Operation>
  308. <Extensions>.dylib</Extensions>
  309. </Platform>
  310. <Platform Name="OSX32">
  311. <RemoteDir>Contents\MacOS</RemoteDir>
  312. <Operation>1</Operation>
  313. <Extensions>.dylib</Extensions>
  314. </Platform>
  315. <Platform Name="iOSDevice32">
  316. <Operation>1</Operation>
  317. <Extensions>.dylib</Extensions>
  318. </Platform>
  319. <Platform Name="iOSSimulator">
  320. <Operation>1</Operation>
  321. <Extensions>.dylib</Extensions>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="ProjectOSXResource">
  325. <Platform Name="OSX32">
  326. <RemoteDir>Contents\Resources</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="AndroidClassesDexFile">
  331. <Platform Name="Android">
  332. <RemoteDir>classes</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="Android_LauncherIcon144">
  337. <Platform Name="Android">
  338. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="AdditionalDebugSymbols">
  343. <Platform Name="Win32">
  344. <RemoteDir>Contents\MacOS</RemoteDir>
  345. <Operation>0</Operation>
  346. </Platform>
  347. <Platform Name="iOSSimulator">
  348. <Operation>1</Operation>
  349. </Platform>
  350. <Platform Name="OSX32">
  351. <RemoteDir>Contents\MacOS</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="AndroidLibnativeMipsFile">
  356. <Platform Name="Android">
  357. <RemoteDir>library\lib\mips</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="iPad_Launch768">
  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 Required="true" Name="ProjectOutput">
  373. <Platform Name="Win32">
  374. <Operation>0</Operation>
  375. </Platform>
  376. <Platform Name="iOSDevice64">
  377. <Operation>1</Operation>
  378. </Platform>
  379. <Platform Name="OSX32">
  380. <RemoteDir>Contents\MacOS</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. <Platform Name="iOSDevice32">
  384. <Operation>1</Operation>
  385. </Platform>
  386. <Platform Name="Android">
  387. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. <Platform Name="iOSSimulator">
  391. <Operation>1</Operation>
  392. </Platform>
  393. </DeployClass>
  394. <DeployClass Name="DependencyFramework">
  395. <Platform Name="Win32">
  396. <Operation>0</Operation>
  397. </Platform>
  398. <Platform Name="OSX32">
  399. <RemoteDir>Contents\MacOS</RemoteDir>
  400. <Operation>1</Operation>
  401. <Extensions>.framework</Extensions>
  402. </Platform>
  403. </DeployClass>
  404. <DeployClass Name="iPhone_Launch640">
  405. <Platform Name="iOSSimulator">
  406. <Operation>1</Operation>
  407. </Platform>
  408. <Platform Name="iOSDevice64">
  409. <Operation>1</Operation>
  410. </Platform>
  411. <Platform Name="iOSDevice32">
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="AndroidLibnativeX86File">
  416. <Platform Name="Android">
  417. <RemoteDir>library\lib\x86</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. </DeployClass>
  421. <DeployClass Name="ProjectiOSDeviceDebug">
  422. <Platform Name="iOSDevice64">
  423. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. <Platform Name="iOSDevice32">
  427. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="iPad_Launch1024">
  432. <Platform Name="iOSSimulator">
  433. <Operation>1</Operation>
  434. </Platform>
  435. <Platform Name="iOSDevice64">
  436. <Operation>1</Operation>
  437. </Platform>
  438. <Platform Name="iOSDevice32">
  439. <Operation>1</Operation>
  440. </Platform>
  441. </DeployClass>
  442. <DeployClass Name="iPhone_Launch320">
  443. <Platform Name="iOSSimulator">
  444. <Operation>1</Operation>
  445. </Platform>
  446. <Platform Name="iOSDevice64">
  447. <Operation>1</Operation>
  448. </Platform>
  449. <Platform Name="iOSDevice32">
  450. <Operation>1</Operation>
  451. </Platform>
  452. </DeployClass>
  453. <DeployClass Name="ProjectiOSInfoPList">
  454. <Platform Name="iOSSimulator">
  455. <Operation>1</Operation>
  456. </Platform>
  457. <Platform Name="iOSDevice64">
  458. <Operation>1</Operation>
  459. </Platform>
  460. <Platform Name="iOSDevice32">
  461. <Operation>1</Operation>
  462. </Platform>
  463. </DeployClass>
  464. <DeployClass Name="AndroidLibnativeArmeabiFile">
  465. <Platform Name="Android">
  466. <RemoteDir>library\lib\armeabi</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="DebugSymbols">
  471. <Platform Name="Win32">
  472. <Operation>0</Operation>
  473. </Platform>
  474. <Platform Name="iOSSimulator">
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="OSX32">
  478. <RemoteDir>Contents\MacOS</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. </DeployClass>
  482. <DeployClass Name="iPad_Launch1536">
  483. <Platform Name="iOSSimulator">
  484. <Operation>1</Operation>
  485. </Platform>
  486. <Platform Name="iOSDevice64">
  487. <Operation>1</Operation>
  488. </Platform>
  489. <Platform Name="iOSDevice32">
  490. <Operation>1</Operation>
  491. </Platform>
  492. </DeployClass>
  493. <DeployClass Name="Android_SplashImage470">
  494. <Platform Name="Android">
  495. <RemoteDir>res\drawable-normal</RemoteDir>
  496. <Operation>1</Operation>
  497. </Platform>
  498. </DeployClass>
  499. <DeployClass Name="Android_LauncherIcon96">
  500. <Platform Name="Android">
  501. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  502. <Operation>1</Operation>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Name="Android_SplashImage640">
  506. <Platform Name="Android">
  507. <RemoteDir>res\drawable-large</RemoteDir>
  508. <Operation>1</Operation>
  509. </Platform>
  510. </DeployClass>
  511. <DeployClass Name="iPhone_Launch640x1136">
  512. <Platform Name="iOSSimulator">
  513. <Operation>1</Operation>
  514. </Platform>
  515. <Platform Name="iOSDevice64">
  516. <Operation>1</Operation>
  517. </Platform>
  518. <Platform Name="iOSDevice32">
  519. <Operation>1</Operation>
  520. </Platform>
  521. </DeployClass>
  522. <DeployClass Name="ProjectiOSEntitlements">
  523. <Platform Name="iOSDevice64">
  524. <RemoteDir>../</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. <Platform Name="iOSDevice32">
  528. <RemoteDir>../</RemoteDir>
  529. <Operation>1</Operation>
  530. </Platform>
  531. </DeployClass>
  532. <DeployClass Name="AndroidGDBServer">
  533. <Platform Name="Android">
  534. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Name="Android_LauncherIcon72">
  539. <Platform Name="Android">
  540. <RemoteDir>res\drawable-hdpi</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. </DeployClass>
  544. <DeployClass Name="ProjectOSXInfoPList">
  545. <Platform Name="OSX32">
  546. <RemoteDir>Contents</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. </DeployClass>
  550. <DeployClass Name="ProjectOSXEntitlements">
  551. <Platform Name="OSX32">
  552. <RemoteDir>../</RemoteDir>
  553. <Operation>1</Operation>
  554. </Platform>
  555. </DeployClass>
  556. <DeployClass Name="iPad_Launch2048">
  557. <Platform Name="iOSSimulator">
  558. <Operation>1</Operation>
  559. </Platform>
  560. <Platform Name="iOSDevice64">
  561. <Operation>1</Operation>
  562. </Platform>
  563. <Platform Name="iOSDevice32">
  564. <Operation>1</Operation>
  565. </Platform>
  566. </DeployClass>
  567. <DeployClass Name="AndroidSplashStyles">
  568. <Platform Name="Android">
  569. <RemoteDir>res\values</RemoteDir>
  570. <Operation>1</Operation>
  571. </Platform>
  572. </DeployClass>
  573. <DeployClass Name="Android_SplashImage426">
  574. <Platform Name="Android">
  575. <RemoteDir>res\drawable-small</RemoteDir>
  576. <Operation>1</Operation>
  577. </Platform>
  578. </DeployClass>
  579. <DeployClass Name="AndroidSplashImageDef">
  580. <Platform Name="Android">
  581. <RemoteDir>res\drawable</RemoteDir>
  582. <Operation>1</Operation>
  583. </Platform>
  584. </DeployClass>
  585. <DeployClass Name="ProjectiOSResource">
  586. <Platform Name="iOSSimulator">
  587. <Operation>1</Operation>
  588. </Platform>
  589. <Platform Name="iOSDevice64">
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="iOSDevice32">
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="ProjectAndroidManifest">
  597. <Platform Name="Android">
  598. <Operation>1</Operation>
  599. </Platform>
  600. </DeployClass>
  601. <DeployClass Name="Android_DefaultAppIcon">
  602. <Platform Name="Android">
  603. <RemoteDir>res\drawable</RemoteDir>
  604. <Operation>1</Operation>
  605. </Platform>
  606. </DeployClass>
  607. <DeployClass Name="File">
  608. <Platform Name="Win32">
  609. <Operation>0</Operation>
  610. </Platform>
  611. <Platform Name="iOSDevice64">
  612. <Operation>0</Operation>
  613. </Platform>
  614. <Platform Name="OSX32">
  615. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  616. <Operation>0</Operation>
  617. </Platform>
  618. <Platform Name="iOSDevice32">
  619. <Operation>0</Operation>
  620. </Platform>
  621. <Platform Name="Android">
  622. <Operation>0</Operation>
  623. </Platform>
  624. <Platform Name="iOSSimulator">
  625. <Operation>0</Operation>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Name="AndroidServiceOutput">
  629. <Platform Name="Android">
  630. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  631. <Operation>1</Operation>
  632. </Platform>
  633. </DeployClass>
  634. <DeployClass Required="true" Name="DependencyPackage">
  635. <Platform Name="Win32">
  636. <Operation>0</Operation>
  637. <Extensions>.bpl</Extensions>
  638. </Platform>
  639. <Platform Name="iOSDevice64">
  640. <Operation>1</Operation>
  641. <Extensions>.dylib</Extensions>
  642. </Platform>
  643. <Platform Name="OSX32">
  644. <RemoteDir>Contents\MacOS</RemoteDir>
  645. <Operation>1</Operation>
  646. <Extensions>.dylib</Extensions>
  647. </Platform>
  648. <Platform Name="iOSDevice32">
  649. <Operation>1</Operation>
  650. <Extensions>.dylib</Extensions>
  651. </Platform>
  652. <Platform Name="iOSSimulator">
  653. <Operation>1</Operation>
  654. <Extensions>.dylib</Extensions>
  655. </Platform>
  656. </DeployClass>
  657. <DeployClass Name="Android_LauncherIcon48">
  658. <Platform Name="Android">
  659. <RemoteDir>res\drawable-mdpi</RemoteDir>
  660. <Operation>1</Operation>
  661. </Platform>
  662. </DeployClass>
  663. <DeployClass Name="Android_SplashImage960">
  664. <Platform Name="Android">
  665. <RemoteDir>res\drawable-xlarge</RemoteDir>
  666. <Operation>1</Operation>
  667. </Platform>
  668. </DeployClass>
  669. <DeployClass Name="Android_LauncherIcon36">
  670. <Platform Name="Android">
  671. <RemoteDir>res\drawable-ldpi</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. </DeployClass>
  675. <DeployClass Name="ProjectiOSDeviceResourceRules">
  676. <Platform Name="iOSDevice64">
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="iOSDevice32">
  680. <Operation>1</Operation>
  681. </Platform>
  682. </DeployClass>
  683. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  684. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  685. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  686. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  687. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  688. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  689. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  690. </Deployment>
  691. <Platforms>
  692. <Platform value="Win32">True</Platform>
  693. <Platform value="Win64">False</Platform>
  694. </Platforms>
  695. </BorlandProject>
  696. <ProjectFileVersion>12</ProjectFileVersion>
  697. </ProjectExtensions>
  698. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  699. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  700. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  701. </Project>