2
0

mirror.cbproj 55 KB

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