Canvas.cbproj 42 KB

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