Torque.cbproj 55 KB

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