MatScript.cbproj 55 KB

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