CubemapC.cbproj 81 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{4796E136-A992-45B6-85B8-35B7FB2D4BC0}</ProjectGuid>
  4. <ProjectVersion>19.4</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>CubemapC.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>CubemapC</SanitizedProjectName>
  62. <ProjectType>CppVCLApplication</ProjectType>
  63. <Multithreaded>true</Multithreaded>
  64. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\materials\cubemap\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  65. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  66. <IncludePath>D:\GLScene\Samples\CPP\Demos\materials\cubemap\;$(IncludePath)</IncludePath>
  67. <_TCHARMapping>wchar_t</_TCHARMapping>
  68. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  69. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  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. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  81. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  82. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  83. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  84. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  85. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  86. <VerInfo_Locale>1033</VerInfo_Locale>
  87. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  88. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  89. <VerInfo_Keys>CompanyName=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(ModuleName);FileDescription=$(ModuleName);ProductName=$(ModuleName)</VerInfo_Keys>
  90. </PropertyGroup>
  91. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  92. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  93. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  94. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  95. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  96. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  97. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  98. <VerInfo_Locale>1033</VerInfo_Locale>
  99. <VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProgramID=com.embarcadero.$(MSBuildProjectName);ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  100. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_Physics_RT;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLScene_Sounds_RT;IndyProtocols;DBXMySQLDriver;dbxcds;MetropolisUILiveTile;bindengine;vclactnband;vcldb;soaprtl;bindcompdbx;vcldsnap;bindcompvcl;FMXTee;TeeUI;vclie;GR32_DSGN_RSXE3;DBXDb2Driver;vcltouch;bcbsmp;websnap;DBXOracleDriver;CustomIPTransport;vclribbon;VclSmp;dsnap;DBXInformixDriver;IndyIPServer;fmxase;vcl;DataSnapConnectors;IndyCore;GLScene_Sounds_RT;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  101. <BT_BuildType>Debug</BT_BuildType>
  102. </PropertyGroup>
  103. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  104. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  105. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  106. <DCC_Optimize>false</DCC_Optimize>
  107. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  108. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  109. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  110. <DCC_Define>DEBUG</DCC_Define>
  111. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  112. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  113. <BCC_StackFrames>true</BCC_StackFrames>
  114. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  115. <TASM_Debugging>Full</TASM_Debugging>
  116. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  117. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  118. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  119. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  120. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  121. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  122. </PropertyGroup>
  123. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  124. <BT_BuildType>Debug</BT_BuildType>
  125. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  126. <Defines>_DEBUG;$(Defines)</Defines>
  127. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  128. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  129. <VerInfo_Locale>1033</VerInfo_Locale>
  130. <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>
  131. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  132. </PropertyGroup>
  133. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  134. <Defines>_DEBUG;$(Defines)</Defines>
  135. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  136. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  137. <LinkPackageImports>rtl.bpi;vcl.bpi;GLScene_RT.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi</LinkPackageImports>
  138. </PropertyGroup>
  139. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  140. <TASM_Debugging>None</TASM_Debugging>
  141. </PropertyGroup>
  142. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  143. <Defines>NDEBUG;$(Defines)</Defines>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  146. <Defines>NDEBUG;$(Defines)</Defines>
  147. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  148. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  149. </PropertyGroup>
  150. <ItemGroup>
  151. <CppCompile Include="CubemapC.cpp">
  152. <BuildOrder>0</BuildOrder>
  153. </CppCompile>
  154. <CppCompile Include="fCubeMapC.cpp">
  155. <Form>Form1</Form>
  156. <FormType>dfm</FormType>
  157. <DependentOn>fCubeMapC.h</DependentOn>
  158. <BuildOrder>2</BuildOrder>
  159. </CppCompile>
  160. <FormResources Include="fCubeMapC.dfm"/>
  161. <BuildConfiguration Include="Base">
  162. <Key>Base</Key>
  163. </BuildConfiguration>
  164. <BuildConfiguration Include="Debug">
  165. <Key>Cfg_1</Key>
  166. <CfgParent>Base</CfgParent>
  167. </BuildConfiguration>
  168. <BuildConfiguration Include="Release">
  169. <Key>Cfg_2</Key>
  170. <CfgParent>Base</CfgParent>
  171. </BuildConfiguration>
  172. </ItemGroup>
  173. <ProjectExtensions>
  174. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  175. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  176. <BorlandProject>
  177. <CPlusPlusBuilder.Personality>
  178. <Source>
  179. <Source Name="MainSource">CubemapC.cpp</Source>
  180. </Source>
  181. <VersionInfo>
  182. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  183. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  184. <VersionInfo Name="MajorVer">1</VersionInfo>
  185. <VersionInfo Name="MinorVer">0</VersionInfo>
  186. <VersionInfo Name="Release">0</VersionInfo>
  187. <VersionInfo Name="Build">0</VersionInfo>
  188. <VersionInfo Name="Debug">False</VersionInfo>
  189. <VersionInfo Name="PreRelease">False</VersionInfo>
  190. <VersionInfo Name="Special">False</VersionInfo>
  191. <VersionInfo Name="Private">False</VersionInfo>
  192. <VersionInfo Name="DLL">False</VersionInfo>
  193. <VersionInfo Name="Locale">1049</VersionInfo>
  194. <VersionInfo Name="CodePage">1251</VersionInfo>
  195. </VersionInfo>
  196. <VersionInfoKeys>
  197. <VersionInfoKeys Name="CompanyName"/>
  198. <VersionInfoKeys Name="FileDescription"/>
  199. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  200. <VersionInfoKeys Name="InternalName"/>
  201. <VersionInfoKeys Name="LegalCopyright"/>
  202. <VersionInfoKeys Name="LegalTrademarks"/>
  203. <VersionInfoKeys Name="OriginalFilename"/>
  204. <VersionInfoKeys Name="ProductName"/>
  205. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  206. <VersionInfoKeys Name="Comments"/>
  207. <VersionInfoKeys Name="CFBundleName"/>
  208. <VersionInfoKeys Name="CFBundleDisplayName"/>
  209. <VersionInfoKeys Name="CFBundleIdentifier"/>
  210. <VersionInfoKeys Name="CFBundleVersion"/>
  211. <VersionInfoKeys Name="CFBundlePackageType"/>
  212. <VersionInfoKeys Name="CFBundleSignature"/>
  213. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  214. <VersionInfoKeys Name="CFBundleExecutable"/>
  215. </VersionInfoKeys>
  216. <ProjectProperties>
  217. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  218. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  219. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  220. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  221. </ProjectProperties>
  222. <Excluded_Packages>
  223. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k280.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  224. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp280.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  225. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  226. <Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  227. </Excluded_Packages>
  228. </CPlusPlusBuilder.Personality>
  229. <Deployment Version="3">
  230. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  231. <Platform Name="Win64">
  232. <Overwrite>true</Overwrite>
  233. </Platform>
  234. </DeployFile>
  235. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64220.dll" Class="DependencyModule">
  236. <Platform Name="Win64">
  237. <Overwrite>true</Overwrite>
  238. </Platform>
  239. </DeployFile>
  240. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64220mt.dll" Class="DependencyModule">
  241. <Platform Name="Win64">
  242. <Overwrite>true</Overwrite>
  243. </Platform>
  244. </DeployFile>
  245. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule">
  246. <Platform Name="Win64">
  247. <Overwrite>true</Overwrite>
  248. </Platform>
  249. </DeployFile>
  250. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule">
  251. <Platform Name="Win64">
  252. <Overwrite>true</Overwrite>
  253. </Platform>
  254. </DeployFile>
  255. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule">
  256. <Platform Name="Win64">
  257. <Overwrite>true</Overwrite>
  258. </Platform>
  259. </DeployFile>
  260. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule">
  261. <Platform Name="Win64">
  262. <Overwrite>true</Overwrite>
  263. </Platform>
  264. </DeployFile>
  265. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule">
  266. <Platform Name="Win64">
  267. <Overwrite>true</Overwrite>
  268. </Platform>
  269. </DeployFile>
  270. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule">
  271. <Platform Name="Win64">
  272. <Overwrite>true</Overwrite>
  273. </Platform>
  274. </DeployFile>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64270.dll" Class="DependencyModule">
  276. <Platform Name="Win64">
  277. <Overwrite>true</Overwrite>
  278. </Platform>
  279. </DeployFile>
  280. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64270mt.dll" Class="DependencyModule">
  281. <Platform Name="Win64">
  282. <Overwrite>true</Overwrite>
  283. </Platform>
  284. </DeployFile>
  285. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.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\cc64280mt.dll" Class="DependencyModule">
  291. <Platform Name="Win64">
  292. <Overwrite>true</Overwrite>
  293. </Platform>
  294. </DeployFile>
  295. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  296. <Platform Name="Win32">
  297. <Overwrite>true</Overwrite>
  298. </Platform>
  299. </DeployFile>
  300. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32220.dll" Class="DependencyModule">
  301. <Platform Name="Win32">
  302. <Overwrite>true</Overwrite>
  303. </Platform>
  304. </DeployFile>
  305. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32220mt.dll" Class="DependencyModule">
  306. <Platform Name="Win32">
  307. <Overwrite>true</Overwrite>
  308. </Platform>
  309. </DeployFile>
  310. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule">
  311. <Platform Name="Win32">
  312. <Overwrite>true</Overwrite>
  313. </Platform>
  314. </DeployFile>
  315. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule">
  316. <Platform Name="Win32">
  317. <Overwrite>true</Overwrite>
  318. </Platform>
  319. </DeployFile>
  320. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule">
  321. <Platform Name="Win32">
  322. <Overwrite>true</Overwrite>
  323. </Platform>
  324. </DeployFile>
  325. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule">
  326. <Platform Name="Win32">
  327. <Overwrite>true</Overwrite>
  328. </Platform>
  329. </DeployFile>
  330. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule">
  331. <Platform Name="Win32">
  332. <Overwrite>true</Overwrite>
  333. </Platform>
  334. </DeployFile>
  335. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule">
  336. <Platform Name="Win32">
  337. <Overwrite>true</Overwrite>
  338. </Platform>
  339. </DeployFile>
  340. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32270.dll" Class="DependencyModule">
  341. <Platform Name="Win32">
  342. <Overwrite>true</Overwrite>
  343. </Platform>
  344. </DeployFile>
  345. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32270mt.dll" Class="DependencyModule">
  346. <Platform Name="Win32">
  347. <Overwrite>true</Overwrite>
  348. </Platform>
  349. </DeployFile>
  350. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule">
  351. <Platform Name="Win32">
  352. <Overwrite>true</Overwrite>
  353. </Platform>
  354. </DeployFile>
  355. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule">
  356. <Platform Name="Win32">
  357. <Overwrite>true</Overwrite>
  358. </Platform>
  359. </DeployFile>
  360. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule">
  361. <Platform Name="Win32">
  362. <Overwrite>true</Overwrite>
  363. </Platform>
  364. </DeployFile>
  365. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule">
  366. <Platform Name="Win32">
  367. <Overwrite>true</Overwrite>
  368. </Platform>
  369. </DeployFile>
  370. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule">
  371. <Platform Name="Win32">
  372. <Overwrite>true</Overwrite>
  373. </Platform>
  374. </DeployFile>
  375. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule">
  376. <Platform Name="Win32">
  377. <Overwrite>true</Overwrite>
  378. </Platform>
  379. </DeployFile>
  380. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c270.dll" Class="DependencyModule">
  381. <Platform Name="Win32">
  382. <Overwrite>true</Overwrite>
  383. </Platform>
  384. </DeployFile>
  385. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c270mt.dll" Class="DependencyModule">
  386. <Platform Name="Win32">
  387. <Overwrite>true</Overwrite>
  388. </Platform>
  389. </DeployFile>
  390. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule">
  391. <Platform Name="Win32">
  392. <Overwrite>true</Overwrite>
  393. </Platform>
  394. </DeployFile>
  395. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule">
  396. <Platform Name="Win32">
  397. <Overwrite>true</Overwrite>
  398. </Platform>
  399. </DeployFile>
  400. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  401. <Platform Name="OSX32">
  402. <Overwrite>true</Overwrite>
  403. </Platform>
  404. </DeployFile>
  405. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  406. <Platform Name="OSX32">
  407. <Overwrite>true</Overwrite>
  408. </Platform>
  409. </DeployFile>
  410. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule">
  411. <Platform Name="OSX64">
  412. <Overwrite>true</Overwrite>
  413. </Platform>
  414. </DeployFile>
  415. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule">
  416. <Platform Name="OSX64">
  417. <Overwrite>true</Overwrite>
  418. </Platform>
  419. </DeployFile>
  420. <DeployFile LocalName=".\Win32\Debug\CubemapC.exe" Configuration="Debug" Class="ProjectOutput">
  421. <Platform Name="Win32">
  422. <RemoteName>CubemapC.exe</RemoteName>
  423. <Overwrite>true</Overwrite>
  424. </Platform>
  425. </DeployFile>
  426. <DeployFile LocalName=".\Win32\Debug\CubemapC.tds" Configuration="Debug" Class="DebugSymbols">
  427. <Platform Name="Win32">
  428. <RemoteName>CubemapC.tds</RemoteName>
  429. <Overwrite>true</Overwrite>
  430. </Platform>
  431. </DeployFile>
  432. <DeployClass Name="AdditionalDebugSymbols">
  433. <Platform Name="iOSSimulator">
  434. <Operation>1</Operation>
  435. </Platform>
  436. <Platform Name="OSX32">
  437. <RemoteDir>Contents\MacOS</RemoteDir>
  438. <Operation>1</Operation>
  439. </Platform>
  440. <Platform Name="Win32">
  441. <Operation>0</Operation>
  442. </Platform>
  443. </DeployClass>
  444. <DeployClass Name="AndroidClasses">
  445. <Platform Name="Android">
  446. <RemoteDir>classes</RemoteDir>
  447. <Operation>64</Operation>
  448. </Platform>
  449. <Platform Name="Android64">
  450. <RemoteDir>classes</RemoteDir>
  451. <Operation>64</Operation>
  452. </Platform>
  453. </DeployClass>
  454. <DeployClass Name="AndroidClassesDexFile">
  455. <Platform Name="Android">
  456. <RemoteDir>classes</RemoteDir>
  457. <Operation>1</Operation>
  458. </Platform>
  459. </DeployClass>
  460. <DeployClass Name="AndroidFileProvider">
  461. <Platform Name="Android">
  462. <RemoteDir>res\xml</RemoteDir>
  463. <Operation>1</Operation>
  464. </Platform>
  465. <Platform Name="Android64">
  466. <RemoteDir>res\xml</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. </DeployClass>
  470. <DeployClass Name="AndroidGDBServer">
  471. <Platform Name="Android">
  472. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  473. <Operation>1</Operation>
  474. </Platform>
  475. </DeployClass>
  476. <DeployClass Name="AndroidLibnativeArmeabiFile">
  477. <Platform Name="Android">
  478. <RemoteDir>library\lib\armeabi</RemoteDir>
  479. <Operation>1</Operation>
  480. </Platform>
  481. <Platform Name="Android64">
  482. <RemoteDir>library\lib\armeabi</RemoteDir>
  483. <Operation>1</Operation>
  484. </Platform>
  485. </DeployClass>
  486. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  487. <Platform Name="Android64">
  488. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  489. <Operation>1</Operation>
  490. </Platform>
  491. </DeployClass>
  492. <DeployClass Name="AndroidLibnativeMipsFile">
  493. <Platform Name="Android">
  494. <RemoteDir>library\lib\mips</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. <Platform Name="Android64">
  498. <RemoteDir>library\lib\mips</RemoteDir>
  499. <Operation>1</Operation>
  500. </Platform>
  501. </DeployClass>
  502. <DeployClass Name="AndroidLibnativeX86File"/>
  503. <DeployClass Name="AndroidServiceOutput">
  504. <Platform Name="Android">
  505. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  506. <Operation>1</Operation>
  507. </Platform>
  508. <Platform Name="Android64">
  509. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  510. <Operation>1</Operation>
  511. </Platform>
  512. </DeployClass>
  513. <DeployClass Name="AndroidServiceOutput_Android32">
  514. <Platform Name="Android64">
  515. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  516. <Operation>1</Operation>
  517. </Platform>
  518. </DeployClass>
  519. <DeployClass Name="AndroidSplashImageDef">
  520. <Platform Name="Android">
  521. <RemoteDir>res\drawable</RemoteDir>
  522. <Operation>1</Operation>
  523. </Platform>
  524. <Platform Name="Android64">
  525. <RemoteDir>res\drawable</RemoteDir>
  526. <Operation>1</Operation>
  527. </Platform>
  528. </DeployClass>
  529. <DeployClass Name="AndroidSplashStyles">
  530. <Platform Name="Android">
  531. <RemoteDir>res\values</RemoteDir>
  532. <Operation>1</Operation>
  533. </Platform>
  534. <Platform Name="Android64">
  535. <RemoteDir>res\values</RemoteDir>
  536. <Operation>1</Operation>
  537. </Platform>
  538. </DeployClass>
  539. <DeployClass Name="AndroidSplashStylesV21">
  540. <Platform Name="Android">
  541. <RemoteDir>res\values-v21</RemoteDir>
  542. <Operation>1</Operation>
  543. </Platform>
  544. <Platform Name="Android64">
  545. <RemoteDir>res\values-v21</RemoteDir>
  546. <Operation>1</Operation>
  547. </Platform>
  548. </DeployClass>
  549. <DeployClass Name="Android_Colors">
  550. <Platform Name="Android">
  551. <RemoteDir>res\values</RemoteDir>
  552. <Operation>1</Operation>
  553. </Platform>
  554. <Platform Name="Android64">
  555. <RemoteDir>res\values</RemoteDir>
  556. <Operation>1</Operation>
  557. </Platform>
  558. </DeployClass>
  559. <DeployClass Name="Android_DefaultAppIcon">
  560. <Platform Name="Android">
  561. <RemoteDir>res\drawable</RemoteDir>
  562. <Operation>1</Operation>
  563. </Platform>
  564. <Platform Name="Android64">
  565. <RemoteDir>res\drawable</RemoteDir>
  566. <Operation>1</Operation>
  567. </Platform>
  568. </DeployClass>
  569. <DeployClass Name="Android_LauncherIcon144">
  570. <Platform Name="Android">
  571. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  572. <Operation>1</Operation>
  573. </Platform>
  574. <Platform Name="Android64">
  575. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  576. <Operation>1</Operation>
  577. </Platform>
  578. </DeployClass>
  579. <DeployClass Name="Android_LauncherIcon192">
  580. <Platform Name="Android">
  581. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  582. <Operation>1</Operation>
  583. </Platform>
  584. <Platform Name="Android64">
  585. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  586. <Operation>1</Operation>
  587. </Platform>
  588. </DeployClass>
  589. <DeployClass Name="Android_LauncherIcon36">
  590. <Platform Name="Android">
  591. <RemoteDir>res\drawable-ldpi</RemoteDir>
  592. <Operation>1</Operation>
  593. </Platform>
  594. <Platform Name="Android64">
  595. <RemoteDir>res\drawable-ldpi</RemoteDir>
  596. <Operation>1</Operation>
  597. </Platform>
  598. </DeployClass>
  599. <DeployClass Name="Android_LauncherIcon48">
  600. <Platform Name="Android">
  601. <RemoteDir>res\drawable-mdpi</RemoteDir>
  602. <Operation>1</Operation>
  603. </Platform>
  604. <Platform Name="Android64">
  605. <RemoteDir>res\drawable-mdpi</RemoteDir>
  606. <Operation>1</Operation>
  607. </Platform>
  608. </DeployClass>
  609. <DeployClass Name="Android_LauncherIcon72">
  610. <Platform Name="Android">
  611. <RemoteDir>res\drawable-hdpi</RemoteDir>
  612. <Operation>1</Operation>
  613. </Platform>
  614. <Platform Name="Android64">
  615. <RemoteDir>res\drawable-hdpi</RemoteDir>
  616. <Operation>1</Operation>
  617. </Platform>
  618. </DeployClass>
  619. <DeployClass Name="Android_LauncherIcon96">
  620. <Platform Name="Android">
  621. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  622. <Operation>1</Operation>
  623. </Platform>
  624. <Platform Name="Android64">
  625. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  626. <Operation>1</Operation>
  627. </Platform>
  628. </DeployClass>
  629. <DeployClass Name="Android_NotificationIcon24">
  630. <Platform Name="Android">
  631. <RemoteDir>res\drawable-mdpi</RemoteDir>
  632. <Operation>1</Operation>
  633. </Platform>
  634. <Platform Name="Android64">
  635. <RemoteDir>res\drawable-mdpi</RemoteDir>
  636. <Operation>1</Operation>
  637. </Platform>
  638. </DeployClass>
  639. <DeployClass Name="Android_NotificationIcon36">
  640. <Platform Name="Android">
  641. <RemoteDir>res\drawable-hdpi</RemoteDir>
  642. <Operation>1</Operation>
  643. </Platform>
  644. <Platform Name="Android64">
  645. <RemoteDir>res\drawable-hdpi</RemoteDir>
  646. <Operation>1</Operation>
  647. </Platform>
  648. </DeployClass>
  649. <DeployClass Name="Android_NotificationIcon48">
  650. <Platform Name="Android">
  651. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  652. <Operation>1</Operation>
  653. </Platform>
  654. <Platform Name="Android64">
  655. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  656. <Operation>1</Operation>
  657. </Platform>
  658. </DeployClass>
  659. <DeployClass Name="Android_NotificationIcon72">
  660. <Platform Name="Android">
  661. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  662. <Operation>1</Operation>
  663. </Platform>
  664. <Platform Name="Android64">
  665. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  666. <Operation>1</Operation>
  667. </Platform>
  668. </DeployClass>
  669. <DeployClass Name="Android_NotificationIcon96">
  670. <Platform Name="Android">
  671. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  672. <Operation>1</Operation>
  673. </Platform>
  674. <Platform Name="Android64">
  675. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  676. <Operation>1</Operation>
  677. </Platform>
  678. </DeployClass>
  679. <DeployClass Name="Android_SplashImage426">
  680. <Platform Name="Android">
  681. <RemoteDir>res\drawable-small</RemoteDir>
  682. <Operation>1</Operation>
  683. </Platform>
  684. <Platform Name="Android64">
  685. <RemoteDir>res\drawable-small</RemoteDir>
  686. <Operation>1</Operation>
  687. </Platform>
  688. </DeployClass>
  689. <DeployClass Name="Android_SplashImage470">
  690. <Platform Name="Android">
  691. <RemoteDir>res\drawable-normal</RemoteDir>
  692. <Operation>1</Operation>
  693. </Platform>
  694. <Platform Name="Android64">
  695. <RemoteDir>res\drawable-normal</RemoteDir>
  696. <Operation>1</Operation>
  697. </Platform>
  698. </DeployClass>
  699. <DeployClass Name="Android_SplashImage640">
  700. <Platform Name="Android">
  701. <RemoteDir>res\drawable-large</RemoteDir>
  702. <Operation>1</Operation>
  703. </Platform>
  704. <Platform Name="Android64">
  705. <RemoteDir>res\drawable-large</RemoteDir>
  706. <Operation>1</Operation>
  707. </Platform>
  708. </DeployClass>
  709. <DeployClass Name="Android_SplashImage960">
  710. <Platform Name="Android">
  711. <RemoteDir>res\drawable-xlarge</RemoteDir>
  712. <Operation>1</Operation>
  713. </Platform>
  714. <Platform Name="Android64">
  715. <RemoteDir>res\drawable-xlarge</RemoteDir>
  716. <Operation>1</Operation>
  717. </Platform>
  718. </DeployClass>
  719. <DeployClass Name="Android_Strings">
  720. <Platform Name="Android">
  721. <RemoteDir>res\values</RemoteDir>
  722. <Operation>1</Operation>
  723. </Platform>
  724. <Platform Name="Android64">
  725. <RemoteDir>res\values</RemoteDir>
  726. <Operation>1</Operation>
  727. </Platform>
  728. </DeployClass>
  729. <DeployClass Name="DebugSymbols">
  730. <Platform Name="iOSSimulator">
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="OSX32">
  734. <RemoteDir>Contents\MacOS</RemoteDir>
  735. <Operation>1</Operation>
  736. </Platform>
  737. <Platform Name="Win32">
  738. <Operation>0</Operation>
  739. </Platform>
  740. </DeployClass>
  741. <DeployClass Name="DependencyFramework">
  742. <Platform Name="OSX32">
  743. <RemoteDir>Contents\MacOS</RemoteDir>
  744. <Operation>1</Operation>
  745. <Extensions>.framework</Extensions>
  746. </Platform>
  747. <Platform Name="OSX64">
  748. <RemoteDir>Contents\MacOS</RemoteDir>
  749. <Operation>1</Operation>
  750. <Extensions>.framework</Extensions>
  751. </Platform>
  752. <Platform Name="OSXARM64">
  753. <RemoteDir>Contents\MacOS</RemoteDir>
  754. <Operation>1</Operation>
  755. <Extensions>.framework</Extensions>
  756. </Platform>
  757. <Platform Name="Win32">
  758. <Operation>0</Operation>
  759. </Platform>
  760. </DeployClass>
  761. <DeployClass Name="DependencyModule">
  762. <Platform Name="iOSDevice32">
  763. <Operation>1</Operation>
  764. <Extensions>.dylib</Extensions>
  765. </Platform>
  766. <Platform Name="iOSDevice64">
  767. <Operation>1</Operation>
  768. <Extensions>.dylib</Extensions>
  769. </Platform>
  770. <Platform Name="iOSSimulator">
  771. <Operation>1</Operation>
  772. <Extensions>.dylib</Extensions>
  773. </Platform>
  774. <Platform Name="OSX32">
  775. <RemoteDir>Contents\MacOS</RemoteDir>
  776. <Operation>1</Operation>
  777. <Extensions>.dylib</Extensions>
  778. </Platform>
  779. <Platform Name="OSX64">
  780. <RemoteDir>Contents\MacOS</RemoteDir>
  781. <Operation>1</Operation>
  782. <Extensions>.dylib</Extensions>
  783. </Platform>
  784. <Platform Name="OSXARM64">
  785. <RemoteDir>Contents\MacOS</RemoteDir>
  786. <Operation>1</Operation>
  787. <Extensions>.dylib</Extensions>
  788. </Platform>
  789. <Platform Name="Win32">
  790. <Operation>0</Operation>
  791. <Extensions>.dll;.bpl</Extensions>
  792. </Platform>
  793. </DeployClass>
  794. <DeployClass Required="true" Name="DependencyPackage">
  795. <Platform Name="iOSDevice32">
  796. <Operation>1</Operation>
  797. <Extensions>.dylib</Extensions>
  798. </Platform>
  799. <Platform Name="iOSDevice64">
  800. <Operation>1</Operation>
  801. <Extensions>.dylib</Extensions>
  802. </Platform>
  803. <Platform Name="iOSSimulator">
  804. <Operation>1</Operation>
  805. <Extensions>.dylib</Extensions>
  806. </Platform>
  807. <Platform Name="OSX32">
  808. <RemoteDir>Contents\MacOS</RemoteDir>
  809. <Operation>1</Operation>
  810. <Extensions>.dylib</Extensions>
  811. </Platform>
  812. <Platform Name="OSX64">
  813. <RemoteDir>Contents\MacOS</RemoteDir>
  814. <Operation>1</Operation>
  815. <Extensions>.dylib</Extensions>
  816. </Platform>
  817. <Platform Name="OSXARM64">
  818. <RemoteDir>Contents\MacOS</RemoteDir>
  819. <Operation>1</Operation>
  820. <Extensions>.dylib</Extensions>
  821. </Platform>
  822. <Platform Name="Win32">
  823. <Operation>0</Operation>
  824. <Extensions>.bpl</Extensions>
  825. </Platform>
  826. </DeployClass>
  827. <DeployClass Name="File">
  828. <Platform Name="Android">
  829. <Operation>0</Operation>
  830. </Platform>
  831. <Platform Name="Android64">
  832. <Operation>0</Operation>
  833. </Platform>
  834. <Platform Name="iOSDevice32">
  835. <Operation>0</Operation>
  836. </Platform>
  837. <Platform Name="iOSDevice64">
  838. <Operation>0</Operation>
  839. </Platform>
  840. <Platform Name="iOSSimulator">
  841. <Operation>0</Operation>
  842. </Platform>
  843. <Platform Name="OSX32">
  844. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  845. <Operation>0</Operation>
  846. </Platform>
  847. <Platform Name="OSX64">
  848. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  849. <Operation>0</Operation>
  850. </Platform>
  851. <Platform Name="OSXARM64">
  852. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  853. <Operation>0</Operation>
  854. </Platform>
  855. <Platform Name="Win32">
  856. <Operation>0</Operation>
  857. </Platform>
  858. </DeployClass>
  859. <DeployClass Name="iOS_AppStore1024">
  860. <Platform Name="iOSDevice64">
  861. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  862. <Operation>1</Operation>
  863. </Platform>
  864. </DeployClass>
  865. <DeployClass Name="iPad_AppIcon152">
  866. <Platform Name="iOSDevice64">
  867. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  868. <Operation>1</Operation>
  869. </Platform>
  870. <Platform Name="iOSSimulator">
  871. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  872. <Operation>1</Operation>
  873. </Platform>
  874. </DeployClass>
  875. <DeployClass Name="iPad_AppIcon167">
  876. <Platform Name="iOSDevice64">
  877. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  878. <Operation>1</Operation>
  879. </Platform>
  880. <Platform Name="iOSSimulator">
  881. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  882. <Operation>1</Operation>
  883. </Platform>
  884. </DeployClass>
  885. <DeployClass Name="iPad_Launch1024">
  886. <Platform Name="iOSDevice32">
  887. <Operation>1</Operation>
  888. </Platform>
  889. <Platform Name="iOSDevice64">
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="iOSSimulator">
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Name="iPad_Launch1024x768">
  897. <Platform Name="iOSDevice32">
  898. <Operation>1</Operation>
  899. </Platform>
  900. <Platform Name="iOSDevice64">
  901. <Operation>1</Operation>
  902. </Platform>
  903. <Platform Name="iOSSimulator">
  904. <Operation>1</Operation>
  905. </Platform>
  906. </DeployClass>
  907. <DeployClass Name="iPad_Launch1536">
  908. <Platform Name="iOSDevice32">
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="iOSDevice64">
  912. <Operation>1</Operation>
  913. </Platform>
  914. <Platform Name="iOSSimulator">
  915. <Operation>1</Operation>
  916. </Platform>
  917. </DeployClass>
  918. <DeployClass Name="iPad_Launch1536x2048">
  919. <Platform Name="iOSDevice32">
  920. <Operation>1</Operation>
  921. </Platform>
  922. <Platform Name="iOSDevice64">
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="iOSSimulator">
  926. <Operation>1</Operation>
  927. </Platform>
  928. </DeployClass>
  929. <DeployClass Name="iPad_Launch1668">
  930. <Platform Name="iOSDevice32">
  931. <Operation>1</Operation>
  932. </Platform>
  933. <Platform Name="iOSDevice64">
  934. <Operation>1</Operation>
  935. </Platform>
  936. <Platform Name="iOSSimulator">
  937. <Operation>1</Operation>
  938. </Platform>
  939. </DeployClass>
  940. <DeployClass Name="iPad_Launch1668x2388">
  941. <Platform Name="iOSDevice32">
  942. <Operation>1</Operation>
  943. </Platform>
  944. <Platform Name="iOSDevice64">
  945. <Operation>1</Operation>
  946. </Platform>
  947. <Platform Name="iOSSimulator">
  948. <Operation>1</Operation>
  949. </Platform>
  950. </DeployClass>
  951. <DeployClass Name="iPad_Launch2048">
  952. <Platform Name="iOSDevice32">
  953. <Operation>1</Operation>
  954. </Platform>
  955. <Platform Name="iOSDevice64">
  956. <Operation>1</Operation>
  957. </Platform>
  958. <Platform Name="iOSSimulator">
  959. <Operation>1</Operation>
  960. </Platform>
  961. </DeployClass>
  962. <DeployClass Name="iPad_Launch2048x1536">
  963. <Platform Name="iOSDevice32">
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="iOSDevice64">
  967. <Operation>1</Operation>
  968. </Platform>
  969. <Platform Name="iOSSimulator">
  970. <Operation>1</Operation>
  971. </Platform>
  972. </DeployClass>
  973. <DeployClass Name="iPad_Launch2048x2732">
  974. <Platform Name="iOSDevice32">
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="iOSDevice64">
  978. <Operation>1</Operation>
  979. </Platform>
  980. <Platform Name="iOSSimulator">
  981. <Operation>1</Operation>
  982. </Platform>
  983. </DeployClass>
  984. <DeployClass Name="iPad_Launch2224">
  985. <Platform Name="iOSDevice32">
  986. <Operation>1</Operation>
  987. </Platform>
  988. <Platform Name="iOSDevice64">
  989. <Operation>1</Operation>
  990. </Platform>
  991. <Platform Name="iOSSimulator">
  992. <Operation>1</Operation>
  993. </Platform>
  994. </DeployClass>
  995. <DeployClass Name="iPad_Launch2388x1668">
  996. <Platform Name="iOSDevice32">
  997. <Operation>1</Operation>
  998. </Platform>
  999. <Platform Name="iOSDevice64">
  1000. <Operation>1</Operation>
  1001. </Platform>
  1002. <Platform Name="iOSSimulator">
  1003. <Operation>1</Operation>
  1004. </Platform>
  1005. </DeployClass>
  1006. <DeployClass Name="iPad_Launch2732x2048">
  1007. <Platform Name="iOSDevice32">
  1008. <Operation>1</Operation>
  1009. </Platform>
  1010. <Platform Name="iOSDevice64">
  1011. <Operation>1</Operation>
  1012. </Platform>
  1013. <Platform Name="iOSSimulator">
  1014. <Operation>1</Operation>
  1015. </Platform>
  1016. </DeployClass>
  1017. <DeployClass Name="iPad_Launch2x">
  1018. <Platform Name="iOSDevice64">
  1019. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1020. <Operation>1</Operation>
  1021. </Platform>
  1022. <Platform Name="iOSSimulator">
  1023. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1024. <Operation>1</Operation>
  1025. </Platform>
  1026. </DeployClass>
  1027. <DeployClass Name="iPad_Launch768">
  1028. <Platform Name="iOSDevice32">
  1029. <Operation>1</Operation>
  1030. </Platform>
  1031. <Platform Name="iOSDevice64">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSSimulator">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. </DeployClass>
  1038. <DeployClass Name="iPad_Launch768x1024">
  1039. <Platform Name="iOSDevice32">
  1040. <Operation>1</Operation>
  1041. </Platform>
  1042. <Platform Name="iOSDevice64">
  1043. <Operation>1</Operation>
  1044. </Platform>
  1045. <Platform Name="iOSSimulator">
  1046. <Operation>1</Operation>
  1047. </Platform>
  1048. </DeployClass>
  1049. <DeployClass Name="iPad_LaunchDark2x">
  1050. <Platform Name="iOSDevice64">
  1051. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. <Platform Name="iOSSimulator">
  1055. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. </DeployClass>
  1059. <DeployClass Name="iPad_Notification40">
  1060. <Platform Name="iOSDevice64">
  1061. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1062. <Operation>1</Operation>
  1063. </Platform>
  1064. <Platform Name="iOSSimulator">
  1065. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1066. <Operation>1</Operation>
  1067. </Platform>
  1068. </DeployClass>
  1069. <DeployClass Name="iPad_Setting58">
  1070. <Platform Name="iOSDevice64">
  1071. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1072. <Operation>1</Operation>
  1073. </Platform>
  1074. <Platform Name="iOSSimulator">
  1075. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1076. <Operation>1</Operation>
  1077. </Platform>
  1078. </DeployClass>
  1079. <DeployClass Name="iPad_SpotLight80">
  1080. <Platform Name="iOSDevice64">
  1081. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1082. <Operation>1</Operation>
  1083. </Platform>
  1084. <Platform Name="iOSSimulator">
  1085. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1086. <Operation>1</Operation>
  1087. </Platform>
  1088. </DeployClass>
  1089. <DeployClass Name="iPhone_AppIcon120">
  1090. <Platform Name="iOSDevice64">
  1091. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1092. <Operation>1</Operation>
  1093. </Platform>
  1094. <Platform Name="iOSSimulator">
  1095. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1096. <Operation>1</Operation>
  1097. </Platform>
  1098. </DeployClass>
  1099. <DeployClass Name="iPhone_AppIcon180">
  1100. <Platform Name="iOSDevice64">
  1101. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1102. <Operation>1</Operation>
  1103. </Platform>
  1104. <Platform Name="iOSSimulator">
  1105. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1106. <Operation>1</Operation>
  1107. </Platform>
  1108. </DeployClass>
  1109. <DeployClass Name="iPhone_Launch1125">
  1110. <Platform Name="iOSDevice32">
  1111. <Operation>1</Operation>
  1112. </Platform>
  1113. <Platform Name="iOSDevice64">
  1114. <Operation>1</Operation>
  1115. </Platform>
  1116. <Platform Name="iOSSimulator">
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. </DeployClass>
  1120. <DeployClass Name="iPhone_Launch1136x640">
  1121. <Platform Name="iOSDevice32">
  1122. <Operation>1</Operation>
  1123. </Platform>
  1124. <Platform Name="iOSDevice64">
  1125. <Operation>1</Operation>
  1126. </Platform>
  1127. <Platform Name="iOSSimulator">
  1128. <Operation>1</Operation>
  1129. </Platform>
  1130. </DeployClass>
  1131. <DeployClass Name="iPhone_Launch1242">
  1132. <Platform Name="iOSDevice32">
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. <Platform Name="iOSDevice64">
  1136. <Operation>1</Operation>
  1137. </Platform>
  1138. <Platform Name="iOSSimulator">
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. </DeployClass>
  1142. <DeployClass Name="iPhone_Launch1242x2688">
  1143. <Platform Name="iOSDevice32">
  1144. <Operation>1</Operation>
  1145. </Platform>
  1146. <Platform Name="iOSDevice64">
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. <Platform Name="iOSSimulator">
  1150. <Operation>1</Operation>
  1151. </Platform>
  1152. </DeployClass>
  1153. <DeployClass Name="iPhone_Launch1334">
  1154. <Platform Name="iOSDevice32">
  1155. <Operation>1</Operation>
  1156. </Platform>
  1157. <Platform Name="iOSDevice64">
  1158. <Operation>1</Operation>
  1159. </Platform>
  1160. <Platform Name="iOSSimulator">
  1161. <Operation>1</Operation>
  1162. </Platform>
  1163. </DeployClass>
  1164. <DeployClass Name="iPhone_Launch1792">
  1165. <Platform Name="iOSDevice32">
  1166. <Operation>1</Operation>
  1167. </Platform>
  1168. <Platform Name="iOSDevice64">
  1169. <Operation>1</Operation>
  1170. </Platform>
  1171. <Platform Name="iOSSimulator">
  1172. <Operation>1</Operation>
  1173. </Platform>
  1174. </DeployClass>
  1175. <DeployClass Name="iPhone_Launch2208">
  1176. <Platform Name="iOSDevice32">
  1177. <Operation>1</Operation>
  1178. </Platform>
  1179. <Platform Name="iOSDevice64">
  1180. <Operation>1</Operation>
  1181. </Platform>
  1182. <Platform Name="iOSSimulator">
  1183. <Operation>1</Operation>
  1184. </Platform>
  1185. </DeployClass>
  1186. <DeployClass Name="iPhone_Launch2436">
  1187. <Platform Name="iOSDevice32">
  1188. <Operation>1</Operation>
  1189. </Platform>
  1190. <Platform Name="iOSDevice64">
  1191. <Operation>1</Operation>
  1192. </Platform>
  1193. <Platform Name="iOSSimulator">
  1194. <Operation>1</Operation>
  1195. </Platform>
  1196. </DeployClass>
  1197. <DeployClass Name="iPhone_Launch2688x1242">
  1198. <Platform Name="iOSDevice32">
  1199. <Operation>1</Operation>
  1200. </Platform>
  1201. <Platform Name="iOSDevice64">
  1202. <Operation>1</Operation>
  1203. </Platform>
  1204. <Platform Name="iOSSimulator">
  1205. <Operation>1</Operation>
  1206. </Platform>
  1207. </DeployClass>
  1208. <DeployClass Name="iPhone_Launch2x">
  1209. <Platform Name="iOSDevice64">
  1210. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1211. <Operation>1</Operation>
  1212. </Platform>
  1213. <Platform Name="iOSSimulator">
  1214. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1215. <Operation>1</Operation>
  1216. </Platform>
  1217. </DeployClass>
  1218. <DeployClass Name="iPhone_Launch320">
  1219. <Platform Name="iOSDevice32">
  1220. <Operation>1</Operation>
  1221. </Platform>
  1222. <Platform Name="iOSDevice64">
  1223. <Operation>1</Operation>
  1224. </Platform>
  1225. <Platform Name="iOSSimulator">
  1226. <Operation>1</Operation>
  1227. </Platform>
  1228. </DeployClass>
  1229. <DeployClass Name="iPhone_Launch3x">
  1230. <Platform Name="iOSDevice64">
  1231. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1232. <Operation>1</Operation>
  1233. </Platform>
  1234. <Platform Name="iOSSimulator">
  1235. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1236. <Operation>1</Operation>
  1237. </Platform>
  1238. </DeployClass>
  1239. <DeployClass Name="iPhone_Launch640">
  1240. <Platform Name="iOSDevice32">
  1241. <Operation>1</Operation>
  1242. </Platform>
  1243. <Platform Name="iOSDevice64">
  1244. <Operation>1</Operation>
  1245. </Platform>
  1246. <Platform Name="iOSSimulator">
  1247. <Operation>1</Operation>
  1248. </Platform>
  1249. </DeployClass>
  1250. <DeployClass Name="iPhone_Launch640x1136">
  1251. <Platform Name="iOSDevice32">
  1252. <Operation>1</Operation>
  1253. </Platform>
  1254. <Platform Name="iOSDevice64">
  1255. <Operation>1</Operation>
  1256. </Platform>
  1257. <Platform Name="iOSSimulator">
  1258. <Operation>1</Operation>
  1259. </Platform>
  1260. </DeployClass>
  1261. <DeployClass Name="iPhone_Launch750">
  1262. <Platform Name="iOSDevice32">
  1263. <Operation>1</Operation>
  1264. </Platform>
  1265. <Platform Name="iOSDevice64">
  1266. <Operation>1</Operation>
  1267. </Platform>
  1268. <Platform Name="iOSSimulator">
  1269. <Operation>1</Operation>
  1270. </Platform>
  1271. </DeployClass>
  1272. <DeployClass Name="iPhone_Launch828">
  1273. <Platform Name="iOSDevice32">
  1274. <Operation>1</Operation>
  1275. </Platform>
  1276. <Platform Name="iOSDevice64">
  1277. <Operation>1</Operation>
  1278. </Platform>
  1279. <Platform Name="iOSSimulator">
  1280. <Operation>1</Operation>
  1281. </Platform>
  1282. </DeployClass>
  1283. <DeployClass Name="iPhone_LaunchDark2x">
  1284. <Platform Name="iOSDevice64">
  1285. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1286. <Operation>1</Operation>
  1287. </Platform>
  1288. <Platform Name="iOSSimulator">
  1289. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1290. <Operation>1</Operation>
  1291. </Platform>
  1292. </DeployClass>
  1293. <DeployClass Name="iPhone_LaunchDark3x">
  1294. <Platform Name="iOSDevice64">
  1295. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1296. <Operation>1</Operation>
  1297. </Platform>
  1298. <Platform Name="iOSSimulator">
  1299. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1300. <Operation>1</Operation>
  1301. </Platform>
  1302. </DeployClass>
  1303. <DeployClass Name="iPhone_Notification40">
  1304. <Platform Name="iOSDevice64">
  1305. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1306. <Operation>1</Operation>
  1307. </Platform>
  1308. <Platform Name="iOSSimulator">
  1309. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1310. <Operation>1</Operation>
  1311. </Platform>
  1312. </DeployClass>
  1313. <DeployClass Name="iPhone_Notification60">
  1314. <Platform Name="iOSDevice64">
  1315. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1316. <Operation>1</Operation>
  1317. </Platform>
  1318. <Platform Name="iOSSimulator">
  1319. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1320. <Operation>1</Operation>
  1321. </Platform>
  1322. </DeployClass>
  1323. <DeployClass Name="iPhone_Setting58">
  1324. <Platform Name="iOSDevice64">
  1325. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1326. <Operation>1</Operation>
  1327. </Platform>
  1328. <Platform Name="iOSSimulator">
  1329. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1330. <Operation>1</Operation>
  1331. </Platform>
  1332. </DeployClass>
  1333. <DeployClass Name="iPhone_Setting87">
  1334. <Platform Name="iOSDevice64">
  1335. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1336. <Operation>1</Operation>
  1337. </Platform>
  1338. <Platform Name="iOSSimulator">
  1339. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1340. <Operation>1</Operation>
  1341. </Platform>
  1342. </DeployClass>
  1343. <DeployClass Name="iPhone_Spotlight120">
  1344. <Platform Name="iOSDevice64">
  1345. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1346. <Operation>1</Operation>
  1347. </Platform>
  1348. <Platform Name="iOSSimulator">
  1349. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1350. <Operation>1</Operation>
  1351. </Platform>
  1352. </DeployClass>
  1353. <DeployClass Name="iPhone_Spotlight80">
  1354. <Platform Name="iOSDevice64">
  1355. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1356. <Operation>1</Operation>
  1357. </Platform>
  1358. <Platform Name="iOSSimulator">
  1359. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1360. <Operation>1</Operation>
  1361. </Platform>
  1362. </DeployClass>
  1363. <DeployClass Name="ProjectAndroidManifest">
  1364. <Platform Name="Android">
  1365. <Operation>1</Operation>
  1366. </Platform>
  1367. <Platform Name="Android64">
  1368. <Operation>1</Operation>
  1369. </Platform>
  1370. </DeployClass>
  1371. <DeployClass Name="ProjectiOSDeviceDebug">
  1372. <Platform Name="iOSDevice32">
  1373. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1374. <Operation>1</Operation>
  1375. </Platform>
  1376. <Platform Name="iOSDevice64">
  1377. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1378. <Operation>1</Operation>
  1379. </Platform>
  1380. </DeployClass>
  1381. <DeployClass Name="ProjectiOSDeviceResourceRules">
  1382. <Platform Name="iOSDevice32">
  1383. <Operation>1</Operation>
  1384. </Platform>
  1385. <Platform Name="iOSDevice64">
  1386. <Operation>1</Operation>
  1387. </Platform>
  1388. </DeployClass>
  1389. <DeployClass Name="ProjectiOSEntitlements">
  1390. <Platform Name="iOSDevice32">
  1391. <RemoteDir>..\</RemoteDir>
  1392. <Operation>1</Operation>
  1393. </Platform>
  1394. <Platform Name="iOSDevice64">
  1395. <RemoteDir>..\</RemoteDir>
  1396. <Operation>1</Operation>
  1397. </Platform>
  1398. </DeployClass>
  1399. <DeployClass Name="ProjectiOSInfoPList">
  1400. <Platform Name="iOSDevice32">
  1401. <Operation>1</Operation>
  1402. </Platform>
  1403. <Platform Name="iOSDevice64">
  1404. <Operation>1</Operation>
  1405. </Platform>
  1406. <Platform Name="iOSSimulator">
  1407. <Operation>1</Operation>
  1408. </Platform>
  1409. </DeployClass>
  1410. <DeployClass Name="ProjectiOSLaunchScreen">
  1411. <Platform Name="iOSDevice64">
  1412. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1413. <Operation>64</Operation>
  1414. </Platform>
  1415. <Platform Name="iOSSimulator">
  1416. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1417. <Operation>64</Operation>
  1418. </Platform>
  1419. </DeployClass>
  1420. <DeployClass Name="ProjectiOSResource">
  1421. <Platform Name="iOSDevice32">
  1422. <Operation>1</Operation>
  1423. </Platform>
  1424. <Platform Name="iOSDevice64">
  1425. <Operation>1</Operation>
  1426. </Platform>
  1427. <Platform Name="iOSSimulator">
  1428. <Operation>1</Operation>
  1429. </Platform>
  1430. </DeployClass>
  1431. <DeployClass Name="ProjectOSXDebug">
  1432. <Platform Name="OSX64">
  1433. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1434. <Operation>1</Operation>
  1435. </Platform>
  1436. <Platform Name="OSXARM64">
  1437. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1438. <Operation>1</Operation>
  1439. </Platform>
  1440. </DeployClass>
  1441. <DeployClass Name="ProjectOSXEntitlements">
  1442. <Platform Name="OSX32">
  1443. <RemoteDir>..\</RemoteDir>
  1444. <Operation>1</Operation>
  1445. </Platform>
  1446. <Platform Name="OSX64">
  1447. <RemoteDir>..\</RemoteDir>
  1448. <Operation>1</Operation>
  1449. </Platform>
  1450. <Platform Name="OSXARM64">
  1451. <RemoteDir>..\</RemoteDir>
  1452. <Operation>1</Operation>
  1453. </Platform>
  1454. </DeployClass>
  1455. <DeployClass Name="ProjectOSXInfoPList">
  1456. <Platform Name="OSX32">
  1457. <RemoteDir>Contents</RemoteDir>
  1458. <Operation>1</Operation>
  1459. </Platform>
  1460. <Platform Name="OSX64">
  1461. <RemoteDir>Contents</RemoteDir>
  1462. <Operation>1</Operation>
  1463. </Platform>
  1464. <Platform Name="OSXARM64">
  1465. <RemoteDir>Contents</RemoteDir>
  1466. <Operation>1</Operation>
  1467. </Platform>
  1468. </DeployClass>
  1469. <DeployClass Name="ProjectOSXResource">
  1470. <Platform Name="OSX32">
  1471. <RemoteDir>Contents\Resources</RemoteDir>
  1472. <Operation>1</Operation>
  1473. </Platform>
  1474. <Platform Name="OSX64">
  1475. <RemoteDir>Contents\Resources</RemoteDir>
  1476. <Operation>1</Operation>
  1477. </Platform>
  1478. <Platform Name="OSXARM64">
  1479. <RemoteDir>Contents\Resources</RemoteDir>
  1480. <Operation>1</Operation>
  1481. </Platform>
  1482. </DeployClass>
  1483. <DeployClass Required="true" Name="ProjectOutput">
  1484. <Platform Name="Android">
  1485. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1486. <Operation>1</Operation>
  1487. </Platform>
  1488. <Platform Name="Android64">
  1489. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  1490. <Operation>1</Operation>
  1491. </Platform>
  1492. <Platform Name="iOSDevice32">
  1493. <Operation>1</Operation>
  1494. </Platform>
  1495. <Platform Name="iOSDevice64">
  1496. <Operation>1</Operation>
  1497. </Platform>
  1498. <Platform Name="iOSSimulator">
  1499. <Operation>1</Operation>
  1500. </Platform>
  1501. <Platform Name="Linux64">
  1502. <Operation>1</Operation>
  1503. </Platform>
  1504. <Platform Name="OSX32">
  1505. <RemoteDir>Contents\MacOS</RemoteDir>
  1506. <Operation>1</Operation>
  1507. </Platform>
  1508. <Platform Name="OSX64">
  1509. <RemoteDir>Contents\MacOS</RemoteDir>
  1510. <Operation>1</Operation>
  1511. </Platform>
  1512. <Platform Name="OSXARM64">
  1513. <RemoteDir>Contents\MacOS</RemoteDir>
  1514. <Operation>1</Operation>
  1515. </Platform>
  1516. <Platform Name="Win32">
  1517. <Operation>0</Operation>
  1518. </Platform>
  1519. </DeployClass>
  1520. <DeployClass Name="ProjectOutput_Android32">
  1521. <Platform Name="Android64">
  1522. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  1523. <Operation>1</Operation>
  1524. </Platform>
  1525. </DeployClass>
  1526. <DeployClass Name="ProjectUWPManifest">
  1527. <Platform Name="Win32">
  1528. <Operation>1</Operation>
  1529. </Platform>
  1530. <Platform Name="Win64">
  1531. <Operation>1</Operation>
  1532. </Platform>
  1533. </DeployClass>
  1534. <DeployClass Name="UWP_CppLogo150">
  1535. <Platform Name="Win32">
  1536. <RemoteDir>Assets</RemoteDir>
  1537. <Operation>1</Operation>
  1538. </Platform>
  1539. <Platform Name="Win64">
  1540. <RemoteDir>Assets</RemoteDir>
  1541. <Operation>1</Operation>
  1542. </Platform>
  1543. </DeployClass>
  1544. <DeployClass Name="UWP_CppLogo44">
  1545. <Platform Name="Win32">
  1546. <RemoteDir>Assets</RemoteDir>
  1547. <Operation>1</Operation>
  1548. </Platform>
  1549. <Platform Name="Win64">
  1550. <RemoteDir>Assets</RemoteDir>
  1551. <Operation>1</Operation>
  1552. </Platform>
  1553. </DeployClass>
  1554. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1555. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1556. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1557. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1558. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1559. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1560. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1561. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1562. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1563. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1564. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1565. </Deployment>
  1566. <Platforms>
  1567. <Platform value="Win32">True</Platform>
  1568. <Platform value="Win64">False</Platform>
  1569. </Platforms>
  1570. </BorlandProject>
  1571. <ProjectFileVersion>12</ProjectFileVersion>
  1572. </ProjectExtensions>
  1573. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1574. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1575. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1576. </Project>