fire.cbproj 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{C80A5B3F-722B-4597-8DD1-6AA0EB66B533}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>fire.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>fire</SanitizedProjectName>
  62. <Multithreaded>true</Multithreaded>
  63. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  64. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  65. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\specialsFX\fire\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  66. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  67. <ProjectType>CppVCLApplication</ProjectType>
  68. <IncludePath>D:\GLScene\Samples\CPP\Demos\specialsFX\fire\;$(IncludePath)</IncludePath>
  69. <_TCHARMapping>wchar_t</_TCHARMapping>
  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. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  83. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  84. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  85. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  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. <VerInfo_Locale>1033</VerInfo_Locale>
  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. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  94. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  95. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  96. <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;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>
  97. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  98. <VerInfo_Locale>1033</VerInfo_Locale>
  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="fire.cpp">
  142. <BuildOrder>0</BuildOrder>
  143. </CppCompile>
  144. <PCHCompile Include="fire.h">
  145. <BuildOrder>1</BuildOrder>
  146. <PCH>true</PCH>
  147. </PCHCompile>
  148. <CppCompile Include="Unit1.cpp">
  149. <Form>Form1</Form>
  150. <FormType>dfm</FormType>
  151. <DependentOn>Unit1.h</DependentOn>
  152. <BuildOrder>2</BuildOrder>
  153. </CppCompile>
  154. <FormResources Include="Unit1.dfm"/>
  155. <BuildConfiguration Include="Release">
  156. <Key>Cfg_2</Key>
  157. <CfgParent>Base</CfgParent>
  158. </BuildConfiguration>
  159. <BuildConfiguration Include="Base">
  160. <Key>Base</Key>
  161. </BuildConfiguration>
  162. <BuildConfiguration Include="Debug">
  163. <Key>Cfg_1</Key>
  164. <CfgParent>Base</CfgParent>
  165. </BuildConfiguration>
  166. </ItemGroup>
  167. <ProjectExtensions>
  168. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  169. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  170. <BorlandProject>
  171. <CPlusPlusBuilder.Personality>
  172. <Source>
  173. <Source Name="MainSource">fire.cpp</Source>
  174. </Source>
  175. <VersionInfo>
  176. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  177. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  178. <VersionInfo Name="MajorVer">1</VersionInfo>
  179. <VersionInfo Name="MinorVer">0</VersionInfo>
  180. <VersionInfo Name="Release">0</VersionInfo>
  181. <VersionInfo Name="Build">0</VersionInfo>
  182. <VersionInfo Name="Debug">False</VersionInfo>
  183. <VersionInfo Name="PreRelease">False</VersionInfo>
  184. <VersionInfo Name="Special">False</VersionInfo>
  185. <VersionInfo Name="Private">False</VersionInfo>
  186. <VersionInfo Name="DLL">False</VersionInfo>
  187. <VersionInfo Name="Locale">1049</VersionInfo>
  188. <VersionInfo Name="CodePage">1251</VersionInfo>
  189. </VersionInfo>
  190. <VersionInfoKeys>
  191. <VersionInfoKeys Name="CompanyName"/>
  192. <VersionInfoKeys Name="FileDescription"/>
  193. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  194. <VersionInfoKeys Name="InternalName"/>
  195. <VersionInfoKeys Name="LegalCopyright"/>
  196. <VersionInfoKeys Name="LegalTrademarks"/>
  197. <VersionInfoKeys Name="OriginalFilename"/>
  198. <VersionInfoKeys Name="ProductName"/>
  199. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  200. <VersionInfoKeys Name="Comments"/>
  201. <VersionInfoKeys Name="CFBundleName"/>
  202. <VersionInfoKeys Name="CFBundleDisplayName"/>
  203. <VersionInfoKeys Name="CFBundleIdentifier"/>
  204. <VersionInfoKeys Name="CFBundleVersion"/>
  205. <VersionInfoKeys Name="CFBundlePackageType"/>
  206. <VersionInfoKeys Name="CFBundleSignature"/>
  207. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  208. <VersionInfoKeys Name="CFBundleExecutable"/>
  209. </VersionInfoKeys>
  210. <ProjectProperties>
  211. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  212. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  213. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  214. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  215. </ProjectProperties>
  216. </CPlusPlusBuilder.Personality>
  217. <Deployment Version="3">
  218. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  219. <Platform Name="Win32">
  220. <Overwrite>true</Overwrite>
  221. </Platform>
  222. </DeployFile>
  223. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  224. <Platform Name="OSX32">
  225. <Overwrite>true</Overwrite>
  226. </Platform>
  227. </DeployFile>
  228. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  229. <Platform Name="Win64">
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  234. <Platform Name="Win32">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  239. <Platform Name="OSX64">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  244. <Platform Name="OSX32">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  249. <Platform Name="Win32">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  254. <Platform Name="Win32">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  259. <Platform Name="Win64">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  264. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  265. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  266. <Platform Name="Win64">
  267. <Overwrite>true</Overwrite>
  268. </Platform>
  269. </DeployFile>
  270. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  271. <Platform Name="Win32">
  272. <Overwrite>true</Overwrite>
  273. </Platform>
  274. </DeployFile>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  276. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  278. <Platform Name="OSX64">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployClass Name="AdditionalDebugSymbols">
  283. <Platform Name="iOSSimulator">
  284. <Operation>1</Operation>
  285. </Platform>
  286. <Platform Name="OSX32">
  287. <RemoteDir>Contents\MacOS</RemoteDir>
  288. <Operation>1</Operation>
  289. </Platform>
  290. <Platform Name="Win32">
  291. <Operation>0</Operation>
  292. </Platform>
  293. </DeployClass>
  294. <DeployClass Name="AndroidClassesDexFile">
  295. <Platform Name="Android">
  296. <RemoteDir>classes</RemoteDir>
  297. <Operation>1</Operation>
  298. </Platform>
  299. </DeployClass>
  300. <DeployClass Name="AndroidFileProvider">
  301. <Platform Name="Android">
  302. <RemoteDir>res\xml</RemoteDir>
  303. <Operation>1</Operation>
  304. </Platform>
  305. </DeployClass>
  306. <DeployClass Name="AndroidGDBServer">
  307. <Platform Name="Android">
  308. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  309. <Operation>1</Operation>
  310. </Platform>
  311. </DeployClass>
  312. <DeployClass Name="AndroidLibnativeArmeabiFile">
  313. <Platform Name="Android">
  314. <RemoteDir>library\lib\armeabi</RemoteDir>
  315. <Operation>1</Operation>
  316. </Platform>
  317. </DeployClass>
  318. <DeployClass Name="AndroidLibnativeMipsFile">
  319. <Platform Name="Android">
  320. <RemoteDir>library\lib\mips</RemoteDir>
  321. <Operation>1</Operation>
  322. </Platform>
  323. </DeployClass>
  324. <DeployClass Name="AndroidServiceOutput">
  325. <Platform Name="Android">
  326. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  327. <Operation>1</Operation>
  328. </Platform>
  329. </DeployClass>
  330. <DeployClass Name="AndroidSplashImageDef">
  331. <Platform Name="Android">
  332. <RemoteDir>res\drawable</RemoteDir>
  333. <Operation>1</Operation>
  334. </Platform>
  335. </DeployClass>
  336. <DeployClass Name="AndroidSplashStyles">
  337. <Platform Name="Android">
  338. <RemoteDir>res\values</RemoteDir>
  339. <Operation>1</Operation>
  340. </Platform>
  341. </DeployClass>
  342. <DeployClass Name="AndroidSplashStylesV21">
  343. <Platform Name="Android">
  344. <RemoteDir>res\values-v21</RemoteDir>
  345. <Operation>1</Operation>
  346. </Platform>
  347. </DeployClass>
  348. <DeployClass Name="Android_Colors">
  349. <Platform Name="Android">
  350. <RemoteDir>res\values</RemoteDir>
  351. <Operation>1</Operation>
  352. </Platform>
  353. </DeployClass>
  354. <DeployClass Name="Android_DefaultAppIcon">
  355. <Platform Name="Android">
  356. <RemoteDir>res\drawable</RemoteDir>
  357. <Operation>1</Operation>
  358. </Platform>
  359. </DeployClass>
  360. <DeployClass Name="Android_LauncherIcon144">
  361. <Platform Name="Android">
  362. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="Android_LauncherIcon36">
  367. <Platform Name="Android">
  368. <RemoteDir>res\drawable-ldpi</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="Android_LauncherIcon48">
  373. <Platform Name="Android">
  374. <RemoteDir>res\drawable-mdpi</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="Android_LauncherIcon72">
  379. <Platform Name="Android">
  380. <RemoteDir>res\drawable-hdpi</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. </DeployClass>
  384. <DeployClass Name="Android_LauncherIcon96">
  385. <Platform Name="Android">
  386. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="Android_NotificationIcon24">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable-mdpi</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="Android_NotificationIcon36">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable-hdpi</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="Android_NotificationIcon48">
  403. <Platform Name="Android">
  404. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="Android_NotificationIcon72">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. </DeployClass>
  414. <DeployClass Name="Android_NotificationIcon96">
  415. <Platform Name="Android">
  416. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="Android_SplashImage426">
  421. <Platform Name="Android">
  422. <RemoteDir>res\drawable-small</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_SplashImage470">
  427. <Platform Name="Android">
  428. <RemoteDir>res\drawable-normal</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_SplashImage640">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-large</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="Android_SplashImage960">
  439. <Platform Name="Android">
  440. <RemoteDir>res\drawable-xlarge</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. </DeployClass>
  444. <DeployClass Name="Android_Strings">
  445. <Platform Name="Android">
  446. <RemoteDir>res\values</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="DebugSymbols">
  451. <Platform Name="iOSSimulator">
  452. <Operation>1</Operation>
  453. </Platform>
  454. <Platform Name="OSX32">
  455. <RemoteDir>Contents\MacOS</RemoteDir>
  456. <Operation>1</Operation>
  457. </Platform>
  458. <Platform Name="Win32">
  459. <Operation>0</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="DependencyFramework">
  463. <Platform Name="OSX32">
  464. <RemoteDir>Contents\MacOS</RemoteDir>
  465. <Operation>1</Operation>
  466. <Extensions>.framework</Extensions>
  467. </Platform>
  468. <Platform Name="OSX64">
  469. <RemoteDir>Contents\MacOS</RemoteDir>
  470. <Operation>1</Operation>
  471. <Extensions>.framework</Extensions>
  472. </Platform>
  473. <Platform Name="Win32">
  474. <Operation>0</Operation>
  475. </Platform>
  476. </DeployClass>
  477. <DeployClass Name="DependencyModule">
  478. <Platform Name="iOSDevice32">
  479. <Operation>1</Operation>
  480. <Extensions>.dylib</Extensions>
  481. </Platform>
  482. <Platform Name="iOSDevice64">
  483. <Operation>1</Operation>
  484. <Extensions>.dylib</Extensions>
  485. </Platform>
  486. <Platform Name="iOSSimulator">
  487. <Operation>1</Operation>
  488. <Extensions>.dylib</Extensions>
  489. </Platform>
  490. <Platform Name="OSX32">
  491. <RemoteDir>Contents\MacOS</RemoteDir>
  492. <Operation>1</Operation>
  493. <Extensions>.dylib</Extensions>
  494. </Platform>
  495. <Platform Name="OSX64">
  496. <RemoteDir>Contents\MacOS</RemoteDir>
  497. <Operation>1</Operation>
  498. <Extensions>.dylib</Extensions>
  499. </Platform>
  500. <Platform Name="Win32">
  501. <Operation>0</Operation>
  502. <Extensions>.dll;.bpl</Extensions>
  503. </Platform>
  504. </DeployClass>
  505. <DeployClass Required="true" Name="DependencyPackage">
  506. <Platform Name="iOSDevice32">
  507. <Operation>1</Operation>
  508. <Extensions>.dylib</Extensions>
  509. </Platform>
  510. <Platform Name="iOSDevice64">
  511. <Operation>1</Operation>
  512. <Extensions>.dylib</Extensions>
  513. </Platform>
  514. <Platform Name="iOSSimulator">
  515. <Operation>1</Operation>
  516. <Extensions>.dylib</Extensions>
  517. </Platform>
  518. <Platform Name="OSX32">
  519. <RemoteDir>Contents\MacOS</RemoteDir>
  520. <Operation>1</Operation>
  521. <Extensions>.dylib</Extensions>
  522. </Platform>
  523. <Platform Name="OSX64">
  524. <RemoteDir>Contents\MacOS</RemoteDir>
  525. <Operation>1</Operation>
  526. <Extensions>.dylib</Extensions>
  527. </Platform>
  528. <Platform Name="Win32">
  529. <Operation>0</Operation>
  530. <Extensions>.bpl</Extensions>
  531. </Platform>
  532. </DeployClass>
  533. <DeployClass Name="File">
  534. <Platform Name="Android">
  535. <Operation>0</Operation>
  536. </Platform>
  537. <Platform Name="iOSDevice32">
  538. <Operation>0</Operation>
  539. </Platform>
  540. <Platform Name="iOSDevice64">
  541. <Operation>0</Operation>
  542. </Platform>
  543. <Platform Name="iOSSimulator">
  544. <Operation>0</Operation>
  545. </Platform>
  546. <Platform Name="OSX32">
  547. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  548. <Operation>0</Operation>
  549. </Platform>
  550. <Platform Name="OSX64">
  551. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  552. <Operation>0</Operation>
  553. </Platform>
  554. <Platform Name="Win32">
  555. <Operation>0</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="iPad_Launch1024x768">
  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="iPad_Launch1536x2048">
  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="iPad_Launch1668">
  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="iPad_Launch1668x2388">
  592. <Platform Name="iOSDevice32">
  593. <Operation>1</Operation>
  594. </Platform>
  595. <Platform Name="iOSDevice64">
  596. <Operation>1</Operation>
  597. </Platform>
  598. <Platform Name="iOSSimulator">
  599. <Operation>1</Operation>
  600. </Platform>
  601. </DeployClass>
  602. <DeployClass Name="iPad_Launch2048x1536">
  603. <Platform Name="iOSDevice32">
  604. <Operation>1</Operation>
  605. </Platform>
  606. <Platform Name="iOSDevice64">
  607. <Operation>1</Operation>
  608. </Platform>
  609. <Platform Name="iOSSimulator">
  610. <Operation>1</Operation>
  611. </Platform>
  612. </DeployClass>
  613. <DeployClass Name="iPad_Launch2048x2732">
  614. <Platform Name="iOSDevice32">
  615. <Operation>1</Operation>
  616. </Platform>
  617. <Platform Name="iOSDevice64">
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSSimulator">
  621. <Operation>1</Operation>
  622. </Platform>
  623. </DeployClass>
  624. <DeployClass Name="iPad_Launch2224">
  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="iPad_Launch2388x1668">
  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="iPad_Launch2732x2048">
  647. <Platform Name="iOSDevice32">
  648. <Operation>1</Operation>
  649. </Platform>
  650. <Platform Name="iOSDevice64">
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="iOSSimulator">
  654. <Operation>1</Operation>
  655. </Platform>
  656. </DeployClass>
  657. <DeployClass Name="iPad_Launch768x1024">
  658. <Platform Name="iOSDevice32">
  659. <Operation>1</Operation>
  660. </Platform>
  661. <Platform Name="iOSDevice64">
  662. <Operation>1</Operation>
  663. </Platform>
  664. <Platform Name="iOSSimulator">
  665. <Operation>1</Operation>
  666. </Platform>
  667. </DeployClass>
  668. <DeployClass Name="iPhone_Launch1125">
  669. <Platform Name="iOSDevice32">
  670. <Operation>1</Operation>
  671. </Platform>
  672. <Platform Name="iOSDevice64">
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="iOSSimulator">
  676. <Operation>1</Operation>
  677. </Platform>
  678. </DeployClass>
  679. <DeployClass Name="iPhone_Launch1136x640">
  680. <Platform Name="iOSDevice32">
  681. <Operation>1</Operation>
  682. </Platform>
  683. <Platform Name="iOSDevice64">
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSSimulator">
  687. <Operation>1</Operation>
  688. </Platform>
  689. </DeployClass>
  690. <DeployClass Name="iPhone_Launch1242">
  691. <Platform Name="iOSDevice32">
  692. <Operation>1</Operation>
  693. </Platform>
  694. <Platform Name="iOSDevice64">
  695. <Operation>1</Operation>
  696. </Platform>
  697. <Platform Name="iOSSimulator">
  698. <Operation>1</Operation>
  699. </Platform>
  700. </DeployClass>
  701. <DeployClass Name="iPhone_Launch1242x2688">
  702. <Platform Name="iOSDevice32">
  703. <Operation>1</Operation>
  704. </Platform>
  705. <Platform Name="iOSDevice64">
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSSimulator">
  709. <Operation>1</Operation>
  710. </Platform>
  711. </DeployClass>
  712. <DeployClass Name="iPhone_Launch1334">
  713. <Platform Name="iOSDevice32">
  714. <Operation>1</Operation>
  715. </Platform>
  716. <Platform Name="iOSDevice64">
  717. <Operation>1</Operation>
  718. </Platform>
  719. <Platform Name="iOSSimulator">
  720. <Operation>1</Operation>
  721. </Platform>
  722. </DeployClass>
  723. <DeployClass Name="iPhone_Launch1792">
  724. <Platform Name="iOSDevice32">
  725. <Operation>1</Operation>
  726. </Platform>
  727. <Platform Name="iOSDevice64">
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="iOSSimulator">
  731. <Operation>1</Operation>
  732. </Platform>
  733. </DeployClass>
  734. <DeployClass Name="iPhone_Launch2208">
  735. <Platform Name="iOSDevice32">
  736. <Operation>1</Operation>
  737. </Platform>
  738. <Platform Name="iOSDevice64">
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="iOSSimulator">
  742. <Operation>1</Operation>
  743. </Platform>
  744. </DeployClass>
  745. <DeployClass Name="iPhone_Launch2436">
  746. <Platform Name="iOSDevice32">
  747. <Operation>1</Operation>
  748. </Platform>
  749. <Platform Name="iOSDevice64">
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="iOSSimulator">
  753. <Operation>1</Operation>
  754. </Platform>
  755. </DeployClass>
  756. <DeployClass Name="iPhone_Launch2688x1242">
  757. <Platform Name="iOSDevice32">
  758. <Operation>1</Operation>
  759. </Platform>
  760. <Platform Name="iOSDevice64">
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSSimulator">
  764. <Operation>1</Operation>
  765. </Platform>
  766. </DeployClass>
  767. <DeployClass Name="iPhone_Launch320">
  768. <Platform Name="iOSDevice32">
  769. <Operation>1</Operation>
  770. </Platform>
  771. <Platform Name="iOSDevice64">
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSSimulator">
  775. <Operation>1</Operation>
  776. </Platform>
  777. </DeployClass>
  778. <DeployClass Name="iPhone_Launch640">
  779. <Platform Name="iOSDevice32">
  780. <Operation>1</Operation>
  781. </Platform>
  782. <Platform Name="iOSDevice64">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSSimulator">
  786. <Operation>1</Operation>
  787. </Platform>
  788. </DeployClass>
  789. <DeployClass Name="iPhone_Launch640x1136">
  790. <Platform Name="iOSDevice32">
  791. <Operation>1</Operation>
  792. </Platform>
  793. <Platform Name="iOSDevice64">
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="iOSSimulator">
  797. <Operation>1</Operation>
  798. </Platform>
  799. </DeployClass>
  800. <DeployClass Name="iPhone_Launch750">
  801. <Platform Name="iOSDevice32">
  802. <Operation>1</Operation>
  803. </Platform>
  804. <Platform Name="iOSDevice64">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSSimulator">
  808. <Operation>1</Operation>
  809. </Platform>
  810. </DeployClass>
  811. <DeployClass Name="iPhone_Launch828">
  812. <Platform Name="iOSDevice32">
  813. <Operation>1</Operation>
  814. </Platform>
  815. <Platform Name="iOSDevice64">
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSSimulator">
  819. <Operation>1</Operation>
  820. </Platform>
  821. </DeployClass>
  822. <DeployClass Name="ProjectAndroidManifest">
  823. <Platform Name="Android">
  824. <Operation>1</Operation>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="ProjectiOSDeviceDebug">
  828. <Platform Name="iOSDevice32">
  829. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSDevice64">
  833. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  834. <Operation>1</Operation>
  835. </Platform>
  836. </DeployClass>
  837. <DeployClass Name="ProjectiOSDeviceResourceRules">
  838. <Platform Name="iOSDevice32">
  839. <Operation>1</Operation>
  840. </Platform>
  841. <Platform Name="iOSDevice64">
  842. <Operation>1</Operation>
  843. </Platform>
  844. </DeployClass>
  845. <DeployClass Name="ProjectiOSEntitlements">
  846. <Platform Name="iOSDevice32">
  847. <RemoteDir>..\</RemoteDir>
  848. <Operation>1</Operation>
  849. </Platform>
  850. <Platform Name="iOSDevice64">
  851. <RemoteDir>..\</RemoteDir>
  852. <Operation>1</Operation>
  853. </Platform>
  854. </DeployClass>
  855. <DeployClass Name="ProjectiOSInfoPList">
  856. <Platform Name="iOSDevice32">
  857. <Operation>1</Operation>
  858. </Platform>
  859. <Platform Name="iOSDevice64">
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="iOSSimulator">
  863. <Operation>1</Operation>
  864. </Platform>
  865. </DeployClass>
  866. <DeployClass Name="ProjectiOSResource">
  867. <Platform Name="iOSDevice32">
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSDevice64">
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSSimulator">
  874. <Operation>1</Operation>
  875. </Platform>
  876. </DeployClass>
  877. <DeployClass Name="ProjectOSXDebug">
  878. <Platform Name="OSX64">
  879. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  880. <Operation>1</Operation>
  881. </Platform>
  882. </DeployClass>
  883. <DeployClass Name="ProjectOSXEntitlements">
  884. <Platform Name="OSX32">
  885. <RemoteDir>..\</RemoteDir>
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="OSX64">
  889. <RemoteDir>..\</RemoteDir>
  890. <Operation>1</Operation>
  891. </Platform>
  892. </DeployClass>
  893. <DeployClass Name="ProjectOSXInfoPList">
  894. <Platform Name="OSX32">
  895. <RemoteDir>Contents</RemoteDir>
  896. <Operation>1</Operation>
  897. </Platform>
  898. <Platform Name="OSX64">
  899. <RemoteDir>Contents</RemoteDir>
  900. <Operation>1</Operation>
  901. </Platform>
  902. </DeployClass>
  903. <DeployClass Name="ProjectOSXResource">
  904. <Platform Name="OSX32">
  905. <RemoteDir>Contents\Resources</RemoteDir>
  906. <Operation>1</Operation>
  907. </Platform>
  908. <Platform Name="OSX64">
  909. <RemoteDir>Contents\Resources</RemoteDir>
  910. <Operation>1</Operation>
  911. </Platform>
  912. </DeployClass>
  913. <DeployClass Required="true" Name="ProjectOutput">
  914. <Platform Name="Android">
  915. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  916. <Operation>1</Operation>
  917. </Platform>
  918. <Platform Name="iOSDevice32">
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="iOSDevice64">
  922. <Operation>1</Operation>
  923. </Platform>
  924. <Platform Name="iOSSimulator">
  925. <Operation>1</Operation>
  926. </Platform>
  927. <Platform Name="Linux64">
  928. <Operation>1</Operation>
  929. </Platform>
  930. <Platform Name="OSX32">
  931. <RemoteDir>Contents\MacOS</RemoteDir>
  932. <Operation>1</Operation>
  933. </Platform>
  934. <Platform Name="OSX64">
  935. <RemoteDir>Contents\MacOS</RemoteDir>
  936. <Operation>1</Operation>
  937. </Platform>
  938. <Platform Name="Win32">
  939. <Operation>0</Operation>
  940. </Platform>
  941. </DeployClass>
  942. <DeployClass Name="ProjectUWPManifest">
  943. <Platform Name="Win32">
  944. <Operation>1</Operation>
  945. </Platform>
  946. <Platform Name="Win64">
  947. <Operation>1</Operation>
  948. </Platform>
  949. </DeployClass>
  950. <DeployClass Name="UWP_CppLogo150">
  951. <Platform Name="Win32">
  952. <RemoteDir>Assets</RemoteDir>
  953. <Operation>1</Operation>
  954. </Platform>
  955. <Platform Name="Win64">
  956. <RemoteDir>Assets</RemoteDir>
  957. <Operation>1</Operation>
  958. </Platform>
  959. </DeployClass>
  960. <DeployClass Name="UWP_CppLogo44">
  961. <Platform Name="Win32">
  962. <RemoteDir>Assets</RemoteDir>
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="Win64">
  966. <RemoteDir>Assets</RemoteDir>
  967. <Operation>1</Operation>
  968. </Platform>
  969. </DeployClass>
  970. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  971. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  972. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  973. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  974. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  975. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  976. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  977. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  978. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  979. </Deployment>
  980. <Platforms>
  981. <Platform value="Win32">True</Platform>
  982. <Platform value="Win64">False</Platform>
  983. </Platforms>
  984. </BorlandProject>
  985. <ProjectFileVersion>12</ProjectFileVersion>
  986. </ProjectExtensions>
  987. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  988. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  989. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  990. </Project>