Dynamictexture.cbproj 55 KB

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