ToBitmapC.cbproj 54 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{E438C033-ECC0-4A5C-9B35-C7DE6618C263}</ProjectGuid>
  4. <ProjectVersion>18.7</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>ToBitmapC.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="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  38. <Cfg_2>true</Cfg_2>
  39. <CfgParent>Base</CfgParent>
  40. <Base>true</Base>
  41. </PropertyGroup>
  42. <PropertyGroup Condition="'$(Base)'!=''">
  43. <SanitizedProjectName>ToBitmapC</SanitizedProjectName>
  44. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  45. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  46. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  47. <Multithreaded>true</Multithreaded>
  48. <ProjectType>CppVCLApplication</ProjectType>
  49. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\rendering\tobitmap\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  50. <_TCHARMapping>wchar_t</_TCHARMapping>
  51. <IncludePath>D:\GLScene\Samples\CPP\Demos\rendering\tobitmap\;$(IncludePath)</IncludePath>
  52. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  53. <DynamicRTL>true</DynamicRTL>
  54. <UsePackages>true</UsePackages>
  55. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  56. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  57. <BCC_wpar>false</BCC_wpar>
  58. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  59. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  60. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\release\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  61. </PropertyGroup>
  62. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  63. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  64. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  65. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  66. <PackageImports>adortl;bcbie;bcbsmp;bdertl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CodeSiteExpressPkg;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;frx19;frxDB19;frxe19;GLScene_Cg_RT;GLScene_Physics_RT;GLScene_Physics_RT;GLScene_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;GLScene_Sounds_RT;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbbde;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;svn;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldbx;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  67. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  68. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  69. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName);FileDescription=$(MSBuildProjectName);ProductName=$(MSBuildProjectName)</VerInfo_Keys>
  70. <VerInfo_Locale>1033</VerInfo_Locale>
  71. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  72. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  73. </PropertyGroup>
  74. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  75. <PackageImports>adortl;bindcomp;bindcompdbx;bindcompfmx;bindcompvcl;bindengine;CloudService;CustomIPTransport;DataSnapClient;DataSnapCommon;DataSnapConnectors;DatasnapConnectorsFreePascal;DataSnapIndy10ServerTransport;DataSnapProviderClient;DataSnapServer;dbexpress;dbrtl;dbxcds;DbxClientDriver;DbxCommonDriver;DBXDb2Driver;DBXFirebirdDriver;DBXInformixDriver;DBXInterBaseDriver;DBXMSSQLDriver;DBXMySQLDriver;DBXOdbcDriver;DBXOracleDriver;DBXSqliteDriver;DBXSybaseASADriver;DBXSybaseASEDriver;dsnap;dsnapcon;FireDAC;FireDACADSDriver;FireDACASADriver;FireDACCommon;FireDACCommonDriver;FireDACDataSnapDriver;FireDACDb2Driver;FireDACDBXDriver;FireDACIBDriver;FireDACMSAccDriver;FireDACMSSQLDriver;FireDACMySQLDriver;FireDACODBCDriver;FireDACOracleDriver;FireDACPgDriver;FireDACSqliteDriver;fmx;fmxase;fmxdae;fmxFireDAC;fmxobj;FMXTee;FmxTeeUI;ibxpress;IndyCore;IndyIPClient;IndyIPCommon;IndyIPServer;IndyProtocols;IndySystem;inet;inetdb;inetdbxpress;Intraweb;MetropolisUILiveTile;RESTComponents;rtl;soaprtl;Tee;TeeDB;TeeUI;vcl;vclactnband;vcldb;vcldsnap;vclFireDAC;vclib;vclie;vclimg;VCLRESTComponents;vclribbon;VclSmp;vcltouch;vclx;xmlrtl;$(PackageImports)</PackageImports>
  76. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  77. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  78. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  79. </PropertyGroup>
  80. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  81. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  82. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  83. <DCC_Optimize>false</DCC_Optimize>
  84. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  85. <Defines>_DEBUG;$(Defines)</Defines>
  86. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  87. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  88. <DCC_Define>DEBUG</DCC_Define>
  89. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  90. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  91. <BCC_StackFrames>true</BCC_StackFrames>
  92. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  93. <TASM_Debugging>Full</TASM_Debugging>
  94. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  95. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  96. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  97. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  98. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  99. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  100. <ILINK_TranslatedLibraryPath>$(BDSLIB)\$(PLATFORM)\debug\$(LANGDIR);$(ILINK_TranslatedLibraryPath)</ILINK_TranslatedLibraryPath>
  101. </PropertyGroup>
  102. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  103. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  104. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  105. <BT_BuildType>Debug</BT_BuildType>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  108. <Defines>NDEBUG;$(Defines)</Defines>
  109. <TASM_Debugging>None</TASM_Debugging>
  110. </PropertyGroup>
  111. <ItemGroup>
  112. <CppCompile Include="fToBitmapC.cpp">
  113. <Form>Form1</Form>
  114. <FormType>dfm</FormType>
  115. <DependentOn>fToBitmapC.h</DependentOn>
  116. <BuildOrder>2</BuildOrder>
  117. </CppCompile>
  118. <CppCompile Include="fToBitmapImgC.cpp">
  119. <Form>Form2</Form>
  120. <FormType>dfm</FormType>
  121. <DependentOn>fToBitmapImgC.h</DependentOn>
  122. <BuildOrder>2</BuildOrder>
  123. </CppCompile>
  124. <CppCompile Include="ToBitmapC.cpp">
  125. <BuildOrder>0</BuildOrder>
  126. </CppCompile>
  127. <FormResources Include="fToBitmapImgC.dfm"/>
  128. <FormResources Include="fToBitmapC.dfm"/>
  129. <BuildConfiguration Include="Release">
  130. <Key>Cfg_2</Key>
  131. <CfgParent>Base</CfgParent>
  132. </BuildConfiguration>
  133. <BuildConfiguration Include="Base">
  134. <Key>Base</Key>
  135. </BuildConfiguration>
  136. <BuildConfiguration Include="Debug">
  137. <Key>Cfg_1</Key>
  138. <CfgParent>Base</CfgParent>
  139. </BuildConfiguration>
  140. </ItemGroup>
  141. <ProjectExtensions>
  142. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  143. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  144. <BorlandProject>
  145. <CPlusPlusBuilder.Personality>
  146. <Source>
  147. <Source Name="MainSource">ToBitmapC.cpp</Source>
  148. </Source>
  149. <VersionInfo>
  150. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  151. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  152. <VersionInfo Name="MajorVer">1</VersionInfo>
  153. <VersionInfo Name="MinorVer">0</VersionInfo>
  154. <VersionInfo Name="Release">0</VersionInfo>
  155. <VersionInfo Name="Build">0</VersionInfo>
  156. <VersionInfo Name="Debug">False</VersionInfo>
  157. <VersionInfo Name="PreRelease">False</VersionInfo>
  158. <VersionInfo Name="Special">False</VersionInfo>
  159. <VersionInfo Name="Private">False</VersionInfo>
  160. <VersionInfo Name="DLL">False</VersionInfo>
  161. <VersionInfo Name="Locale">1049</VersionInfo>
  162. <VersionInfo Name="CodePage">1251</VersionInfo>
  163. </VersionInfo>
  164. <VersionInfoKeys>
  165. <VersionInfoKeys Name="CompanyName"/>
  166. <VersionInfoKeys Name="FileDescription"/>
  167. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  168. <VersionInfoKeys Name="InternalName"/>
  169. <VersionInfoKeys Name="LegalCopyright"/>
  170. <VersionInfoKeys Name="LegalTrademarks"/>
  171. <VersionInfoKeys Name="OriginalFilename"/>
  172. <VersionInfoKeys Name="ProductName"/>
  173. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  174. <VersionInfoKeys Name="Comments"/>
  175. <VersionInfoKeys Name="CFBundleName"/>
  176. <VersionInfoKeys Name="CFBundleDisplayName"/>
  177. <VersionInfoKeys Name="UIDeviceFamily"/>
  178. <VersionInfoKeys Name="CFBundleIdentifier"/>
  179. <VersionInfoKeys Name="CFBundleVersion"/>
  180. <VersionInfoKeys Name="CFBundlePackageType"/>
  181. <VersionInfoKeys Name="CFBundleSignature"/>
  182. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  183. <VersionInfoKeys Name="UISupportedInterfaceOrientations"/>
  184. <VersionInfoKeys Name="CFBundleExecutable"/>
  185. <VersionInfoKeys Name="CFBundleResourceSpecification"/>
  186. <VersionInfoKeys Name="LSRequiresIPhoneOS"/>
  187. <VersionInfoKeys Name="CFBundleInfoDictionaryVersion"/>
  188. <VersionInfoKeys Name="CFBundleDevelopmentRegion"/>
  189. <VersionInfoKeys Name="package"/>
  190. <VersionInfoKeys Name="label"/>
  191. <VersionInfoKeys Name="versionCode"/>
  192. <VersionInfoKeys Name="versionName"/>
  193. <VersionInfoKeys Name="persistent"/>
  194. <VersionInfoKeys Name="restoreAnyVersion"/>
  195. <VersionInfoKeys Name="installLocation"/>
  196. <VersionInfoKeys Name="largeHeap"/>
  197. <VersionInfoKeys Name="theme"/>
  198. </VersionInfoKeys>
  199. <ProjectProperties>
  200. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  201. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  202. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  203. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  204. </ProjectProperties>
  205. </CPlusPlusBuilder.Personality>
  206. <Deployment Version="3">
  207. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  208. <Platform Name="OSX64">
  209. <Overwrite>true</Overwrite>
  210. </Platform>
  211. </DeployFile>
  212. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  213. <Platform Name="Win32">
  214. <Overwrite>true</Overwrite>
  215. </Platform>
  216. </DeployFile>
  217. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  218. <Platform Name="Win32">
  219. <Overwrite>true</Overwrite>
  220. </Platform>
  221. </DeployFile>
  222. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  223. <Platform Name="OSX32">
  224. <Overwrite>true</Overwrite>
  225. </Platform>
  226. </DeployFile>
  227. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  228. <Platform Name="Win32">
  229. <Overwrite>true</Overwrite>
  230. </Platform>
  231. </DeployFile>
  232. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  233. <Platform Name="Win32">
  234. <Overwrite>true</Overwrite>
  235. </Platform>
  236. </DeployFile>
  237. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  238. <Platform Name="Win64">
  239. <Overwrite>true</Overwrite>
  240. </Platform>
  241. </DeployFile>
  242. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  243. <Platform Name="OSX32">
  244. <Overwrite>true</Overwrite>
  245. </Platform>
  246. </DeployFile>
  247. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  248. <Platform Name="Win32">
  249. <Overwrite>true</Overwrite>
  250. </Platform>
  251. </DeployFile>
  252. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  253. <Platform Name="OSX64">
  254. <Overwrite>true</Overwrite>
  255. </Platform>
  256. </DeployFile>
  257. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  258. <Platform Name="Win32">
  259. <Overwrite>true</Overwrite>
  260. </Platform>
  261. </DeployFile>
  262. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  263. <Platform Name="Win32">
  264. <Overwrite>true</Overwrite>
  265. </Platform>
  266. </DeployFile>
  267. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  268. <Platform Name="Win64">
  269. <Overwrite>true</Overwrite>
  270. </Platform>
  271. </DeployFile>
  272. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  273. <Platform Name="Win32">
  274. <Overwrite>true</Overwrite>
  275. </Platform>
  276. </DeployFile>
  277. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  278. <Platform Name="Win32">
  279. <Overwrite>true</Overwrite>
  280. </Platform>
  281. </DeployFile>
  282. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  283. <Platform Name="Win64">
  284. <Overwrite>true</Overwrite>
  285. </Platform>
  286. </DeployFile>
  287. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  288. <Platform Name="Win64">
  289. <Overwrite>true</Overwrite>
  290. </Platform>
  291. </DeployFile>
  292. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  293. <Platform Name="Win32">
  294. <Overwrite>true</Overwrite>
  295. </Platform>
  296. </DeployFile>
  297. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  298. <Platform Name="Win64">
  299. <Overwrite>true</Overwrite>
  300. </Platform>
  301. </DeployFile>
  302. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule">
  303. <Platform Name="Win64">
  304. <Overwrite>true</Overwrite>
  305. </Platform>
  306. </DeployFile>
  307. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule">
  308. <Platform Name="Win64">
  309. <Overwrite>true</Overwrite>
  310. </Platform>
  311. </DeployFile>
  312. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  313. <Platform Name="Win32">
  314. <Overwrite>true</Overwrite>
  315. </Platform>
  316. </DeployFile>
  317. <DeployClass Name="AdditionalDebugSymbols">
  318. <Platform Name="iOSSimulator">
  319. <Operation>1</Operation>
  320. </Platform>
  321. <Platform Name="OSX32">
  322. <RemoteDir>Contents\MacOS</RemoteDir>
  323. <Operation>1</Operation>
  324. </Platform>
  325. <Platform Name="Win32">
  326. <Operation>0</Operation>
  327. </Platform>
  328. </DeployClass>
  329. <DeployClass Name="AndroidClassesDexFile">
  330. <Platform Name="Android">
  331. <RemoteDir>classes</RemoteDir>
  332. <Operation>1</Operation>
  333. </Platform>
  334. </DeployClass>
  335. <DeployClass Name="AndroidFileProvider">
  336. <Platform Name="Android">
  337. <RemoteDir>res\xml</RemoteDir>
  338. <Operation>1</Operation>
  339. </Platform>
  340. </DeployClass>
  341. <DeployClass Name="AndroidGDBServer">
  342. <Platform Name="Android">
  343. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  344. <Operation>1</Operation>
  345. </Platform>
  346. </DeployClass>
  347. <DeployClass Name="AndroidLibnativeArmeabiFile">
  348. <Platform Name="Android">
  349. <RemoteDir>library\lib\armeabi</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. </DeployClass>
  353. <DeployClass Name="AndroidLibnativeMipsFile">
  354. <Platform Name="Android">
  355. <RemoteDir>library\lib\mips</RemoteDir>
  356. <Operation>1</Operation>
  357. </Platform>
  358. </DeployClass>
  359. <DeployClass Name="AndroidLibnativeX86File"/>
  360. <DeployClass Name="AndroidServiceOutput">
  361. <Platform Name="Android">
  362. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidSplashImageDef">
  367. <Platform Name="Android">
  368. <RemoteDir>res\drawable</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. </DeployClass>
  372. <DeployClass Name="AndroidSplashStyles">
  373. <Platform Name="Android">
  374. <RemoteDir>res\values</RemoteDir>
  375. <Operation>1</Operation>
  376. </Platform>
  377. </DeployClass>
  378. <DeployClass Name="AndroidSplashStylesV21">
  379. <Platform Name="Android">
  380. <RemoteDir>res\values-v21</RemoteDir>
  381. <Operation>1</Operation>
  382. </Platform>
  383. </DeployClass>
  384. <DeployClass Name="Android_Colors">
  385. <Platform Name="Android">
  386. <RemoteDir>res\values</RemoteDir>
  387. <Operation>1</Operation>
  388. </Platform>
  389. </DeployClass>
  390. <DeployClass Name="Android_DefaultAppIcon">
  391. <Platform Name="Android">
  392. <RemoteDir>res\drawable</RemoteDir>
  393. <Operation>1</Operation>
  394. </Platform>
  395. </DeployClass>
  396. <DeployClass Name="Android_LauncherIcon144">
  397. <Platform Name="Android">
  398. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="Android_LauncherIcon36">
  403. <Platform Name="Android">
  404. <RemoteDir>res\drawable-ldpi</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="Android_LauncherIcon48">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable-mdpi</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. </DeployClass>
  414. <DeployClass Name="Android_LauncherIcon72">
  415. <Platform Name="Android">
  416. <RemoteDir>res\drawable-hdpi</RemoteDir>
  417. <Operation>1</Operation>
  418. </Platform>
  419. </DeployClass>
  420. <DeployClass Name="Android_LauncherIcon96">
  421. <Platform Name="Android">
  422. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  423. <Operation>1</Operation>
  424. </Platform>
  425. </DeployClass>
  426. <DeployClass Name="Android_NotificationIcon24">
  427. <Platform Name="Android">
  428. <RemoteDir>res\drawable-mdpi</RemoteDir>
  429. <Operation>1</Operation>
  430. </Platform>
  431. </DeployClass>
  432. <DeployClass Name="Android_NotificationIcon36">
  433. <Platform Name="Android">
  434. <RemoteDir>res\drawable-hdpi</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="Android_NotificationIcon48">
  439. <Platform Name="Android">
  440. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. </DeployClass>
  444. <DeployClass Name="Android_NotificationIcon72">
  445. <Platform Name="Android">
  446. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  447. <Operation>1</Operation>
  448. </Platform>
  449. </DeployClass>
  450. <DeployClass Name="Android_NotificationIcon96">
  451. <Platform Name="Android">
  452. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  453. <Operation>1</Operation>
  454. </Platform>
  455. </DeployClass>
  456. <DeployClass Name="Android_SplashImage426">
  457. <Platform Name="Android">
  458. <RemoteDir>res\drawable-small</RemoteDir>
  459. <Operation>1</Operation>
  460. </Platform>
  461. </DeployClass>
  462. <DeployClass Name="Android_SplashImage470">
  463. <Platform Name="Android">
  464. <RemoteDir>res\drawable-normal</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_SplashImage640">
  469. <Platform Name="Android">
  470. <RemoteDir>res\drawable-large</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="Android_SplashImage960">
  475. <Platform Name="Android">
  476. <RemoteDir>res\drawable-xlarge</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. </DeployClass>
  480. <DeployClass Name="Android_Strings">
  481. <Platform Name="Android">
  482. <RemoteDir>res\values</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="DebugSymbols">
  487. <Platform Name="iOSSimulator">
  488. <Operation>1</Operation>
  489. </Platform>
  490. <Platform Name="OSX32">
  491. <RemoteDir>Contents\MacOS</RemoteDir>
  492. <Operation>1</Operation>
  493. </Platform>
  494. <Platform Name="Win32">
  495. <Operation>0</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="DependencyFramework">
  499. <Platform Name="OSX32">
  500. <RemoteDir>Contents\MacOS</RemoteDir>
  501. <Operation>1</Operation>
  502. <Extensions>.framework</Extensions>
  503. </Platform>
  504. <Platform Name="OSX64">
  505. <RemoteDir>Contents\MacOS</RemoteDir>
  506. <Operation>1</Operation>
  507. <Extensions>.framework</Extensions>
  508. </Platform>
  509. <Platform Name="Win32">
  510. <Operation>0</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="DependencyModule">
  514. <Platform Name="iOSDevice32">
  515. <Operation>1</Operation>
  516. <Extensions>.dylib</Extensions>
  517. </Platform>
  518. <Platform Name="iOSDevice64">
  519. <Operation>1</Operation>
  520. <Extensions>.dylib</Extensions>
  521. </Platform>
  522. <Platform Name="iOSSimulator">
  523. <Operation>1</Operation>
  524. <Extensions>.dylib</Extensions>
  525. </Platform>
  526. <Platform Name="OSX32">
  527. <RemoteDir>Contents\MacOS</RemoteDir>
  528. <Operation>1</Operation>
  529. <Extensions>.dylib</Extensions>
  530. </Platform>
  531. <Platform Name="OSX64">
  532. <RemoteDir>Contents\MacOS</RemoteDir>
  533. <Operation>1</Operation>
  534. <Extensions>.dylib</Extensions>
  535. </Platform>
  536. <Platform Name="Win32">
  537. <Operation>0</Operation>
  538. <Extensions>.dll;.bpl</Extensions>
  539. </Platform>
  540. </DeployClass>
  541. <DeployClass Required="true" Name="DependencyPackage">
  542. <Platform Name="iOSDevice32">
  543. <Operation>1</Operation>
  544. <Extensions>.dylib</Extensions>
  545. </Platform>
  546. <Platform Name="iOSDevice64">
  547. <Operation>1</Operation>
  548. <Extensions>.dylib</Extensions>
  549. </Platform>
  550. <Platform Name="iOSSimulator">
  551. <Operation>1</Operation>
  552. <Extensions>.dylib</Extensions>
  553. </Platform>
  554. <Platform Name="OSX32">
  555. <RemoteDir>Contents\MacOS</RemoteDir>
  556. <Operation>1</Operation>
  557. <Extensions>.dylib</Extensions>
  558. </Platform>
  559. <Platform Name="OSX64">
  560. <RemoteDir>Contents\MacOS</RemoteDir>
  561. <Operation>1</Operation>
  562. <Extensions>.dylib</Extensions>
  563. </Platform>
  564. <Platform Name="Win32">
  565. <Operation>0</Operation>
  566. <Extensions>.bpl</Extensions>
  567. </Platform>
  568. </DeployClass>
  569. <DeployClass Name="File">
  570. <Platform Name="Android">
  571. <Operation>0</Operation>
  572. </Platform>
  573. <Platform Name="iOSDevice32">
  574. <Operation>0</Operation>
  575. </Platform>
  576. <Platform Name="iOSDevice64">
  577. <Operation>0</Operation>
  578. </Platform>
  579. <Platform Name="iOSSimulator">
  580. <Operation>0</Operation>
  581. </Platform>
  582. <Platform Name="OSX32">
  583. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  584. <Operation>0</Operation>
  585. </Platform>
  586. <Platform Name="OSX64">
  587. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  588. <Operation>0</Operation>
  589. </Platform>
  590. <Platform Name="Win32">
  591. <Operation>0</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="iPad_Launch1024">
  595. <Platform Name="iOSDevice32">
  596. <Operation>1</Operation>
  597. </Platform>
  598. <Platform Name="iOSDevice64">
  599. <Operation>1</Operation>
  600. </Platform>
  601. <Platform Name="iOSSimulator">
  602. <Operation>1</Operation>
  603. </Platform>
  604. </DeployClass>
  605. <DeployClass Name="iPad_Launch1024x768">
  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_Launch1536">
  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_Launch1536x2048">
  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_Launch1668">
  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_Launch1668x2388">
  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_Launch2048">
  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_Launch2048x1536">
  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_Launch2048x2732">
  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_Launch2224">
  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_Launch2388x1668">
  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_Launch2732x2048">
  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_Launch768">
  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_Launch768x1024">
  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="iPhone_Launch1125">
  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_Launch1136x640">
  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_Launch1242">
  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_Launch1242x2688">
  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_Launch1334">
  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_Launch1792">
  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_Launch2208">
  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_Launch2436">
  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_Launch2688x1242">
  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_Launch320">
  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_Launch640">
  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_Launch640x1136">
  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_Launch750">
  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_Launch828">
  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="ProjectAndroidManifest">
  903. <Platform Name="Android">
  904. <Operation>1</Operation>
  905. </Platform>
  906. </DeployClass>
  907. <DeployClass Name="ProjectiOSDeviceDebug">
  908. <Platform Name="iOSDevice32">
  909. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  910. <Operation>1</Operation>
  911. </Platform>
  912. <Platform Name="iOSDevice64">
  913. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  914. <Operation>1</Operation>
  915. </Platform>
  916. </DeployClass>
  917. <DeployClass Name="ProjectiOSDeviceResourceRules">
  918. <Platform Name="iOSDevice32">
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="iOSDevice64">
  922. <Operation>1</Operation>
  923. </Platform>
  924. </DeployClass>
  925. <DeployClass Name="ProjectiOSEntitlements">
  926. <Platform Name="iOSDevice32">
  927. <RemoteDir>..\</RemoteDir>
  928. <Operation>1</Operation>
  929. </Platform>
  930. <Platform Name="iOSDevice64">
  931. <RemoteDir>..\</RemoteDir>
  932. <Operation>1</Operation>
  933. </Platform>
  934. </DeployClass>
  935. <DeployClass Name="ProjectiOSInfoPList">
  936. <Platform Name="iOSDevice32">
  937. <Operation>1</Operation>
  938. </Platform>
  939. <Platform Name="iOSDevice64">
  940. <Operation>1</Operation>
  941. </Platform>
  942. <Platform Name="iOSSimulator">
  943. <Operation>1</Operation>
  944. </Platform>
  945. </DeployClass>
  946. <DeployClass Name="ProjectiOSResource">
  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="ProjectOSXDebug">
  958. <Platform Name="OSX64">
  959. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  960. <Operation>1</Operation>
  961. </Platform>
  962. </DeployClass>
  963. <DeployClass Name="ProjectOSXEntitlements">
  964. <Platform Name="OSX32">
  965. <RemoteDir>..\</RemoteDir>
  966. <Operation>1</Operation>
  967. </Platform>
  968. <Platform Name="OSX64">
  969. <RemoteDir>..\</RemoteDir>
  970. <Operation>1</Operation>
  971. </Platform>
  972. </DeployClass>
  973. <DeployClass Name="ProjectOSXInfoPList">
  974. <Platform Name="OSX32">
  975. <RemoteDir>Contents</RemoteDir>
  976. <Operation>1</Operation>
  977. </Platform>
  978. <Platform Name="OSX64">
  979. <RemoteDir>Contents</RemoteDir>
  980. <Operation>1</Operation>
  981. </Platform>
  982. </DeployClass>
  983. <DeployClass Name="ProjectOSXResource">
  984. <Platform Name="OSX32">
  985. <RemoteDir>Contents\Resources</RemoteDir>
  986. <Operation>1</Operation>
  987. </Platform>
  988. <Platform Name="OSX64">
  989. <RemoteDir>Contents\Resources</RemoteDir>
  990. <Operation>1</Operation>
  991. </Platform>
  992. </DeployClass>
  993. <DeployClass Required="true" Name="ProjectOutput">
  994. <Platform Name="Android">
  995. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  996. <Operation>1</Operation>
  997. </Platform>
  998. <Platform Name="iOSDevice32">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. <Platform Name="iOSDevice64">
  1002. <Operation>1</Operation>
  1003. </Platform>
  1004. <Platform Name="iOSSimulator">
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. <Platform Name="Linux64">
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. <Platform Name="OSX32">
  1011. <RemoteDir>Contents\MacOS</RemoteDir>
  1012. <Operation>1</Operation>
  1013. </Platform>
  1014. <Platform Name="OSX64">
  1015. <RemoteDir>Contents\MacOS</RemoteDir>
  1016. <Operation>1</Operation>
  1017. </Platform>
  1018. <Platform Name="Win32">
  1019. <Operation>0</Operation>
  1020. </Platform>
  1021. </DeployClass>
  1022. <DeployClass Name="ProjectUWPManifest">
  1023. <Platform Name="Win32">
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. <Platform Name="Win64">
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. </DeployClass>
  1030. <DeployClass Name="UWP_CppLogo150">
  1031. <Platform Name="Win32">
  1032. <RemoteDir>Assets</RemoteDir>
  1033. <Operation>1</Operation>
  1034. </Platform>
  1035. <Platform Name="Win64">
  1036. <RemoteDir>Assets</RemoteDir>
  1037. <Operation>1</Operation>
  1038. </Platform>
  1039. </DeployClass>
  1040. <DeployClass Name="UWP_CppLogo44">
  1041. <Platform Name="Win32">
  1042. <RemoteDir>Assets</RemoteDir>
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="Win64">
  1046. <RemoteDir>Assets</RemoteDir>
  1047. <Operation>1</Operation>
  1048. </Platform>
  1049. </DeployClass>
  1050. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1051. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1052. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1053. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1054. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1055. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1056. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1057. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1058. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1059. </Deployment>
  1060. <Platforms>
  1061. <Platform value="Win32">True</Platform>
  1062. <Platform value="Win64">False</Platform>
  1063. </Platforms>
  1064. </BorlandProject>
  1065. <ProjectFileVersion>12</ProjectFileVersion>
  1066. </ProjectExtensions>
  1067. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1068. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1069. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1070. </Project>