GuiDemoC.cbproj 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{E824100A-3DEA-4A32-ADA9-B6031E749526}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>GuiDemoC.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>GuiDemoC</SanitizedProjectName>
  62. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  63. <Multithreaded>true</Multithreaded>
  64. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  65. <ProjectType>CppVCLApplication</ProjectType>
  66. <_TCHARMapping>wchar_t</_TCHARMapping>
  67. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  68. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  69. <DynamicRTL>true</DynamicRTL>
  70. <UsePackages>true</UsePackages>
  71. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  72. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  73. <BCC_wpar>false</BCC_wpar>
  74. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  75. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  76. </PropertyGroup>
  77. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  78. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  79. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  80. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  81. <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>
  82. <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>
  83. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  84. <VerInfo_Locale>1033</VerInfo_Locale>
  85. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  86. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  87. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  88. </PropertyGroup>
  89. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  90. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  91. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  92. <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>
  93. <VerInfo_Locale>1033</VerInfo_Locale>
  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. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  97. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  98. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  99. </PropertyGroup>
  100. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  101. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  102. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  103. <DCC_Optimize>false</DCC_Optimize>
  104. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  105. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  106. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  107. <DCC_Define>DEBUG</DCC_Define>
  108. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  109. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  110. <BCC_StackFrames>true</BCC_StackFrames>
  111. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  112. <TASM_Debugging>Full</TASM_Debugging>
  113. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  114. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  115. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  116. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  117. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  118. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  119. </PropertyGroup>
  120. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  121. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  122. <Defines>_DEBUG;$(Defines)</Defines>
  123. <VerInfo_Locale>1033</VerInfo_Locale>
  124. <FinalOutputDir>.</FinalOutputDir>
  125. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  126. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  127. <BT_BuildType>Debug</BT_BuildType>
  128. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  131. <Defines>_DEBUG;$(Defines)</Defines>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  134. <TASM_Debugging>None</TASM_Debugging>
  135. </PropertyGroup>
  136. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  137. <Defines>NDEBUG;$(Defines)</Defines>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  140. <Defines>NDEBUG;$(Defines)</Defines>
  141. </PropertyGroup>
  142. <ItemGroup>
  143. <CppCompile Include="fGuiDemoC.cpp">
  144. <Form>Form1</Form>
  145. <FormType>dfm</FormType>
  146. <DependentOn>fGuiDemoC.h</DependentOn>
  147. <BuildOrder>1</BuildOrder>
  148. </CppCompile>
  149. <CppCompile Include="GuiDemoC.cpp">
  150. <BuildOrder>0</BuildOrder>
  151. </CppCompile>
  152. <FormResources Include="fGuiDemoC.dfm"/>
  153. <BuildConfiguration Include="Release">
  154. <Key>Cfg_2</Key>
  155. <CfgParent>Base</CfgParent>
  156. </BuildConfiguration>
  157. <BuildConfiguration Include="Base">
  158. <Key>Base</Key>
  159. </BuildConfiguration>
  160. <BuildConfiguration Include="Debug">
  161. <Key>Cfg_1</Key>
  162. <CfgParent>Base</CfgParent>
  163. </BuildConfiguration>
  164. </ItemGroup>
  165. <ProjectExtensions>
  166. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  167. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  168. <BorlandProject>
  169. <CPlusPlusBuilder.Personality>
  170. <Source>
  171. <Source Name="MainSource">GuiDemoC.cpp</Source>
  172. </Source>
  173. <VersionInfo>
  174. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  175. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  176. <VersionInfo Name="MajorVer">1</VersionInfo>
  177. <VersionInfo Name="MinorVer">0</VersionInfo>
  178. <VersionInfo Name="Release">0</VersionInfo>
  179. <VersionInfo Name="Build">0</VersionInfo>
  180. <VersionInfo Name="Debug">False</VersionInfo>
  181. <VersionInfo Name="PreRelease">False</VersionInfo>
  182. <VersionInfo Name="Special">False</VersionInfo>
  183. <VersionInfo Name="Private">False</VersionInfo>
  184. <VersionInfo Name="DLL">False</VersionInfo>
  185. <VersionInfo Name="Locale">1049</VersionInfo>
  186. <VersionInfo Name="CodePage">1251</VersionInfo>
  187. </VersionInfo>
  188. <VersionInfoKeys>
  189. <VersionInfoKeys Name="CompanyName"/>
  190. <VersionInfoKeys Name="FileDescription"/>
  191. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  192. <VersionInfoKeys Name="InternalName"/>
  193. <VersionInfoKeys Name="LegalCopyright"/>
  194. <VersionInfoKeys Name="LegalTrademarks"/>
  195. <VersionInfoKeys Name="OriginalFilename"/>
  196. <VersionInfoKeys Name="ProductName"/>
  197. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  198. <VersionInfoKeys Name="Comments"/>
  199. <VersionInfoKeys Name="CFBundleName"/>
  200. <VersionInfoKeys Name="CFBundleDisplayName"/>
  201. <VersionInfoKeys Name="CFBundleIdentifier"/>
  202. <VersionInfoKeys Name="CFBundleVersion"/>
  203. <VersionInfoKeys Name="CFBundlePackageType"/>
  204. <VersionInfoKeys Name="CFBundleSignature"/>
  205. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  206. <VersionInfoKeys Name="CFBundleExecutable"/>
  207. </VersionInfoKeys>
  208. <ProjectProperties>
  209. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  210. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  211. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  212. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  213. </ProjectProperties>
  214. <Excluded_Packages>
  215. <Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\20.0\Bpl\GR32_DT.bpl">Graphics32 Design Time Package</Excluded_Packages>
  216. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k260.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  217. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp260.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  218. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k260.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  219. <Excluded_Packages Name="$(BDSBIN)\dclofficexp260.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  220. </Excluded_Packages>
  221. </CPlusPlusBuilder.Personality>
  222. <Deployment Version="3">
  223. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  224. <Platform Name="Win32">
  225. <Overwrite>true</Overwrite>
  226. </Platform>
  227. </DeployFile>
  228. <DeployFile LocalName=".\GuiDemoC.tds" Configuration="Debug" Class="DebugSymbols">
  229. <Platform Name="Win32">
  230. <RemoteName>GuiDemoC.tds</RemoteName>
  231. <Overwrite>true</Overwrite>
  232. </Platform>
  233. </DeployFile>
  234. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  235. <Platform Name="Win64">
  236. <Overwrite>true</Overwrite>
  237. </Platform>
  238. </DeployFile>
  239. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  240. <Platform Name="OSX32">
  241. <Overwrite>true</Overwrite>
  242. </Platform>
  243. </DeployFile>
  244. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  245. <Platform Name="Win32">
  246. <Overwrite>true</Overwrite>
  247. </Platform>
  248. </DeployFile>
  249. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  250. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  251. <Platform Name="OSX32">
  252. <Overwrite>true</Overwrite>
  253. </Platform>
  254. </DeployFile>
  255. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  256. <Platform Name="OSX64">
  257. <Overwrite>true</Overwrite>
  258. </Platform>
  259. </DeployFile>
  260. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  261. <Platform Name="Win32">
  262. <Overwrite>true</Overwrite>
  263. </Platform>
  264. </DeployFile>
  265. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.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\cc64260mt.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\cc32160.dll" Class="DependencyModule"/>
  276. <DeployFile LocalName=".\GuiDemo.exe" Configuration="Debug" Class="ProjectOutput"/>
  277. <DeployFile LocalName=".\GuiDemoC.exe" Configuration="Debug" Class="ProjectOutput">
  278. <Platform Name="Win32">
  279. <RemoteName>GuiDemoC.exe</RemoteName>
  280. <Overwrite>true</Overwrite>
  281. </Platform>
  282. </DeployFile>
  283. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  284. <Platform Name="Win64">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  289. <Platform Name="Win32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile LocalName=".\GuiDemo.tds" Configuration="Debug" Class="DebugSymbols"/>
  294. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  295. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  297. <Platform Name="OSX64">
  298. <Overwrite>true</Overwrite>
  299. </Platform>
  300. </DeployFile>
  301. <DeployClass Name="AdditionalDebugSymbols">
  302. <Platform Name="iOSSimulator">
  303. <Operation>1</Operation>
  304. </Platform>
  305. <Platform Name="OSX32">
  306. <RemoteDir>Contents\MacOS</RemoteDir>
  307. <Operation>1</Operation>
  308. </Platform>
  309. <Platform Name="Win32">
  310. <Operation>0</Operation>
  311. </Platform>
  312. </DeployClass>
  313. <DeployClass Name="AndroidClassesDexFile">
  314. <Platform Name="Android">
  315. <RemoteDir>classes</RemoteDir>
  316. <Operation>1</Operation>
  317. </Platform>
  318. </DeployClass>
  319. <DeployClass Name="AndroidFileProvider">
  320. <Platform Name="Android">
  321. <RemoteDir>res\xml</RemoteDir>
  322. <Operation>1</Operation>
  323. </Platform>
  324. </DeployClass>
  325. <DeployClass Name="AndroidGDBServer">
  326. <Platform Name="Android">
  327. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  328. <Operation>1</Operation>
  329. </Platform>
  330. </DeployClass>
  331. <DeployClass Name="AndroidLibnativeArmeabiFile">
  332. <Platform Name="Android">
  333. <RemoteDir>library\lib\armeabi</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. </DeployClass>
  337. <DeployClass Name="AndroidLibnativeMipsFile">
  338. <Platform Name="Android">
  339. <RemoteDir>library\lib\mips</RemoteDir>
  340. <Operation>1</Operation>
  341. </Platform>
  342. </DeployClass>
  343. <DeployClass Name="AndroidServiceOutput">
  344. <Platform Name="Android">
  345. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  346. <Operation>1</Operation>
  347. </Platform>
  348. </DeployClass>
  349. <DeployClass Name="AndroidSplashImageDef">
  350. <Platform Name="Android">
  351. <RemoteDir>res\drawable</RemoteDir>
  352. <Operation>1</Operation>
  353. </Platform>
  354. </DeployClass>
  355. <DeployClass Name="AndroidSplashStyles">
  356. <Platform Name="Android">
  357. <RemoteDir>res\values</RemoteDir>
  358. <Operation>1</Operation>
  359. </Platform>
  360. </DeployClass>
  361. <DeployClass Name="AndroidSplashStylesV21">
  362. <Platform Name="Android">
  363. <RemoteDir>res\values-v21</RemoteDir>
  364. <Operation>1</Operation>
  365. </Platform>
  366. </DeployClass>
  367. <DeployClass Name="Android_Colors">
  368. <Platform Name="Android">
  369. <RemoteDir>res\values</RemoteDir>
  370. <Operation>1</Operation>
  371. </Platform>
  372. </DeployClass>
  373. <DeployClass Name="Android_DefaultAppIcon">
  374. <Platform Name="Android">
  375. <RemoteDir>res\drawable</RemoteDir>
  376. <Operation>1</Operation>
  377. </Platform>
  378. </DeployClass>
  379. <DeployClass Name="Android_LauncherIcon144">
  380. <Platform Name="Android">
  381. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  382. <Operation>1</Operation>
  383. </Platform>
  384. </DeployClass>
  385. <DeployClass Name="Android_LauncherIcon36">
  386. <Platform Name="Android">
  387. <RemoteDir>res\drawable-ldpi</RemoteDir>
  388. <Operation>1</Operation>
  389. </Platform>
  390. </DeployClass>
  391. <DeployClass Name="Android_LauncherIcon48">
  392. <Platform Name="Android">
  393. <RemoteDir>res\drawable-mdpi</RemoteDir>
  394. <Operation>1</Operation>
  395. </Platform>
  396. </DeployClass>
  397. <DeployClass Name="Android_LauncherIcon72">
  398. <Platform Name="Android">
  399. <RemoteDir>res\drawable-hdpi</RemoteDir>
  400. <Operation>1</Operation>
  401. </Platform>
  402. </DeployClass>
  403. <DeployClass Name="Android_LauncherIcon96">
  404. <Platform Name="Android">
  405. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  406. <Operation>1</Operation>
  407. </Platform>
  408. </DeployClass>
  409. <DeployClass Name="Android_NotificationIcon24">
  410. <Platform Name="Android">
  411. <RemoteDir>res\drawable-mdpi</RemoteDir>
  412. <Operation>1</Operation>
  413. </Platform>
  414. </DeployClass>
  415. <DeployClass Name="Android_NotificationIcon36">
  416. <Platform Name="Android">
  417. <RemoteDir>res\drawable-hdpi</RemoteDir>
  418. <Operation>1</Operation>
  419. </Platform>
  420. </DeployClass>
  421. <DeployClass Name="Android_NotificationIcon48">
  422. <Platform Name="Android">
  423. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  424. <Operation>1</Operation>
  425. </Platform>
  426. </DeployClass>
  427. <DeployClass Name="Android_NotificationIcon72">
  428. <Platform Name="Android">
  429. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  430. <Operation>1</Operation>
  431. </Platform>
  432. </DeployClass>
  433. <DeployClass Name="Android_NotificationIcon96">
  434. <Platform Name="Android">
  435. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  436. <Operation>1</Operation>
  437. </Platform>
  438. </DeployClass>
  439. <DeployClass Name="Android_SplashImage426">
  440. <Platform Name="Android">
  441. <RemoteDir>res\drawable-small</RemoteDir>
  442. <Operation>1</Operation>
  443. </Platform>
  444. </DeployClass>
  445. <DeployClass Name="Android_SplashImage470">
  446. <Platform Name="Android">
  447. <RemoteDir>res\drawable-normal</RemoteDir>
  448. <Operation>1</Operation>
  449. </Platform>
  450. </DeployClass>
  451. <DeployClass Name="Android_SplashImage640">
  452. <Platform Name="Android">
  453. <RemoteDir>res\drawable-large</RemoteDir>
  454. <Operation>1</Operation>
  455. </Platform>
  456. </DeployClass>
  457. <DeployClass Name="Android_SplashImage960">
  458. <Platform Name="Android">
  459. <RemoteDir>res\drawable-xlarge</RemoteDir>
  460. <Operation>1</Operation>
  461. </Platform>
  462. </DeployClass>
  463. <DeployClass Name="Android_Strings">
  464. <Platform Name="Android">
  465. <RemoteDir>res\values</RemoteDir>
  466. <Operation>1</Operation>
  467. </Platform>
  468. </DeployClass>
  469. <DeployClass Name="DebugSymbols">
  470. <Platform Name="iOSSimulator">
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="OSX32">
  474. <RemoteDir>Contents\MacOS</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. <Platform Name="Win32">
  478. <Operation>0</Operation>
  479. </Platform>
  480. </DeployClass>
  481. <DeployClass Name="DependencyFramework">
  482. <Platform Name="OSX32">
  483. <RemoteDir>Contents\MacOS</RemoteDir>
  484. <Operation>1</Operation>
  485. <Extensions>.framework</Extensions>
  486. </Platform>
  487. <Platform Name="OSX64">
  488. <RemoteDir>Contents\MacOS</RemoteDir>
  489. <Operation>1</Operation>
  490. <Extensions>.framework</Extensions>
  491. </Platform>
  492. <Platform Name="Win32">
  493. <Operation>0</Operation>
  494. </Platform>
  495. </DeployClass>
  496. <DeployClass Name="DependencyModule">
  497. <Platform Name="iOSDevice32">
  498. <Operation>1</Operation>
  499. <Extensions>.dylib</Extensions>
  500. </Platform>
  501. <Platform Name="iOSDevice64">
  502. <Operation>1</Operation>
  503. <Extensions>.dylib</Extensions>
  504. </Platform>
  505. <Platform Name="iOSSimulator">
  506. <Operation>1</Operation>
  507. <Extensions>.dylib</Extensions>
  508. </Platform>
  509. <Platform Name="OSX32">
  510. <RemoteDir>Contents\MacOS</RemoteDir>
  511. <Operation>1</Operation>
  512. <Extensions>.dylib</Extensions>
  513. </Platform>
  514. <Platform Name="OSX64">
  515. <RemoteDir>Contents\MacOS</RemoteDir>
  516. <Operation>1</Operation>
  517. <Extensions>.dylib</Extensions>
  518. </Platform>
  519. <Platform Name="Win32">
  520. <Operation>0</Operation>
  521. <Extensions>.dll;.bpl</Extensions>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Required="true" Name="DependencyPackage">
  525. <Platform Name="iOSDevice32">
  526. <Operation>1</Operation>
  527. <Extensions>.dylib</Extensions>
  528. </Platform>
  529. <Platform Name="iOSDevice64">
  530. <Operation>1</Operation>
  531. <Extensions>.dylib</Extensions>
  532. </Platform>
  533. <Platform Name="iOSSimulator">
  534. <Operation>1</Operation>
  535. <Extensions>.dylib</Extensions>
  536. </Platform>
  537. <Platform Name="OSX32">
  538. <RemoteDir>Contents\MacOS</RemoteDir>
  539. <Operation>1</Operation>
  540. <Extensions>.dylib</Extensions>
  541. </Platform>
  542. <Platform Name="OSX64">
  543. <RemoteDir>Contents\MacOS</RemoteDir>
  544. <Operation>1</Operation>
  545. <Extensions>.dylib</Extensions>
  546. </Platform>
  547. <Platform Name="Win32">
  548. <Operation>0</Operation>
  549. <Extensions>.bpl</Extensions>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Name="File">
  553. <Platform Name="Android">
  554. <Operation>0</Operation>
  555. </Platform>
  556. <Platform Name="iOSDevice32">
  557. <Operation>0</Operation>
  558. </Platform>
  559. <Platform Name="iOSDevice64">
  560. <Operation>0</Operation>
  561. </Platform>
  562. <Platform Name="iOSSimulator">
  563. <Operation>0</Operation>
  564. </Platform>
  565. <Platform Name="OSX32">
  566. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  567. <Operation>0</Operation>
  568. </Platform>
  569. <Platform Name="OSX64">
  570. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  571. <Operation>0</Operation>
  572. </Platform>
  573. <Platform Name="Win32">
  574. <Operation>0</Operation>
  575. </Platform>
  576. </DeployClass>
  577. <DeployClass Name="iPad_Launch1024">
  578. <Platform Name="iOSDevice32">
  579. <Operation>1</Operation>
  580. </Platform>
  581. <Platform Name="iOSDevice64">
  582. <Operation>1</Operation>
  583. </Platform>
  584. <Platform Name="iOSSimulator">
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="iPad_Launch1024x768">
  589. <Platform Name="iOSDevice32">
  590. <Operation>1</Operation>
  591. </Platform>
  592. <Platform Name="iOSDevice64">
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="iOSSimulator">
  596. <Operation>1</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="iPad_Launch1536">
  600. <Platform Name="iOSDevice32">
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="iOSDevice64">
  604. <Operation>1</Operation>
  605. </Platform>
  606. <Platform Name="iOSSimulator">
  607. <Operation>1</Operation>
  608. </Platform>
  609. </DeployClass>
  610. <DeployClass Name="iPad_Launch1536x2048">
  611. <Platform Name="iOSDevice32">
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="iOSDevice64">
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="iOSSimulator">
  618. <Operation>1</Operation>
  619. </Platform>
  620. </DeployClass>
  621. <DeployClass Name="iPad_Launch1668">
  622. <Platform Name="iOSDevice32">
  623. <Operation>1</Operation>
  624. </Platform>
  625. <Platform Name="iOSDevice64">
  626. <Operation>1</Operation>
  627. </Platform>
  628. <Platform Name="iOSSimulator">
  629. <Operation>1</Operation>
  630. </Platform>
  631. </DeployClass>
  632. <DeployClass Name="iPad_Launch1668x2388">
  633. <Platform Name="iOSDevice32">
  634. <Operation>1</Operation>
  635. </Platform>
  636. <Platform Name="iOSDevice64">
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="iOSSimulator">
  640. <Operation>1</Operation>
  641. </Platform>
  642. </DeployClass>
  643. <DeployClass Name="iPad_Launch2048">
  644. <Platform Name="iOSDevice32">
  645. <Operation>1</Operation>
  646. </Platform>
  647. <Platform Name="iOSDevice64">
  648. <Operation>1</Operation>
  649. </Platform>
  650. <Platform Name="iOSSimulator">
  651. <Operation>1</Operation>
  652. </Platform>
  653. </DeployClass>
  654. <DeployClass Name="iPad_Launch2048x1536">
  655. <Platform Name="iOSDevice32">
  656. <Operation>1</Operation>
  657. </Platform>
  658. <Platform Name="iOSDevice64">
  659. <Operation>1</Operation>
  660. </Platform>
  661. <Platform Name="iOSSimulator">
  662. <Operation>1</Operation>
  663. </Platform>
  664. </DeployClass>
  665. <DeployClass Name="iPad_Launch2048x2732">
  666. <Platform Name="iOSDevice32">
  667. <Operation>1</Operation>
  668. </Platform>
  669. <Platform Name="iOSDevice64">
  670. <Operation>1</Operation>
  671. </Platform>
  672. <Platform Name="iOSSimulator">
  673. <Operation>1</Operation>
  674. </Platform>
  675. </DeployClass>
  676. <DeployClass Name="iPad_Launch2224">
  677. <Platform Name="iOSDevice32">
  678. <Operation>1</Operation>
  679. </Platform>
  680. <Platform Name="iOSDevice64">
  681. <Operation>1</Operation>
  682. </Platform>
  683. <Platform Name="iOSSimulator">
  684. <Operation>1</Operation>
  685. </Platform>
  686. </DeployClass>
  687. <DeployClass Name="iPad_Launch2388x1668">
  688. <Platform Name="iOSDevice32">
  689. <Operation>1</Operation>
  690. </Platform>
  691. <Platform Name="iOSDevice64">
  692. <Operation>1</Operation>
  693. </Platform>
  694. <Platform Name="iOSSimulator">
  695. <Operation>1</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="iPad_Launch2732x2048">
  699. <Platform Name="iOSDevice32">
  700. <Operation>1</Operation>
  701. </Platform>
  702. <Platform Name="iOSDevice64">
  703. <Operation>1</Operation>
  704. </Platform>
  705. <Platform Name="iOSSimulator">
  706. <Operation>1</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Name="iPad_Launch768">
  710. <Platform Name="iOSDevice32">
  711. <Operation>1</Operation>
  712. </Platform>
  713. <Platform Name="iOSDevice64">
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSSimulator">
  717. <Operation>1</Operation>
  718. </Platform>
  719. </DeployClass>
  720. <DeployClass Name="iPad_Launch768x1024">
  721. <Platform Name="iOSDevice32">
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="iOSDevice64">
  725. <Operation>1</Operation>
  726. </Platform>
  727. <Platform Name="iOSSimulator">
  728. <Operation>1</Operation>
  729. </Platform>
  730. </DeployClass>
  731. <DeployClass Name="iPhone_Launch1125">
  732. <Platform Name="iOSDevice32">
  733. <Operation>1</Operation>
  734. </Platform>
  735. <Platform Name="iOSDevice64">
  736. <Operation>1</Operation>
  737. </Platform>
  738. <Platform Name="iOSSimulator">
  739. <Operation>1</Operation>
  740. </Platform>
  741. </DeployClass>
  742. <DeployClass Name="iPhone_Launch1136x640">
  743. <Platform Name="iOSDevice32">
  744. <Operation>1</Operation>
  745. </Platform>
  746. <Platform Name="iOSDevice64">
  747. <Operation>1</Operation>
  748. </Platform>
  749. <Platform Name="iOSSimulator">
  750. <Operation>1</Operation>
  751. </Platform>
  752. </DeployClass>
  753. <DeployClass Name="iPhone_Launch1242">
  754. <Platform Name="iOSDevice32">
  755. <Operation>1</Operation>
  756. </Platform>
  757. <Platform Name="iOSDevice64">
  758. <Operation>1</Operation>
  759. </Platform>
  760. <Platform Name="iOSSimulator">
  761. <Operation>1</Operation>
  762. </Platform>
  763. </DeployClass>
  764. <DeployClass Name="iPhone_Launch1242x2688">
  765. <Platform Name="iOSDevice32">
  766. <Operation>1</Operation>
  767. </Platform>
  768. <Platform Name="iOSDevice64">
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="iOSSimulator">
  772. <Operation>1</Operation>
  773. </Platform>
  774. </DeployClass>
  775. <DeployClass Name="iPhone_Launch1334">
  776. <Platform Name="iOSDevice32">
  777. <Operation>1</Operation>
  778. </Platform>
  779. <Platform Name="iOSDevice64">
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="iOSSimulator">
  783. <Operation>1</Operation>
  784. </Platform>
  785. </DeployClass>
  786. <DeployClass Name="iPhone_Launch1792">
  787. <Platform Name="iOSDevice32">
  788. <Operation>1</Operation>
  789. </Platform>
  790. <Platform Name="iOSDevice64">
  791. <Operation>1</Operation>
  792. </Platform>
  793. <Platform Name="iOSSimulator">
  794. <Operation>1</Operation>
  795. </Platform>
  796. </DeployClass>
  797. <DeployClass Name="iPhone_Launch2208">
  798. <Platform Name="iOSDevice32">
  799. <Operation>1</Operation>
  800. </Platform>
  801. <Platform Name="iOSDevice64">
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSSimulator">
  805. <Operation>1</Operation>
  806. </Platform>
  807. </DeployClass>
  808. <DeployClass Name="iPhone_Launch2436">
  809. <Platform Name="iOSDevice32">
  810. <Operation>1</Operation>
  811. </Platform>
  812. <Platform Name="iOSDevice64">
  813. <Operation>1</Operation>
  814. </Platform>
  815. <Platform Name="iOSSimulator">
  816. <Operation>1</Operation>
  817. </Platform>
  818. </DeployClass>
  819. <DeployClass Name="iPhone_Launch2688x1242">
  820. <Platform Name="iOSDevice32">
  821. <Operation>1</Operation>
  822. </Platform>
  823. <Platform Name="iOSDevice64">
  824. <Operation>1</Operation>
  825. </Platform>
  826. <Platform Name="iOSSimulator">
  827. <Operation>1</Operation>
  828. </Platform>
  829. </DeployClass>
  830. <DeployClass Name="iPhone_Launch320">
  831. <Platform Name="iOSDevice32">
  832. <Operation>1</Operation>
  833. </Platform>
  834. <Platform Name="iOSDevice64">
  835. <Operation>1</Operation>
  836. </Platform>
  837. <Platform Name="iOSSimulator">
  838. <Operation>1</Operation>
  839. </Platform>
  840. </DeployClass>
  841. <DeployClass Name="iPhone_Launch640">
  842. <Platform Name="iOSDevice32">
  843. <Operation>1</Operation>
  844. </Platform>
  845. <Platform Name="iOSDevice64">
  846. <Operation>1</Operation>
  847. </Platform>
  848. <Platform Name="iOSSimulator">
  849. <Operation>1</Operation>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="iPhone_Launch640x1136">
  853. <Platform Name="iOSDevice32">
  854. <Operation>1</Operation>
  855. </Platform>
  856. <Platform Name="iOSDevice64">
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSSimulator">
  860. <Operation>1</Operation>
  861. </Platform>
  862. </DeployClass>
  863. <DeployClass Name="iPhone_Launch750">
  864. <Platform Name="iOSDevice32">
  865. <Operation>1</Operation>
  866. </Platform>
  867. <Platform Name="iOSDevice64">
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSSimulator">
  871. <Operation>1</Operation>
  872. </Platform>
  873. </DeployClass>
  874. <DeployClass Name="iPhone_Launch828">
  875. <Platform Name="iOSDevice32">
  876. <Operation>1</Operation>
  877. </Platform>
  878. <Platform Name="iOSDevice64">
  879. <Operation>1</Operation>
  880. </Platform>
  881. <Platform Name="iOSSimulator">
  882. <Operation>1</Operation>
  883. </Platform>
  884. </DeployClass>
  885. <DeployClass Name="ProjectAndroidManifest">
  886. <Platform Name="Android">
  887. <Operation>1</Operation>
  888. </Platform>
  889. </DeployClass>
  890. <DeployClass Name="ProjectiOSDeviceDebug">
  891. <Platform Name="iOSDevice32">
  892. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  893. <Operation>1</Operation>
  894. </Platform>
  895. <Platform Name="iOSDevice64">
  896. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  897. <Operation>1</Operation>
  898. </Platform>
  899. </DeployClass>
  900. <DeployClass Name="ProjectiOSDeviceResourceRules">
  901. <Platform Name="iOSDevice32">
  902. <Operation>1</Operation>
  903. </Platform>
  904. <Platform Name="iOSDevice64">
  905. <Operation>1</Operation>
  906. </Platform>
  907. </DeployClass>
  908. <DeployClass Name="ProjectiOSEntitlements">
  909. <Platform Name="iOSDevice32">
  910. <RemoteDir>..\</RemoteDir>
  911. <Operation>1</Operation>
  912. </Platform>
  913. <Platform Name="iOSDevice64">
  914. <RemoteDir>..\</RemoteDir>
  915. <Operation>1</Operation>
  916. </Platform>
  917. </DeployClass>
  918. <DeployClass Name="ProjectiOSInfoPList">
  919. <Platform Name="iOSDevice32">
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="iOSDevice64">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="iOSSimulator">
  926. <Operation>1</Operation>
  927. </Platform>
  928. </DeployClass>
  929. <DeployClass Name="ProjectiOSResource">
  930. <Platform Name="iOSDevice32">
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="iOSDevice64">
  934. <Operation>1</Operation>
  935. </Platform>
  936. <Platform Name="iOSSimulator">
  937. <Operation>1</Operation>
  938. </Platform>
  939. </DeployClass>
  940. <DeployClass Name="ProjectOSXDebug">
  941. <Platform Name="OSX64">
  942. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="ProjectOSXEntitlements">
  947. <Platform Name="OSX32">
  948. <RemoteDir>..\</RemoteDir>
  949. <Operation>1</Operation>
  950. </Platform>
  951. <Platform Name="OSX64">
  952. <RemoteDir>..\</RemoteDir>
  953. <Operation>1</Operation>
  954. </Platform>
  955. </DeployClass>
  956. <DeployClass Name="ProjectOSXInfoPList">
  957. <Platform Name="OSX32">
  958. <RemoteDir>Contents</RemoteDir>
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="OSX64">
  962. <RemoteDir>Contents</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. </DeployClass>
  966. <DeployClass Name="ProjectOSXResource">
  967. <Platform Name="OSX32">
  968. <RemoteDir>Contents\Resources</RemoteDir>
  969. <Operation>1</Operation>
  970. </Platform>
  971. <Platform Name="OSX64">
  972. <RemoteDir>Contents\Resources</RemoteDir>
  973. <Operation>1</Operation>
  974. </Platform>
  975. </DeployClass>
  976. <DeployClass Required="true" Name="ProjectOutput">
  977. <Platform Name="Android">
  978. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="iOSDevice32">
  982. <Operation>1</Operation>
  983. </Platform>
  984. <Platform Name="iOSDevice64">
  985. <Operation>1</Operation>
  986. </Platform>
  987. <Platform Name="iOSSimulator">
  988. <Operation>1</Operation>
  989. </Platform>
  990. <Platform Name="Linux64">
  991. <Operation>1</Operation>
  992. </Platform>
  993. <Platform Name="OSX32">
  994. <RemoteDir>Contents\MacOS</RemoteDir>
  995. <Operation>1</Operation>
  996. </Platform>
  997. <Platform Name="OSX64">
  998. <RemoteDir>Contents\MacOS</RemoteDir>
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="Win32">
  1002. <Operation>0</Operation>
  1003. </Platform>
  1004. </DeployClass>
  1005. <DeployClass Name="ProjectUWPManifest">
  1006. <Platform Name="Win32">
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="Win64">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. </DeployClass>
  1013. <DeployClass Name="UWP_CppLogo150">
  1014. <Platform Name="Win32">
  1015. <RemoteDir>Assets</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. <Platform Name="Win64">
  1019. <RemoteDir>Assets</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. </DeployClass>
  1023. <DeployClass Name="UWP_CppLogo44">
  1024. <Platform Name="Win32">
  1025. <RemoteDir>Assets</RemoteDir>
  1026. <Operation>1</Operation>
  1027. </Platform>
  1028. <Platform Name="Win64">
  1029. <RemoteDir>Assets</RemoteDir>
  1030. <Operation>1</Operation>
  1031. </Platform>
  1032. </DeployClass>
  1033. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1034. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1035. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1036. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1037. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1038. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1039. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1040. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1041. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1042. </Deployment>
  1043. <Platforms>
  1044. <Platform value="Win32">True</Platform>
  1045. <Platform value="Win64">False</Platform>
  1046. </Platforms>
  1047. </BorlandProject>
  1048. <ProjectFileVersion>12</ProjectFileVersion>
  1049. </ProjectExtensions>
  1050. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1051. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1052. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1053. </Project>