Fading.cbproj 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{CC39D1DA-3C6B-4047-B355-C32748469ACE}</ProjectGuid>
  4. <ProjectVersion>18.5</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>Fading.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>Fading</SanitizedProjectName>
  62. <IncludePath>D:\GLScene\Samples\CPP\Demos\interface\fadingintf\;$(IncludePath)</IncludePath>
  63. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  64. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\interface\fadingintf\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  65. <ProjectType>CppVCLApplication</ProjectType>
  66. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  67. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  68. <_TCHARMapping>wchar_t</_TCHARMapping>
  69. <Multithreaded>true</Multithreaded>
  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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  81. <VerInfo_Locale>1033</VerInfo_Locale>
  82. <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>
  83. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  84. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  87. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  88. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  89. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  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. <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_Locale>1033</VerInfo_Locale>
  96. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  97. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  98. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  99. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  100. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  103. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  104. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  105. <DCC_Optimize>false</DCC_Optimize>
  106. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  107. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  108. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  109. <DCC_Define>DEBUG</DCC_Define>
  110. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  111. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  112. <BCC_StackFrames>true</BCC_StackFrames>
  113. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  114. <TASM_Debugging>Full</TASM_Debugging>
  115. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  116. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  117. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  118. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  119. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  120. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  121. </PropertyGroup>
  122. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  123. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  124. <Defines>_DEBUG;$(Defines)</Defines>
  125. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  126. <BT_BuildType>Debug</BT_BuildType>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  129. <Defines>_DEBUG;$(Defines)</Defines>
  130. </PropertyGroup>
  131. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  132. <TASM_Debugging>None</TASM_Debugging>
  133. </PropertyGroup>
  134. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  135. <Defines>NDEBUG;$(Defines)</Defines>
  136. </PropertyGroup>
  137. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  138. <Defines>NDEBUG;$(Defines)</Defines>
  139. </PropertyGroup>
  140. <ItemGroup>
  141. <CppCompile Include="Fading.cpp">
  142. <BuildOrder>0</BuildOrder>
  143. </CppCompile>
  144. <CppCompile Include="Unit1.cpp">
  145. <Form>Form1</Form>
  146. <FormType>dfm</FormType>
  147. <DependentOn>Unit1.h</DependentOn>
  148. <BuildOrder>2</BuildOrder>
  149. </CppCompile>
  150. <FormResources Include="Unit1.dfm"/>
  151. <BuildConfiguration Include="Release">
  152. <Key>Cfg_2</Key>
  153. <CfgParent>Base</CfgParent>
  154. </BuildConfiguration>
  155. <BuildConfiguration Include="Base">
  156. <Key>Base</Key>
  157. </BuildConfiguration>
  158. <BuildConfiguration Include="Debug">
  159. <Key>Cfg_1</Key>
  160. <CfgParent>Base</CfgParent>
  161. </BuildConfiguration>
  162. </ItemGroup>
  163. <ProjectExtensions>
  164. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  165. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  166. <BorlandProject>
  167. <CPlusPlusBuilder.Personality>
  168. <Source>
  169. <Source Name="MainSource">Fading.cpp</Source>
  170. </Source>
  171. <VersionInfo>
  172. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  173. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  174. <VersionInfo Name="MajorVer">1</VersionInfo>
  175. <VersionInfo Name="MinorVer">0</VersionInfo>
  176. <VersionInfo Name="Release">0</VersionInfo>
  177. <VersionInfo Name="Build">0</VersionInfo>
  178. <VersionInfo Name="Debug">False</VersionInfo>
  179. <VersionInfo Name="PreRelease">False</VersionInfo>
  180. <VersionInfo Name="Special">False</VersionInfo>
  181. <VersionInfo Name="Private">False</VersionInfo>
  182. <VersionInfo Name="DLL">False</VersionInfo>
  183. <VersionInfo Name="Locale">1049</VersionInfo>
  184. <VersionInfo Name="CodePage">1251</VersionInfo>
  185. </VersionInfo>
  186. <VersionInfoKeys>
  187. <VersionInfoKeys Name="CompanyName"/>
  188. <VersionInfoKeys Name="FileDescription"/>
  189. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  190. <VersionInfoKeys Name="InternalName"/>
  191. <VersionInfoKeys Name="LegalCopyright"/>
  192. <VersionInfoKeys Name="LegalTrademarks"/>
  193. <VersionInfoKeys Name="OriginalFilename"/>
  194. <VersionInfoKeys Name="ProductName"/>
  195. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  196. <VersionInfoKeys Name="Comments"/>
  197. <VersionInfoKeys Name="CFBundleName"/>
  198. <VersionInfoKeys Name="CFBundleDisplayName"/>
  199. <VersionInfoKeys Name="CFBundleIdentifier"/>
  200. <VersionInfoKeys Name="CFBundleVersion"/>
  201. <VersionInfoKeys Name="CFBundlePackageType"/>
  202. <VersionInfoKeys Name="CFBundleSignature"/>
  203. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  204. <VersionInfoKeys Name="CFBundleExecutable"/>
  205. </VersionInfoKeys>
  206. <ProjectProperties>
  207. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  208. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  209. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  210. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  211. </ProjectProperties>
  212. </CPlusPlusBuilder.Personality>
  213. <Deployment Version="3">
  214. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  215. <Platform Name="Win32">
  216. <Overwrite>true</Overwrite>
  217. </Platform>
  218. </DeployFile>
  219. <DeployFile LocalName=".\Win32\Debug\Fading.tds" Configuration="Debug" Class="DebugSymbols"/>
  220. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  221. <Platform Name="Win64">
  222. <Overwrite>true</Overwrite>
  223. </Platform>
  224. </DeployFile>
  225. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  226. <Platform Name="OSX32">
  227. <Overwrite>true</Overwrite>
  228. </Platform>
  229. </DeployFile>
  230. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  231. <Platform Name="Win32">
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  236. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  237. <Platform Name="OSX32">
  238. <Overwrite>true</Overwrite>
  239. </Platform>
  240. </DeployFile>
  241. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  242. <Platform Name="OSX64">
  243. <Overwrite>true</Overwrite>
  244. </Platform>
  245. </DeployFile>
  246. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  247. <Platform Name="Win32">
  248. <Overwrite>true</Overwrite>
  249. </Platform>
  250. </DeployFile>
  251. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  252. <Platform Name="Win32">
  253. <Overwrite>true</Overwrite>
  254. </Platform>
  255. </DeployFile>
  256. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  257. <Platform Name="Win64">
  258. <Overwrite>true</Overwrite>
  259. </Platform>
  260. </DeployFile>
  261. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  262. <DeployFile LocalName=".\Win32\Debug\Fading.exe" Configuration="Debug" Class="ProjectOutput"/>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  264. <Platform Name="Win32">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  269. <Platform Name="Win64">
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  274. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  276. <Platform Name="OSX64">
  277. <Overwrite>true</Overwrite>
  278. </Platform>
  279. </DeployFile>
  280. <DeployClass Name="AdditionalDebugSymbols">
  281. <Platform Name="iOSSimulator">
  282. <Operation>1</Operation>
  283. </Platform>
  284. <Platform Name="OSX32">
  285. <RemoteDir>Contents\MacOS</RemoteDir>
  286. <Operation>1</Operation>
  287. </Platform>
  288. <Platform Name="Win32">
  289. <Operation>0</Operation>
  290. </Platform>
  291. </DeployClass>
  292. <DeployClass Name="AndroidClassesDexFile">
  293. <Platform Name="Android">
  294. <RemoteDir>classes</RemoteDir>
  295. <Operation>1</Operation>
  296. </Platform>
  297. </DeployClass>
  298. <DeployClass Name="AndroidFileProvider">
  299. <Platform Name="Android">
  300. <RemoteDir>res\xml</RemoteDir>
  301. <Operation>1</Operation>
  302. </Platform>
  303. </DeployClass>
  304. <DeployClass Name="AndroidGDBServer">
  305. <Platform Name="Android">
  306. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. </DeployClass>
  310. <DeployClass Name="AndroidLibnativeArmeabiFile">
  311. <Platform Name="Android">
  312. <RemoteDir>library\lib\armeabi</RemoteDir>
  313. <Operation>1</Operation>
  314. </Platform>
  315. </DeployClass>
  316. <DeployClass Name="AndroidLibnativeMipsFile">
  317. <Platform Name="Android">
  318. <RemoteDir>library\lib\mips</RemoteDir>
  319. <Operation>1</Operation>
  320. </Platform>
  321. </DeployClass>
  322. <DeployClass Name="AndroidServiceOutput">
  323. <Platform Name="Android">
  324. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  325. <Operation>1</Operation>
  326. </Platform>
  327. </DeployClass>
  328. <DeployClass Name="AndroidSplashImageDef">
  329. <Platform Name="Android">
  330. <RemoteDir>res\drawable</RemoteDir>
  331. <Operation>1</Operation>
  332. </Platform>
  333. </DeployClass>
  334. <DeployClass Name="AndroidSplashStyles">
  335. <Platform Name="Android">
  336. <RemoteDir>res\values</RemoteDir>
  337. <Operation>1</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="AndroidSplashStylesV21">
  341. <Platform Name="Android">
  342. <RemoteDir>res\values-v21</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="Android_DefaultAppIcon">
  347. <Platform Name="Android">
  348. <RemoteDir>res\drawable</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="Android_LauncherIcon144">
  353. <Platform Name="Android">
  354. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="Android_LauncherIcon36">
  359. <Platform Name="Android">
  360. <RemoteDir>res\drawable-ldpi</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="Android_LauncherIcon48">
  365. <Platform Name="Android">
  366. <RemoteDir>res\drawable-mdpi</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="Android_LauncherIcon72">
  371. <Platform Name="Android">
  372. <RemoteDir>res\drawable-hdpi</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="Android_LauncherIcon96">
  377. <Platform Name="Android">
  378. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="Android_SplashImage426">
  383. <Platform Name="Android">
  384. <RemoteDir>res\drawable-small</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. </DeployClass>
  388. <DeployClass Name="Android_SplashImage470">
  389. <Platform Name="Android">
  390. <RemoteDir>res\drawable-normal</RemoteDir>
  391. <Operation>1</Operation>
  392. </Platform>
  393. </DeployClass>
  394. <DeployClass Name="Android_SplashImage640">
  395. <Platform Name="Android">
  396. <RemoteDir>res\drawable-large</RemoteDir>
  397. <Operation>1</Operation>
  398. </Platform>
  399. </DeployClass>
  400. <DeployClass Name="Android_SplashImage960">
  401. <Platform Name="Android">
  402. <RemoteDir>res\drawable-xlarge</RemoteDir>
  403. <Operation>1</Operation>
  404. </Platform>
  405. </DeployClass>
  406. <DeployClass Name="DebugSymbols">
  407. <Platform Name="iOSSimulator">
  408. <Operation>1</Operation>
  409. </Platform>
  410. <Platform Name="OSX32">
  411. <RemoteDir>Contents\MacOS</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. <Platform Name="Win32">
  415. <Operation>0</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="DependencyFramework">
  419. <Platform Name="OSX32">
  420. <RemoteDir>Contents\MacOS</RemoteDir>
  421. <Operation>1</Operation>
  422. <Extensions>.framework</Extensions>
  423. </Platform>
  424. <Platform Name="OSX64">
  425. <RemoteDir>Contents\MacOS</RemoteDir>
  426. <Operation>1</Operation>
  427. <Extensions>.framework</Extensions>
  428. </Platform>
  429. <Platform Name="Win32">
  430. <Operation>0</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="DependencyModule">
  434. <Platform Name="iOSDevice32">
  435. <Operation>1</Operation>
  436. <Extensions>.dylib</Extensions>
  437. </Platform>
  438. <Platform Name="iOSDevice64">
  439. <Operation>1</Operation>
  440. <Extensions>.dylib</Extensions>
  441. </Platform>
  442. <Platform Name="iOSSimulator">
  443. <Operation>1</Operation>
  444. <Extensions>.dylib</Extensions>
  445. </Platform>
  446. <Platform Name="OSX32">
  447. <RemoteDir>Contents\MacOS</RemoteDir>
  448. <Operation>1</Operation>
  449. <Extensions>.dylib</Extensions>
  450. </Platform>
  451. <Platform Name="OSX64">
  452. <RemoteDir>Contents\MacOS</RemoteDir>
  453. <Operation>1</Operation>
  454. <Extensions>.dylib</Extensions>
  455. </Platform>
  456. <Platform Name="Win32">
  457. <Operation>0</Operation>
  458. <Extensions>.dll;.bpl</Extensions>
  459. </Platform>
  460. </DeployClass>
  461. <DeployClass Required="true" Name="DependencyPackage">
  462. <Platform Name="iOSDevice32">
  463. <Operation>1</Operation>
  464. <Extensions>.dylib</Extensions>
  465. </Platform>
  466. <Platform Name="iOSDevice64">
  467. <Operation>1</Operation>
  468. <Extensions>.dylib</Extensions>
  469. </Platform>
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. <Extensions>.dylib</Extensions>
  473. </Platform>
  474. <Platform Name="OSX32">
  475. <RemoteDir>Contents\MacOS</RemoteDir>
  476. <Operation>1</Operation>
  477. <Extensions>.dylib</Extensions>
  478. </Platform>
  479. <Platform Name="OSX64">
  480. <RemoteDir>Contents\MacOS</RemoteDir>
  481. <Operation>1</Operation>
  482. <Extensions>.dylib</Extensions>
  483. </Platform>
  484. <Platform Name="Win32">
  485. <Operation>0</Operation>
  486. <Extensions>.bpl</Extensions>
  487. </Platform>
  488. </DeployClass>
  489. <DeployClass Name="File">
  490. <Platform Name="Android">
  491. <Operation>0</Operation>
  492. </Platform>
  493. <Platform Name="iOSDevice32">
  494. <Operation>0</Operation>
  495. </Platform>
  496. <Platform Name="iOSDevice64">
  497. <Operation>0</Operation>
  498. </Platform>
  499. <Platform Name="iOSSimulator">
  500. <Operation>0</Operation>
  501. </Platform>
  502. <Platform Name="OSX32">
  503. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  504. <Operation>0</Operation>
  505. </Platform>
  506. <Platform Name="OSX64">
  507. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  508. <Operation>0</Operation>
  509. </Platform>
  510. <Platform Name="Win32">
  511. <Operation>0</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="iPad_Launch1024">
  515. <Platform Name="iOSDevice32">
  516. <Operation>1</Operation>
  517. </Platform>
  518. <Platform Name="iOSDevice64">
  519. <Operation>1</Operation>
  520. </Platform>
  521. <Platform Name="iOSSimulator">
  522. <Operation>1</Operation>
  523. </Platform>
  524. </DeployClass>
  525. <DeployClass Name="iPad_Launch1536">
  526. <Platform Name="iOSDevice32">
  527. <Operation>1</Operation>
  528. </Platform>
  529. <Platform Name="iOSDevice64">
  530. <Operation>1</Operation>
  531. </Platform>
  532. <Platform Name="iOSSimulator">
  533. <Operation>1</Operation>
  534. </Platform>
  535. </DeployClass>
  536. <DeployClass Name="iPad_Launch2048">
  537. <Platform Name="iOSDevice32">
  538. <Operation>1</Operation>
  539. </Platform>
  540. <Platform Name="iOSDevice64">
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="iOSSimulator">
  544. <Operation>1</Operation>
  545. </Platform>
  546. </DeployClass>
  547. <DeployClass Name="iPad_Launch768">
  548. <Platform Name="iOSDevice32">
  549. <Operation>1</Operation>
  550. </Platform>
  551. <Platform Name="iOSDevice64">
  552. <Operation>1</Operation>
  553. </Platform>
  554. <Platform Name="iOSSimulator">
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="iPhone_Launch320">
  559. <Platform Name="iOSDevice32">
  560. <Operation>1</Operation>
  561. </Platform>
  562. <Platform Name="iOSDevice64">
  563. <Operation>1</Operation>
  564. </Platform>
  565. <Platform Name="iOSSimulator">
  566. <Operation>1</Operation>
  567. </Platform>
  568. </DeployClass>
  569. <DeployClass Name="iPhone_Launch640">
  570. <Platform Name="iOSDevice32">
  571. <Operation>1</Operation>
  572. </Platform>
  573. <Platform Name="iOSDevice64">
  574. <Operation>1</Operation>
  575. </Platform>
  576. <Platform Name="iOSSimulator">
  577. <Operation>1</Operation>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="iPhone_Launch640x1136">
  581. <Platform Name="iOSDevice32">
  582. <Operation>1</Operation>
  583. </Platform>
  584. <Platform Name="iOSDevice64">
  585. <Operation>1</Operation>
  586. </Platform>
  587. <Platform Name="iOSSimulator">
  588. <Operation>1</Operation>
  589. </Platform>
  590. </DeployClass>
  591. <DeployClass Name="ProjectAndroidManifest">
  592. <Platform Name="Android">
  593. <Operation>1</Operation>
  594. </Platform>
  595. </DeployClass>
  596. <DeployClass Name="ProjectiOSDeviceDebug">
  597. <Platform Name="iOSDevice32">
  598. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="iOSDevice64">
  602. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  603. <Operation>1</Operation>
  604. </Platform>
  605. </DeployClass>
  606. <DeployClass Name="ProjectiOSDeviceResourceRules">
  607. <Platform Name="iOSDevice32">
  608. <Operation>1</Operation>
  609. </Platform>
  610. <Platform Name="iOSDevice64">
  611. <Operation>1</Operation>
  612. </Platform>
  613. </DeployClass>
  614. <DeployClass Name="ProjectiOSEntitlements">
  615. <Platform Name="iOSDevice32">
  616. <RemoteDir>..\</RemoteDir>
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="iOSDevice64">
  620. <RemoteDir>..\</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. </DeployClass>
  624. <DeployClass Name="ProjectiOSInfoPList">
  625. <Platform Name="iOSDevice32">
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="iOSDevice64">
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="iOSSimulator">
  632. <Operation>1</Operation>
  633. </Platform>
  634. </DeployClass>
  635. <DeployClass Name="ProjectiOSResource">
  636. <Platform Name="iOSDevice32">
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="iOSDevice64">
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="iOSSimulator">
  643. <Operation>1</Operation>
  644. </Platform>
  645. </DeployClass>
  646. <DeployClass Name="ProjectOSXDebug">
  647. <Platform Name="OSX64">
  648. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  649. <Operation>1</Operation>
  650. </Platform>
  651. </DeployClass>
  652. <DeployClass Name="ProjectOSXEntitlements">
  653. <Platform Name="OSX32">
  654. <RemoteDir>..\</RemoteDir>
  655. <Operation>1</Operation>
  656. </Platform>
  657. <Platform Name="OSX64">
  658. <RemoteDir>..\</RemoteDir>
  659. <Operation>1</Operation>
  660. </Platform>
  661. </DeployClass>
  662. <DeployClass Name="ProjectOSXInfoPList">
  663. <Platform Name="OSX32">
  664. <RemoteDir>Contents</RemoteDir>
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="OSX64">
  668. <RemoteDir>Contents</RemoteDir>
  669. <Operation>1</Operation>
  670. </Platform>
  671. </DeployClass>
  672. <DeployClass Name="ProjectOSXResource">
  673. <Platform Name="OSX32">
  674. <RemoteDir>Contents\Resources</RemoteDir>
  675. <Operation>1</Operation>
  676. </Platform>
  677. <Platform Name="OSX64">
  678. <RemoteDir>Contents\Resources</RemoteDir>
  679. <Operation>1</Operation>
  680. </Platform>
  681. </DeployClass>
  682. <DeployClass Required="true" Name="ProjectOutput">
  683. <Platform Name="Android">
  684. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  685. <Operation>1</Operation>
  686. </Platform>
  687. <Platform Name="iOSDevice32">
  688. <Operation>1</Operation>
  689. </Platform>
  690. <Platform Name="iOSDevice64">
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="iOSSimulator">
  694. <Operation>1</Operation>
  695. </Platform>
  696. <Platform Name="Linux64">
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="OSX32">
  700. <RemoteDir>Contents\MacOS</RemoteDir>
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="OSX64">
  704. <RemoteDir>Contents\MacOS</RemoteDir>
  705. <Operation>1</Operation>
  706. </Platform>
  707. <Platform Name="Win32">
  708. <Operation>0</Operation>
  709. </Platform>
  710. </DeployClass>
  711. <DeployClass Name="ProjectUWPManifest">
  712. <Platform Name="Win32">
  713. <Operation>1</Operation>
  714. </Platform>
  715. <Platform Name="Win64">
  716. <Operation>1</Operation>
  717. </Platform>
  718. </DeployClass>
  719. <DeployClass Name="UWP_CppLogo150">
  720. <Platform Name="Win32">
  721. <RemoteDir>Assets</RemoteDir>
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="Win64">
  725. <RemoteDir>Assets</RemoteDir>
  726. <Operation>1</Operation>
  727. </Platform>
  728. </DeployClass>
  729. <DeployClass Name="UWP_CppLogo44">
  730. <Platform Name="Win32">
  731. <RemoteDir>Assets</RemoteDir>
  732. <Operation>1</Operation>
  733. </Platform>
  734. <Platform Name="Win64">
  735. <RemoteDir>Assets</RemoteDir>
  736. <Operation>1</Operation>
  737. </Platform>
  738. </DeployClass>
  739. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  740. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  741. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  742. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  743. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  744. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  745. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  746. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  747. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  748. </Deployment>
  749. <Platforms>
  750. <Platform value="Win32">True</Platform>
  751. <Platform value="Win64">False</Platform>
  752. </Platforms>
  753. </BorlandProject>
  754. <ProjectFileVersion>12</ProjectFileVersion>
  755. </ProjectExtensions>
  756. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  757. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  758. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  759. </Project>