2
0

OdeSimple.cbproj 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{CCADA801-9E5B-4D9B-B7BE-546C3AFBFC08}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>OdeSimple.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>OdeSimple</SanitizedProjectName>
  62. <Multithreaded>true</Multithreaded>
  63. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  64. <IncludePath>D:\GLScene\Samples\CPP\Demos\physics\simple\;$(IncludePath)</IncludePath>
  65. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\physics\simple\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  66. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  67. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_Physics_RT.lib</AllPackageLibs>
  68. <_TCHARMapping>wchar_t</_TCHARMapping>
  69. <ProjectType>CppVCLApplication</ProjectType>
  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. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  81. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  82. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  83. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  84. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  87. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_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>
  88. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  89. <VerInfo_Locale>1033</VerInfo_Locale>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  92. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  93. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  94. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  95. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  96. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_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>
  97. <VerInfo_Locale>1033</VerInfo_Locale>
  98. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  99. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  100. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  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;GLScene_Physics_RT.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="OdeSimple.cpp">
  142. <BuildOrder>0</BuildOrder>
  143. </CppCompile>
  144. <PCHCompile Include="OdeSimple.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">OdeSimple.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)\bin64\cc64230.dll" Class="DependencyModule">
  219. <Platform Name="Win64">
  220. <Overwrite>true</Overwrite>
  221. </Platform>
  222. </DeployFile>
  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 Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  229. <Platform Name="Win32">
  230. <Overwrite>true</Overwrite>
  231. </Platform>
  232. </DeployFile>
  233. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  234. <Platform Name="OSX32">
  235. <Overwrite>true</Overwrite>
  236. </Platform>
  237. </DeployFile>
  238. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  239. <Platform Name="Win32">
  240. <Overwrite>true</Overwrite>
  241. </Platform>
  242. </DeployFile>
  243. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  244. <Platform Name="Win32">
  245. <Overwrite>true</Overwrite>
  246. </Platform>
  247. </DeployFile>
  248. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  249. <Platform Name="Win64">
  250. <Overwrite>true</Overwrite>
  251. </Platform>
  252. </DeployFile>
  253. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  254. <Platform Name="OSX32">
  255. <Overwrite>true</Overwrite>
  256. </Platform>
  257. </DeployFile>
  258. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  259. <Platform Name="Win32">
  260. <Overwrite>true</Overwrite>
  261. </Platform>
  262. </DeployFile>
  263. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  264. <Platform Name="OSX64">
  265. <Overwrite>true</Overwrite>
  266. </Platform>
  267. </DeployFile>
  268. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  269. <Platform Name="Win32">
  270. <Overwrite>true</Overwrite>
  271. </Platform>
  272. </DeployFile>
  273. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  274. <Platform Name="Win32">
  275. <Overwrite>true</Overwrite>
  276. </Platform>
  277. </DeployFile>
  278. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  279. <Platform Name="Win64">
  280. <Overwrite>true</Overwrite>
  281. </Platform>
  282. </DeployFile>
  283. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  284. <Platform Name="Win32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  289. <Platform Name="Win32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  294. <Platform Name="Win64">
  295. <Overwrite>true</Overwrite>
  296. </Platform>
  297. </DeployFile>
  298. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  299. <Platform Name="Win64">
  300. <Overwrite>true</Overwrite>
  301. </Platform>
  302. </DeployFile>
  303. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  304. <Platform Name="Win32">
  305. <Overwrite>true</Overwrite>
  306. </Platform>
  307. </DeployFile>
  308. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  309. <Platform Name="Win64">
  310. <Overwrite>true</Overwrite>
  311. </Platform>
  312. </DeployFile>
  313. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  314. <Platform Name="Win32">
  315. <Overwrite>true</Overwrite>
  316. </Platform>
  317. </DeployFile>
  318. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  319. <Platform Name="OSX64">
  320. <Overwrite>true</Overwrite>
  321. </Platform>
  322. </DeployFile>
  323. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule">
  324. <Platform Name="Win64">
  325. <Overwrite>true</Overwrite>
  326. </Platform>
  327. </DeployFile>
  328. <DeployClass Name="AdditionalDebugSymbols">
  329. <Platform Name="iOSSimulator">
  330. <Operation>1</Operation>
  331. </Platform>
  332. <Platform Name="OSX32">
  333. <RemoteDir>Contents\MacOS</RemoteDir>
  334. <Operation>1</Operation>
  335. </Platform>
  336. <Platform Name="Win32">
  337. <Operation>0</Operation>
  338. </Platform>
  339. </DeployClass>
  340. <DeployClass Name="AndroidClassesDexFile">
  341. <Platform Name="Android">
  342. <RemoteDir>classes</RemoteDir>
  343. <Operation>1</Operation>
  344. </Platform>
  345. </DeployClass>
  346. <DeployClass Name="AndroidFileProvider">
  347. <Platform Name="Android">
  348. <RemoteDir>res\xml</RemoteDir>
  349. <Operation>1</Operation>
  350. </Platform>
  351. </DeployClass>
  352. <DeployClass Name="AndroidGDBServer">
  353. <Platform Name="Android">
  354. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  355. <Operation>1</Operation>
  356. </Platform>
  357. </DeployClass>
  358. <DeployClass Name="AndroidLibnativeArmeabiFile">
  359. <Platform Name="Android">
  360. <RemoteDir>library\lib\armeabi</RemoteDir>
  361. <Operation>1</Operation>
  362. </Platform>
  363. </DeployClass>
  364. <DeployClass Name="AndroidLibnativeMipsFile">
  365. <Platform Name="Android">
  366. <RemoteDir>library\lib\mips</RemoteDir>
  367. <Operation>1</Operation>
  368. </Platform>
  369. </DeployClass>
  370. <DeployClass Name="AndroidLibnativeX86File"/>
  371. <DeployClass Name="AndroidServiceOutput">
  372. <Platform Name="Android">
  373. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  374. <Operation>1</Operation>
  375. </Platform>
  376. </DeployClass>
  377. <DeployClass Name="AndroidSplashImageDef">
  378. <Platform Name="Android">
  379. <RemoteDir>res\drawable</RemoteDir>
  380. <Operation>1</Operation>
  381. </Platform>
  382. </DeployClass>
  383. <DeployClass Name="AndroidSplashStyles">
  384. <Platform Name="Android">
  385. <RemoteDir>res\values</RemoteDir>
  386. <Operation>1</Operation>
  387. </Platform>
  388. </DeployClass>
  389. <DeployClass Name="AndroidSplashStylesV21">
  390. <Platform Name="Android">
  391. <RemoteDir>res\values-v21</RemoteDir>
  392. <Operation>1</Operation>
  393. </Platform>
  394. </DeployClass>
  395. <DeployClass Name="Android_Colors">
  396. <Platform Name="Android">
  397. <RemoteDir>res\values</RemoteDir>
  398. <Operation>1</Operation>
  399. </Platform>
  400. </DeployClass>
  401. <DeployClass Name="Android_DefaultAppIcon">
  402. <Platform Name="Android">
  403. <RemoteDir>res\drawable</RemoteDir>
  404. <Operation>1</Operation>
  405. </Platform>
  406. </DeployClass>
  407. <DeployClass Name="Android_LauncherIcon144">
  408. <Platform Name="Android">
  409. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  410. <Operation>1</Operation>
  411. </Platform>
  412. </DeployClass>
  413. <DeployClass Name="Android_LauncherIcon36">
  414. <Platform Name="Android">
  415. <RemoteDir>res\drawable-ldpi</RemoteDir>
  416. <Operation>1</Operation>
  417. </Platform>
  418. </DeployClass>
  419. <DeployClass Name="Android_LauncherIcon48">
  420. <Platform Name="Android">
  421. <RemoteDir>res\drawable-mdpi</RemoteDir>
  422. <Operation>1</Operation>
  423. </Platform>
  424. </DeployClass>
  425. <DeployClass Name="Android_LauncherIcon72">
  426. <Platform Name="Android">
  427. <RemoteDir>res\drawable-hdpi</RemoteDir>
  428. <Operation>1</Operation>
  429. </Platform>
  430. </DeployClass>
  431. <DeployClass Name="Android_LauncherIcon96">
  432. <Platform Name="Android">
  433. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  434. <Operation>1</Operation>
  435. </Platform>
  436. </DeployClass>
  437. <DeployClass Name="Android_NotificationIcon24">
  438. <Platform Name="Android">
  439. <RemoteDir>res\drawable-mdpi</RemoteDir>
  440. <Operation>1</Operation>
  441. </Platform>
  442. </DeployClass>
  443. <DeployClass Name="Android_NotificationIcon36">
  444. <Platform Name="Android">
  445. <RemoteDir>res\drawable-hdpi</RemoteDir>
  446. <Operation>1</Operation>
  447. </Platform>
  448. </DeployClass>
  449. <DeployClass Name="Android_NotificationIcon48">
  450. <Platform Name="Android">
  451. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  452. <Operation>1</Operation>
  453. </Platform>
  454. </DeployClass>
  455. <DeployClass Name="Android_NotificationIcon72">
  456. <Platform Name="Android">
  457. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  458. <Operation>1</Operation>
  459. </Platform>
  460. </DeployClass>
  461. <DeployClass Name="Android_NotificationIcon96">
  462. <Platform Name="Android">
  463. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  464. <Operation>1</Operation>
  465. </Platform>
  466. </DeployClass>
  467. <DeployClass Name="Android_SplashImage426">
  468. <Platform Name="Android">
  469. <RemoteDir>res\drawable-small</RemoteDir>
  470. <Operation>1</Operation>
  471. </Platform>
  472. </DeployClass>
  473. <DeployClass Name="Android_SplashImage470">
  474. <Platform Name="Android">
  475. <RemoteDir>res\drawable-normal</RemoteDir>
  476. <Operation>1</Operation>
  477. </Platform>
  478. </DeployClass>
  479. <DeployClass Name="Android_SplashImage640">
  480. <Platform Name="Android">
  481. <RemoteDir>res\drawable-large</RemoteDir>
  482. <Operation>1</Operation>
  483. </Platform>
  484. </DeployClass>
  485. <DeployClass Name="Android_SplashImage960">
  486. <Platform Name="Android">
  487. <RemoteDir>res\drawable-xlarge</RemoteDir>
  488. <Operation>1</Operation>
  489. </Platform>
  490. </DeployClass>
  491. <DeployClass Name="Android_Strings">
  492. <Platform Name="Android">
  493. <RemoteDir>res\values</RemoteDir>
  494. <Operation>1</Operation>
  495. </Platform>
  496. </DeployClass>
  497. <DeployClass Name="DebugSymbols">
  498. <Platform Name="iOSSimulator">
  499. <Operation>1</Operation>
  500. </Platform>
  501. <Platform Name="OSX32">
  502. <RemoteDir>Contents\MacOS</RemoteDir>
  503. <Operation>1</Operation>
  504. </Platform>
  505. <Platform Name="Win32">
  506. <Operation>0</Operation>
  507. </Platform>
  508. </DeployClass>
  509. <DeployClass Name="DependencyFramework">
  510. <Platform Name="OSX32">
  511. <RemoteDir>Contents\MacOS</RemoteDir>
  512. <Operation>1</Operation>
  513. <Extensions>.framework</Extensions>
  514. </Platform>
  515. <Platform Name="OSX64">
  516. <RemoteDir>Contents\MacOS</RemoteDir>
  517. <Operation>1</Operation>
  518. <Extensions>.framework</Extensions>
  519. </Platform>
  520. <Platform Name="Win32">
  521. <Operation>0</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="DependencyModule">
  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>.dll;.bpl</Extensions>
  550. </Platform>
  551. </DeployClass>
  552. <DeployClass Required="true" Name="DependencyPackage">
  553. <Platform Name="iOSDevice32">
  554. <Operation>1</Operation>
  555. <Extensions>.dylib</Extensions>
  556. </Platform>
  557. <Platform Name="iOSDevice64">
  558. <Operation>1</Operation>
  559. <Extensions>.dylib</Extensions>
  560. </Platform>
  561. <Platform Name="iOSSimulator">
  562. <Operation>1</Operation>
  563. <Extensions>.dylib</Extensions>
  564. </Platform>
  565. <Platform Name="OSX32">
  566. <RemoteDir>Contents\MacOS</RemoteDir>
  567. <Operation>1</Operation>
  568. <Extensions>.dylib</Extensions>
  569. </Platform>
  570. <Platform Name="OSX64">
  571. <RemoteDir>Contents\MacOS</RemoteDir>
  572. <Operation>1</Operation>
  573. <Extensions>.dylib</Extensions>
  574. </Platform>
  575. <Platform Name="Win32">
  576. <Operation>0</Operation>
  577. <Extensions>.bpl</Extensions>
  578. </Platform>
  579. </DeployClass>
  580. <DeployClass Name="File">
  581. <Platform Name="Android">
  582. <Operation>0</Operation>
  583. </Platform>
  584. <Platform Name="iOSDevice32">
  585. <Operation>0</Operation>
  586. </Platform>
  587. <Platform Name="iOSDevice64">
  588. <Operation>0</Operation>
  589. </Platform>
  590. <Platform Name="iOSSimulator">
  591. <Operation>0</Operation>
  592. </Platform>
  593. <Platform Name="OSX32">
  594. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  595. <Operation>0</Operation>
  596. </Platform>
  597. <Platform Name="OSX64">
  598. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  599. <Operation>0</Operation>
  600. </Platform>
  601. <Platform Name="Win32">
  602. <Operation>0</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="iPad_Launch1024">
  606. <Platform Name="iOSDevice32">
  607. <Operation>1</Operation>
  608. </Platform>
  609. <Platform Name="iOSDevice64">
  610. <Operation>1</Operation>
  611. </Platform>
  612. <Platform Name="iOSSimulator">
  613. <Operation>1</Operation>
  614. </Platform>
  615. </DeployClass>
  616. <DeployClass Name="iPad_Launch1024x768">
  617. <Platform Name="iOSDevice32">
  618. <Operation>1</Operation>
  619. </Platform>
  620. <Platform Name="iOSDevice64">
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="iOSSimulator">
  624. <Operation>1</Operation>
  625. </Platform>
  626. </DeployClass>
  627. <DeployClass Name="iPad_Launch1536">
  628. <Platform Name="iOSDevice32">
  629. <Operation>1</Operation>
  630. </Platform>
  631. <Platform Name="iOSDevice64">
  632. <Operation>1</Operation>
  633. </Platform>
  634. <Platform Name="iOSSimulator">
  635. <Operation>1</Operation>
  636. </Platform>
  637. </DeployClass>
  638. <DeployClass Name="iPad_Launch1536x2048">
  639. <Platform Name="iOSDevice32">
  640. <Operation>1</Operation>
  641. </Platform>
  642. <Platform Name="iOSDevice64">
  643. <Operation>1</Operation>
  644. </Platform>
  645. <Platform Name="iOSSimulator">
  646. <Operation>1</Operation>
  647. </Platform>
  648. </DeployClass>
  649. <DeployClass Name="iPad_Launch1668">
  650. <Platform Name="iOSDevice32">
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="iOSDevice64">
  654. <Operation>1</Operation>
  655. </Platform>
  656. <Platform Name="iOSSimulator">
  657. <Operation>1</Operation>
  658. </Platform>
  659. </DeployClass>
  660. <DeployClass Name="iPad_Launch1668x2388">
  661. <Platform Name="iOSDevice32">
  662. <Operation>1</Operation>
  663. </Platform>
  664. <Platform Name="iOSDevice64">
  665. <Operation>1</Operation>
  666. </Platform>
  667. <Platform Name="iOSSimulator">
  668. <Operation>1</Operation>
  669. </Platform>
  670. </DeployClass>
  671. <DeployClass Name="iPad_Launch2048">
  672. <Platform Name="iOSDevice32">
  673. <Operation>1</Operation>
  674. </Platform>
  675. <Platform Name="iOSDevice64">
  676. <Operation>1</Operation>
  677. </Platform>
  678. <Platform Name="iOSSimulator">
  679. <Operation>1</Operation>
  680. </Platform>
  681. </DeployClass>
  682. <DeployClass Name="iPad_Launch2048x1536">
  683. <Platform Name="iOSDevice32">
  684. <Operation>1</Operation>
  685. </Platform>
  686. <Platform Name="iOSDevice64">
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="iOSSimulator">
  690. <Operation>1</Operation>
  691. </Platform>
  692. </DeployClass>
  693. <DeployClass Name="iPad_Launch2048x2732">
  694. <Platform Name="iOSDevice32">
  695. <Operation>1</Operation>
  696. </Platform>
  697. <Platform Name="iOSDevice64">
  698. <Operation>1</Operation>
  699. </Platform>
  700. <Platform Name="iOSSimulator">
  701. <Operation>1</Operation>
  702. </Platform>
  703. </DeployClass>
  704. <DeployClass Name="iPad_Launch2224">
  705. <Platform Name="iOSDevice32">
  706. <Operation>1</Operation>
  707. </Platform>
  708. <Platform Name="iOSDevice64">
  709. <Operation>1</Operation>
  710. </Platform>
  711. <Platform Name="iOSSimulator">
  712. <Operation>1</Operation>
  713. </Platform>
  714. </DeployClass>
  715. <DeployClass Name="iPad_Launch2388x1668">
  716. <Platform Name="iOSDevice32">
  717. <Operation>1</Operation>
  718. </Platform>
  719. <Platform Name="iOSDevice64">
  720. <Operation>1</Operation>
  721. </Platform>
  722. <Platform Name="iOSSimulator">
  723. <Operation>1</Operation>
  724. </Platform>
  725. </DeployClass>
  726. <DeployClass Name="iPad_Launch2732x2048">
  727. <Platform Name="iOSDevice32">
  728. <Operation>1</Operation>
  729. </Platform>
  730. <Platform Name="iOSDevice64">
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="iOSSimulator">
  734. <Operation>1</Operation>
  735. </Platform>
  736. </DeployClass>
  737. <DeployClass Name="iPad_Launch768">
  738. <Platform Name="iOSDevice32">
  739. <Operation>1</Operation>
  740. </Platform>
  741. <Platform Name="iOSDevice64">
  742. <Operation>1</Operation>
  743. </Platform>
  744. <Platform Name="iOSSimulator">
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="iPad_Launch768x1024">
  749. <Platform Name="iOSDevice32">
  750. <Operation>1</Operation>
  751. </Platform>
  752. <Platform Name="iOSDevice64">
  753. <Operation>1</Operation>
  754. </Platform>
  755. <Platform Name="iOSSimulator">
  756. <Operation>1</Operation>
  757. </Platform>
  758. </DeployClass>
  759. <DeployClass Name="iPhone_Launch1125">
  760. <Platform Name="iOSDevice32">
  761. <Operation>1</Operation>
  762. </Platform>
  763. <Platform Name="iOSDevice64">
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="iOSSimulator">
  767. <Operation>1</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="iPhone_Launch1136x640">
  771. <Platform Name="iOSDevice32">
  772. <Operation>1</Operation>
  773. </Platform>
  774. <Platform Name="iOSDevice64">
  775. <Operation>1</Operation>
  776. </Platform>
  777. <Platform Name="iOSSimulator">
  778. <Operation>1</Operation>
  779. </Platform>
  780. </DeployClass>
  781. <DeployClass Name="iPhone_Launch1242">
  782. <Platform Name="iOSDevice32">
  783. <Operation>1</Operation>
  784. </Platform>
  785. <Platform Name="iOSDevice64">
  786. <Operation>1</Operation>
  787. </Platform>
  788. <Platform Name="iOSSimulator">
  789. <Operation>1</Operation>
  790. </Platform>
  791. </DeployClass>
  792. <DeployClass Name="iPhone_Launch1242x2688">
  793. <Platform Name="iOSDevice32">
  794. <Operation>1</Operation>
  795. </Platform>
  796. <Platform Name="iOSDevice64">
  797. <Operation>1</Operation>
  798. </Platform>
  799. <Platform Name="iOSSimulator">
  800. <Operation>1</Operation>
  801. </Platform>
  802. </DeployClass>
  803. <DeployClass Name="iPhone_Launch1334">
  804. <Platform Name="iOSDevice32">
  805. <Operation>1</Operation>
  806. </Platform>
  807. <Platform Name="iOSDevice64">
  808. <Operation>1</Operation>
  809. </Platform>
  810. <Platform Name="iOSSimulator">
  811. <Operation>1</Operation>
  812. </Platform>
  813. </DeployClass>
  814. <DeployClass Name="iPhone_Launch1792">
  815. <Platform Name="iOSDevice32">
  816. <Operation>1</Operation>
  817. </Platform>
  818. <Platform Name="iOSDevice64">
  819. <Operation>1</Operation>
  820. </Platform>
  821. <Platform Name="iOSSimulator">
  822. <Operation>1</Operation>
  823. </Platform>
  824. </DeployClass>
  825. <DeployClass Name="iPhone_Launch2208">
  826. <Platform Name="iOSDevice32">
  827. <Operation>1</Operation>
  828. </Platform>
  829. <Platform Name="iOSDevice64">
  830. <Operation>1</Operation>
  831. </Platform>
  832. <Platform Name="iOSSimulator">
  833. <Operation>1</Operation>
  834. </Platform>
  835. </DeployClass>
  836. <DeployClass Name="iPhone_Launch2436">
  837. <Platform Name="iOSDevice32">
  838. <Operation>1</Operation>
  839. </Platform>
  840. <Platform Name="iOSDevice64">
  841. <Operation>1</Operation>
  842. </Platform>
  843. <Platform Name="iOSSimulator">
  844. <Operation>1</Operation>
  845. </Platform>
  846. </DeployClass>
  847. <DeployClass Name="iPhone_Launch2688x1242">
  848. <Platform Name="iOSDevice32">
  849. <Operation>1</Operation>
  850. </Platform>
  851. <Platform Name="iOSDevice64">
  852. <Operation>1</Operation>
  853. </Platform>
  854. <Platform Name="iOSSimulator">
  855. <Operation>1</Operation>
  856. </Platform>
  857. </DeployClass>
  858. <DeployClass Name="iPhone_Launch320">
  859. <Platform Name="iOSDevice32">
  860. <Operation>1</Operation>
  861. </Platform>
  862. <Platform Name="iOSDevice64">
  863. <Operation>1</Operation>
  864. </Platform>
  865. <Platform Name="iOSSimulator">
  866. <Operation>1</Operation>
  867. </Platform>
  868. </DeployClass>
  869. <DeployClass Name="iPhone_Launch640">
  870. <Platform Name="iOSDevice32">
  871. <Operation>1</Operation>
  872. </Platform>
  873. <Platform Name="iOSDevice64">
  874. <Operation>1</Operation>
  875. </Platform>
  876. <Platform Name="iOSSimulator">
  877. <Operation>1</Operation>
  878. </Platform>
  879. </DeployClass>
  880. <DeployClass Name="iPhone_Launch640x1136">
  881. <Platform Name="iOSDevice32">
  882. <Operation>1</Operation>
  883. </Platform>
  884. <Platform Name="iOSDevice64">
  885. <Operation>1</Operation>
  886. </Platform>
  887. <Platform Name="iOSSimulator">
  888. <Operation>1</Operation>
  889. </Platform>
  890. </DeployClass>
  891. <DeployClass Name="iPhone_Launch750">
  892. <Platform Name="iOSDevice32">
  893. <Operation>1</Operation>
  894. </Platform>
  895. <Platform Name="iOSDevice64">
  896. <Operation>1</Operation>
  897. </Platform>
  898. <Platform Name="iOSSimulator">
  899. <Operation>1</Operation>
  900. </Platform>
  901. </DeployClass>
  902. <DeployClass Name="iPhone_Launch828">
  903. <Platform Name="iOSDevice32">
  904. <Operation>1</Operation>
  905. </Platform>
  906. <Platform Name="iOSDevice64">
  907. <Operation>1</Operation>
  908. </Platform>
  909. <Platform Name="iOSSimulator">
  910. <Operation>1</Operation>
  911. </Platform>
  912. </DeployClass>
  913. <DeployClass Name="ProjectAndroidManifest">
  914. <Platform Name="Android">
  915. <Operation>1</Operation>
  916. </Platform>
  917. </DeployClass>
  918. <DeployClass Name="ProjectiOSDeviceDebug">
  919. <Platform Name="iOSDevice32">
  920. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  921. <Operation>1</Operation>
  922. </Platform>
  923. <Platform Name="iOSDevice64">
  924. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  925. <Operation>1</Operation>
  926. </Platform>
  927. </DeployClass>
  928. <DeployClass Name="ProjectiOSDeviceResourceRules">
  929. <Platform Name="iOSDevice32">
  930. <Operation>1</Operation>
  931. </Platform>
  932. <Platform Name="iOSDevice64">
  933. <Operation>1</Operation>
  934. </Platform>
  935. </DeployClass>
  936. <DeployClass Name="ProjectiOSEntitlements">
  937. <Platform Name="iOSDevice32">
  938. <RemoteDir>..\</RemoteDir>
  939. <Operation>1</Operation>
  940. </Platform>
  941. <Platform Name="iOSDevice64">
  942. <RemoteDir>..\</RemoteDir>
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="ProjectiOSInfoPList">
  947. <Platform Name="iOSDevice32">
  948. <Operation>1</Operation>
  949. </Platform>
  950. <Platform Name="iOSDevice64">
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="iOSSimulator">
  954. <Operation>1</Operation>
  955. </Platform>
  956. </DeployClass>
  957. <DeployClass Name="ProjectiOSResource">
  958. <Platform Name="iOSDevice32">
  959. <Operation>1</Operation>
  960. </Platform>
  961. <Platform Name="iOSDevice64">
  962. <Operation>1</Operation>
  963. </Platform>
  964. <Platform Name="iOSSimulator">
  965. <Operation>1</Operation>
  966. </Platform>
  967. </DeployClass>
  968. <DeployClass Name="ProjectOSXDebug">
  969. <Platform Name="OSX64">
  970. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  971. <Operation>1</Operation>
  972. </Platform>
  973. </DeployClass>
  974. <DeployClass Name="ProjectOSXEntitlements">
  975. <Platform Name="OSX32">
  976. <RemoteDir>..\</RemoteDir>
  977. <Operation>1</Operation>
  978. </Platform>
  979. <Platform Name="OSX64">
  980. <RemoteDir>..\</RemoteDir>
  981. <Operation>1</Operation>
  982. </Platform>
  983. </DeployClass>
  984. <DeployClass Name="ProjectOSXInfoPList">
  985. <Platform Name="OSX32">
  986. <RemoteDir>Contents</RemoteDir>
  987. <Operation>1</Operation>
  988. </Platform>
  989. <Platform Name="OSX64">
  990. <RemoteDir>Contents</RemoteDir>
  991. <Operation>1</Operation>
  992. </Platform>
  993. </DeployClass>
  994. <DeployClass Name="ProjectOSXResource">
  995. <Platform Name="OSX32">
  996. <RemoteDir>Contents\Resources</RemoteDir>
  997. <Operation>1</Operation>
  998. </Platform>
  999. <Platform Name="OSX64">
  1000. <RemoteDir>Contents\Resources</RemoteDir>
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. </DeployClass>
  1004. <DeployClass Required="true" Name="ProjectOutput">
  1005. <Platform Name="Android">
  1006. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1007. <Operation>1</Operation>
  1008. </Platform>
  1009. <Platform Name="iOSDevice32">
  1010. <Operation>1</Operation>
  1011. </Platform>
  1012. <Platform Name="iOSDevice64">
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. <Platform Name="iOSSimulator">
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. <Platform Name="Linux64">
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. <Platform Name="OSX32">
  1022. <RemoteDir>Contents\MacOS</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="OSX64">
  1026. <RemoteDir>Contents\MacOS</RemoteDir>
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. <Platform Name="Win32">
  1030. <Operation>0</Operation>
  1031. </Platform>
  1032. </DeployClass>
  1033. <DeployClass Name="ProjectUWPManifest">
  1034. <Platform Name="Win32">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="Win64">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="UWP_CppLogo150">
  1042. <Platform Name="Win32">
  1043. <RemoteDir>Assets</RemoteDir>
  1044. <Operation>1</Operation>
  1045. </Platform>
  1046. <Platform Name="Win64">
  1047. <RemoteDir>Assets</RemoteDir>
  1048. <Operation>1</Operation>
  1049. </Platform>
  1050. </DeployClass>
  1051. <DeployClass Name="UWP_CppLogo44">
  1052. <Platform Name="Win32">
  1053. <RemoteDir>Assets</RemoteDir>
  1054. <Operation>1</Operation>
  1055. </Platform>
  1056. <Platform Name="Win64">
  1057. <RemoteDir>Assets</RemoteDir>
  1058. <Operation>1</Operation>
  1059. </Platform>
  1060. </DeployClass>
  1061. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1062. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1063. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1064. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1065. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1066. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1067. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1068. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1069. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1070. </Deployment>
  1071. <Platforms>
  1072. <Platform value="Win32">True</Platform>
  1073. <Platform value="Win64">False</Platform>
  1074. </Platforms>
  1075. </BorlandProject>
  1076. <ProjectFileVersion>12</ProjectFileVersion>
  1077. </ProjectExtensions>
  1078. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1079. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1080. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1081. </Project>