BumpShaderC.cbproj 71 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{7F4B92E2-1295-4FC0-BBF0-E2CBBA080C66}</ProjectGuid>
  4. <ProjectVersion>20.3</ProjectVersion>
  5. <FrameworkType>VCL</FrameworkType>
  6. <AppType>Application</AppType>
  7. <MainSource>BumpShaderC.cpp</MainSource>
  8. <Base>True</Base>
  9. <Config Condition="'$(Config)'==''">Debug</Config>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>3</TargetedPlatforms>
  12. <ProjectName Condition="'$(ProjectName)'==''">BumpShaderC</ProjectName>
  13. </PropertyGroup>
  14. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  15. <Base>true</Base>
  16. </PropertyGroup>
  17. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  18. <Base_Win32>true</Base_Win32>
  19. <CfgParent>Base</CfgParent>
  20. <Base>true</Base>
  21. </PropertyGroup>
  22. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
  23. <Base_Win64>true</Base_Win64>
  24. <CfgParent>Base</CfgParent>
  25. <Base>true</Base>
  26. </PropertyGroup>
  27. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Base)'=='true') or '$(Base_Win64x)'!=''">
  28. <Base_Win64x>true</Base_Win64x>
  29. <CfgParent>Base</CfgParent>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  33. <Cfg_1>true</Cfg_1>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  38. <Cfg_1_Win32>true</Cfg_1_Win32>
  39. <CfgParent>Cfg_1</CfgParent>
  40. <Cfg_1>true</Cfg_1>
  41. <Base>true</Base>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64)'!=''">
  44. <Cfg_1_Win64>true</Cfg_1_Win64>
  45. <CfgParent>Cfg_1</CfgParent>
  46. <Cfg_1>true</Cfg_1>
  47. <Base>true</Base>
  48. </PropertyGroup>
  49. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win64x)'!=''">
  50. <Cfg_1_Win64x>true</Cfg_1_Win64x>
  51. <CfgParent>Cfg_1</CfgParent>
  52. <Cfg_1>true</Cfg_1>
  53. <Base>true</Base>
  54. </PropertyGroup>
  55. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  56. <Cfg_2>true</Cfg_2>
  57. <CfgParent>Base</CfgParent>
  58. <Base>true</Base>
  59. </PropertyGroup>
  60. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
  61. <Cfg_2_Win32>true</Cfg_2_Win32>
  62. <CfgParent>Cfg_2</CfgParent>
  63. <Cfg_2>true</Cfg_2>
  64. <Base>true</Base>
  65. </PropertyGroup>
  66. <PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64)'!=''">
  67. <Cfg_2_Win64>true</Cfg_2_Win64>
  68. <CfgParent>Cfg_2</CfgParent>
  69. <Cfg_2>true</Cfg_2>
  70. <Base>true</Base>
  71. </PropertyGroup>
  72. <PropertyGroup Condition="('$(Platform)'=='Win64x' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win64x)'!=''">
  73. <Cfg_2_Win64x>true</Cfg_2_Win64x>
  74. <CfgParent>Cfg_2</CfgParent>
  75. <Cfg_2>true</Cfg_2>
  76. <Base>true</Base>
  77. </PropertyGroup>
  78. <PropertyGroup Condition="'$(Base)'!=''">
  79. <SanitizedProjectName>BumpShaderC</SanitizedProjectName>
  80. <ILINK_LibraryPath>D:\GLScene\Samples\CPP\Demos\glslshaders\BumpShader\;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  81. <ProjectType>CppVCLApplication</ProjectType>
  82. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  83. <AllPackageLibs>rtl.lib;vcl.lib;fmx.lib;xmlrtl.lib;vclimg.lib;GLScene_RT.lib;VclSmp.lib;vclx.lib;vclactnband.lib</AllPackageLibs>
  84. <_TCHARMapping>wchar_t</_TCHARMapping>
  85. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  86. <Multithreaded>true</Multithreaded>
  87. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  88. <DynamicRTL>true</DynamicRTL>
  89. <UsePackages>true</UsePackages>
  90. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  91. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  92. <BCC_wpar>false</BCC_wpar>
  93. <BCC_OptimizeForSpeed>true</BCC_OptimizeForSpeed>
  94. <BCC_ExtendedErrorInfo>true</BCC_ExtendedErrorInfo>
  95. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  96. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  99. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  100. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  101. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  102. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_ODE;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLSS_OpenAL;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;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  103. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  104. <VerInfo_Locale>1033</VerInfo_Locale>
  105. <IncludePath>$(BDSINCLUDE)\windows\vcl;$(IncludePath)</IncludePath>
  106. <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>
  107. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  108. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  109. </PropertyGroup>
  110. <PropertyGroup Condition="'$(Base_Win64)'!=''">
  111. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  112. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  113. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  114. <VerInfo_Locale>1033</VerInfo_Locale>
  115. <PackageImports>IndyIPClient;GLScene_Sounds_RT;frx17;fs17;GLScene_Physics_RT;GLScene_Cg_RT;bindcompfmx;GR32_RSXE3;DBXSqliteDriver;vcldbx;GLScene_ODE;fmx;rtl;dbrtl;DbxClientDriver;IndySystem;TeeDB;bindcomp;inetdb;inetdbbde;vclib;DBXInterBaseDriver;DataSnapClient;DataSnapCommon;DBXOdbcDriver;DataSnapServer;Tee;GLScene_RT;DataSnapProviderClient;xmlrtl;DBXSybaseASEDriver;ibxpress;DbxCommonDriver;vclimg;GLSS_OpenAL;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;DBXMSSQLDriver;CodeSiteExpressPkg;CloudService;DBXFirebirdDriver;dsnapcon;frxDB17;inet;fsDB17;fmxobj;IndyIPCommon;FmxTeeUI;vclx;frxe17;inetdbxpress;webdsnap;DBXSybaseASADriver;fmxdae;bdertl;dbexpress;DataSnapIndy10ServerTransport;adortl;bcbie;$(PackageImports)</PackageImports>
  116. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  117. <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>
  118. <UWP_CppLogo44>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_44.png</UWP_CppLogo44>
  119. <UWP_CppLogo150>$(BDS)\bin\Artwork\Windows\UWP\cppreg_UwpDefault_150.png</UWP_CppLogo150>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Base_Win64x)'!=''">
  122. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;$(DCC_Namespace)</DCC_Namespace>
  123. <BT_BuildType>Debug</BT_BuildType>
  124. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  125. <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>
  126. <VerInfo_Locale>1033</VerInfo_Locale>
  127. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  128. <BCC_EnableBatchCompilation>true</BCC_EnableBatchCompilation>
  129. </PropertyGroup>
  130. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  131. <BCC_OptimizeForSpeed>false</BCC_OptimizeForSpeed>
  132. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  133. <DCC_Optimize>false</DCC_Optimize>
  134. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  135. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  136. <BCC_UseRegisterVariables>None</BCC_UseRegisterVariables>
  137. <DCC_Define>DEBUG</DCC_Define>
  138. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  139. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  140. <BCC_StackFrames>true</BCC_StackFrames>
  141. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  142. <TASM_Debugging>Full</TASM_Debugging>
  143. <BCC_SourceDebuggingOn>true</BCC_SourceDebuggingOn>
  144. <BCC_EnableCPPExceptions>true</BCC_EnableCPPExceptions>
  145. <BCC_DisableFramePtrElimOpt>true</BCC_DisableFramePtrElimOpt>
  146. <BCC_DisableSpellChecking>true</BCC_DisableSpellChecking>
  147. <CLANG_UnwindTables>true</CLANG_UnwindTables>
  148. <ILINK_LibraryPath>$(BDSLIB)\$(PLATFORM)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  149. </PropertyGroup>
  150. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  151. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  152. <VerInfo_Locale>1033</VerInfo_Locale>
  153. <ILINK_LibraryPath>$(BDSCOMMONDIR)\Dcp;$(BDSLIB)\$(PLATFORM)$(CC_SUFFIX)\debug;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  154. <Defines>_DEBUG;$(Defines)</Defines>
  155. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi;VclSmp.bpi;vclx.bpi;vclactnband.bpi</LinkPackageImports>
  156. <BT_BuildType>Debug</BT_BuildType>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  159. <LinkPackageImports>rtl.bpi;vcl.bpi;fmx.bpi;xmlrtl.bpi;vclimg.bpi;GLScene_RT.bpi;VclSmp.bpi;vclx.bpi;vclactnband.bpi</LinkPackageImports>
  160. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  161. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  162. <VerInfo_Locale>1033</VerInfo_Locale>
  163. <Defines>_DEBUG;$(Defines)</Defines>
  164. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  165. <BT_BuildType>Debug</BT_BuildType>
  166. </PropertyGroup>
  167. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  168. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  171. <TASM_Debugging>None</TASM_Debugging>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  174. <Defines>NDEBUG;$(Defines)</Defines>
  175. </PropertyGroup>
  176. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  177. <AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
  178. <Defines>NDEBUG;$(Defines)</Defines>
  179. <AppDPIAwarenessMode>PerMonitor</AppDPIAwarenessMode>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  182. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  183. </PropertyGroup>
  184. <ItemGroup>
  185. <CppCompile Include="BumpShaderC.cpp">
  186. <BuildOrder>0</BuildOrder>
  187. </CppCompile>
  188. <CppCompile Include="fBumpShaderC.cpp">
  189. <Form>Form1</Form>
  190. <FormType>dfm</FormType>
  191. <DependentOn>fBumpShaderC.h</DependentOn>
  192. <BuildOrder>2</BuildOrder>
  193. </CppCompile>
  194. <FormResources Include="fBumpShaderC.dfm"/>
  195. <BuildConfiguration Include="Base">
  196. <Key>Base</Key>
  197. </BuildConfiguration>
  198. <BuildConfiguration Include="Debug">
  199. <Key>Cfg_1</Key>
  200. <CfgParent>Base</CfgParent>
  201. </BuildConfiguration>
  202. <BuildConfiguration Include="Release">
  203. <Key>Cfg_2</Key>
  204. <CfgParent>Base</CfgParent>
  205. </BuildConfiguration>
  206. </ItemGroup>
  207. <ProjectExtensions>
  208. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  209. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  210. <BorlandProject>
  211. <CPlusPlusBuilder.Personality>
  212. <Source>
  213. <Source Name="MainSource">BumpShaderC.cpp</Source>
  214. </Source>
  215. <VersionInfo>
  216. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  217. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  218. <VersionInfo Name="MajorVer">1</VersionInfo>
  219. <VersionInfo Name="MinorVer">0</VersionInfo>
  220. <VersionInfo Name="Release">0</VersionInfo>
  221. <VersionInfo Name="Build">0</VersionInfo>
  222. <VersionInfo Name="Debug">False</VersionInfo>
  223. <VersionInfo Name="PreRelease">False</VersionInfo>
  224. <VersionInfo Name="Special">False</VersionInfo>
  225. <VersionInfo Name="Private">False</VersionInfo>
  226. <VersionInfo Name="DLL">False</VersionInfo>
  227. <VersionInfo Name="Locale">1049</VersionInfo>
  228. <VersionInfo Name="CodePage">1251</VersionInfo>
  229. </VersionInfo>
  230. <VersionInfoKeys>
  231. <VersionInfoKeys Name="CompanyName"/>
  232. <VersionInfoKeys Name="FileDescription"/>
  233. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  234. <VersionInfoKeys Name="InternalName"/>
  235. <VersionInfoKeys Name="LegalCopyright"/>
  236. <VersionInfoKeys Name="LegalTrademarks"/>
  237. <VersionInfoKeys Name="OriginalFilename"/>
  238. <VersionInfoKeys Name="ProductName"/>
  239. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  240. <VersionInfoKeys Name="Comments"/>
  241. <VersionInfoKeys Name="CFBundleName"/>
  242. <VersionInfoKeys Name="CFBundleDisplayName"/>
  243. <VersionInfoKeys Name="CFBundleIdentifier"/>
  244. <VersionInfoKeys Name="CFBundleVersion"/>
  245. <VersionInfoKeys Name="CFBundlePackageType"/>
  246. <VersionInfoKeys Name="CFBundleSignature"/>
  247. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  248. <VersionInfoKeys Name="CFBundleExecutable"/>
  249. </VersionInfoKeys>
  250. <ProjectProperties>
  251. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  252. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  253. <ProjectProperties Name="VerifyPackages">False</ProjectProperties>
  254. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  255. </ProjectProperties>
  256. <Excluded_Packages>
  257. <Excluded_Packages Name="$(BDSBIN)\bcboffice2k240.bpl">Embarcadero C++Builder Office 2000 Servers Package</Excluded_Packages>
  258. <Excluded_Packages Name="$(BDSBIN)\bcbofficexp240.bpl">Embarcadero C++Builder Office XP Servers Package</Excluded_Packages>
  259. <Excluded_Packages Name="$(BDSBIN)\dcloffice2k240.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
  260. <Excluded_Packages Name="$(BDSBIN)\dclofficexp240.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
  261. </Excluded_Packages>
  262. </CPlusPlusBuilder.Personality>
  263. <Deployment Version="5">
  264. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  265. <Platform Name="OSX32">
  266. <Overwrite>true</Overwrite>
  267. </Platform>
  268. </DeployFile>
  269. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  270. <Platform Name="OSX32">
  271. <Overwrite>true</Overwrite>
  272. </Platform>
  273. </DeployFile>
  274. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule"/>
  275. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule"/>
  276. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  277. <Platform Name="Win64">
  278. <Overwrite>true</Overwrite>
  279. </Platform>
  280. </DeployFile>
  281. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64160.dll" Class="DependencyModule"/>
  282. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64160mt.dll" Class="DependencyModule"/>
  283. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64230.dll" Class="DependencyModule"/>
  284. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64230mt.dll" Class="DependencyModule"/>
  285. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64240.dll" Class="DependencyModule"/>
  286. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64240mt.dll" Class="DependencyModule"/>
  287. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule"/>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule"/>
  289. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  290. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  291. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  292. <Platform Name="Win64">
  293. <Overwrite>true</Overwrite>
  294. </Platform>
  295. </DeployFile>
  296. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  297. <Platform Name="Win64">
  298. <Overwrite>true</Overwrite>
  299. </Platform>
  300. </DeployFile>
  301. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  302. <Platform Name="Win32">
  303. <Overwrite>true</Overwrite>
  304. </Platform>
  305. </DeployFile>
  306. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32160.dll" Class="DependencyModule"/>
  307. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32160mt.dll" Class="DependencyModule"/>
  308. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32230.dll" Class="DependencyModule"/>
  309. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32230mt.dll" Class="DependencyModule"/>
  310. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32240.dll" Class="DependencyModule"/>
  311. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32240mt.dll" Class="DependencyModule"/>
  312. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule"/>
  313. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule"/>
  314. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  315. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  316. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.dll" Class="DependencyModule">
  317. <Platform Name="Win32">
  318. <Overwrite>true</Overwrite>
  319. </Platform>
  320. </DeployFile>
  321. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32290mt.dll" Class="DependencyModule">
  322. <Platform Name="Win32">
  323. <Overwrite>true</Overwrite>
  324. </Platform>
  325. </DeployFile>
  326. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c240.dll" Class="DependencyModule"/>
  327. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c240mt.dll" Class="DependencyModule"/>
  328. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
  329. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
  330. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  331. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  332. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  333. <Platform Name="Win32">
  334. <Overwrite>true</Overwrite>
  335. </Platform>
  336. </DeployFile>
  337. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  338. <Platform Name="Win32">
  339. <Overwrite>true</Overwrite>
  340. </Platform>
  341. </DeployFile>
  342. <DeployFile LocalName=".\Win32\Debug\BumpShaderC.exe" Configuration="Debug" Class="ProjectOutput"/>
  343. <DeployFile LocalName=".\Win32\Debug\BumpShaderC.tds" Configuration="Debug" Class="DebugSymbols"/>
  344. <DeployClass Name="AdditionalDebugSymbols">
  345. <Platform Name="iOSSimulator">
  346. <Operation>1</Operation>
  347. </Platform>
  348. <Platform Name="OSX32">
  349. <RemoteDir>Contents\MacOS</RemoteDir>
  350. <Operation>1</Operation>
  351. </Platform>
  352. <Platform Name="Win32">
  353. <Operation>0</Operation>
  354. </Platform>
  355. </DeployClass>
  356. <DeployClass Name="AndroidFileProvider">
  357. <Platform Name="Android">
  358. <RemoteDir>res\xml</RemoteDir>
  359. <Operation>1</Operation>
  360. </Platform>
  361. <Platform Name="Android64">
  362. <RemoteDir>res\xml</RemoteDir>
  363. <Operation>1</Operation>
  364. </Platform>
  365. </DeployClass>
  366. <DeployClass Name="AndroidLibnativeArmeabiFile">
  367. <Platform Name="Android">
  368. <RemoteDir>library\lib\armeabi</RemoteDir>
  369. <Operation>1</Operation>
  370. </Platform>
  371. <Platform Name="Android64">
  372. <RemoteDir>library\lib\armeabi</RemoteDir>
  373. <Operation>1</Operation>
  374. </Platform>
  375. </DeployClass>
  376. <DeployClass Name="AndroidLibnativeArmeabiv7aFile">
  377. <Platform Name="Android64">
  378. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  379. <Operation>1</Operation>
  380. </Platform>
  381. </DeployClass>
  382. <DeployClass Name="AndroidLibnativeMipsFile">
  383. <Platform Name="Android">
  384. <RemoteDir>library\lib\mips</RemoteDir>
  385. <Operation>1</Operation>
  386. </Platform>
  387. <Platform Name="Android64">
  388. <RemoteDir>library\lib\mips</RemoteDir>
  389. <Operation>1</Operation>
  390. </Platform>
  391. </DeployClass>
  392. <DeployClass Name="AndroidServiceOutput">
  393. <Platform Name="Android">
  394. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  395. <Operation>1</Operation>
  396. </Platform>
  397. <Platform Name="Android64">
  398. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  399. <Operation>1</Operation>
  400. </Platform>
  401. </DeployClass>
  402. <DeployClass Name="AndroidServiceOutput_Android32">
  403. <Platform Name="Android64">
  404. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  405. <Operation>1</Operation>
  406. </Platform>
  407. </DeployClass>
  408. <DeployClass Name="AndroidSplashImageDef">
  409. <Platform Name="Android">
  410. <RemoteDir>res\drawable</RemoteDir>
  411. <Operation>1</Operation>
  412. </Platform>
  413. <Platform Name="Android64">
  414. <RemoteDir>res\drawable</RemoteDir>
  415. <Operation>1</Operation>
  416. </Platform>
  417. </DeployClass>
  418. <DeployClass Name="AndroidSplashImageDefV21">
  419. <Platform Name="Android">
  420. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  421. <Operation>1</Operation>
  422. </Platform>
  423. <Platform Name="Android64">
  424. <RemoteDir>res\drawable-anydpi-v21</RemoteDir>
  425. <Operation>1</Operation>
  426. </Platform>
  427. </DeployClass>
  428. <DeployClass Name="AndroidSplashStyles">
  429. <Platform Name="Android">
  430. <RemoteDir>res\values</RemoteDir>
  431. <Operation>1</Operation>
  432. </Platform>
  433. <Platform Name="Android64">
  434. <RemoteDir>res\values</RemoteDir>
  435. <Operation>1</Operation>
  436. </Platform>
  437. </DeployClass>
  438. <DeployClass Name="AndroidSplashStylesV21">
  439. <Platform Name="Android">
  440. <RemoteDir>res\values-v21</RemoteDir>
  441. <Operation>1</Operation>
  442. </Platform>
  443. <Platform Name="Android64">
  444. <RemoteDir>res\values-v21</RemoteDir>
  445. <Operation>1</Operation>
  446. </Platform>
  447. </DeployClass>
  448. <DeployClass Name="AndroidSplashStylesV31">
  449. <Platform Name="Android">
  450. <RemoteDir>res\values-v31</RemoteDir>
  451. <Operation>1</Operation>
  452. </Platform>
  453. <Platform Name="Android64">
  454. <RemoteDir>res\values-v31</RemoteDir>
  455. <Operation>1</Operation>
  456. </Platform>
  457. </DeployClass>
  458. <DeployClass Name="AndroidSplashStylesV35">
  459. <Platform Name="Android">
  460. <RemoteDir>res\values-v35</RemoteDir>
  461. <Operation>1</Operation>
  462. </Platform>
  463. <Platform Name="Android64">
  464. <RemoteDir>res\values-v35</RemoteDir>
  465. <Operation>1</Operation>
  466. </Platform>
  467. </DeployClass>
  468. <DeployClass Name="Android_AdaptiveIcon">
  469. <Platform Name="Android">
  470. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. <Platform Name="Android64">
  474. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  475. <Operation>1</Operation>
  476. </Platform>
  477. </DeployClass>
  478. <DeployClass Name="Android_AdaptiveIconBackground">
  479. <Platform Name="Android">
  480. <RemoteDir>res\drawable</RemoteDir>
  481. <Operation>1</Operation>
  482. </Platform>
  483. <Platform Name="Android64">
  484. <RemoteDir>res\drawable</RemoteDir>
  485. <Operation>1</Operation>
  486. </Platform>
  487. </DeployClass>
  488. <DeployClass Name="Android_AdaptiveIconForeground">
  489. <Platform Name="Android">
  490. <RemoteDir>res\drawable</RemoteDir>
  491. <Operation>1</Operation>
  492. </Platform>
  493. <Platform Name="Android64">
  494. <RemoteDir>res\drawable</RemoteDir>
  495. <Operation>1</Operation>
  496. </Platform>
  497. </DeployClass>
  498. <DeployClass Name="Android_AdaptiveIconMonochrome">
  499. <Platform Name="Android">
  500. <RemoteDir>res\drawable</RemoteDir>
  501. <Operation>1</Operation>
  502. </Platform>
  503. <Platform Name="Android64">
  504. <RemoteDir>res\drawable</RemoteDir>
  505. <Operation>1</Operation>
  506. </Platform>
  507. </DeployClass>
  508. <DeployClass Name="Android_AdaptiveIconV33">
  509. <Platform Name="Android">
  510. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  511. <Operation>1</Operation>
  512. </Platform>
  513. <Platform Name="Android64">
  514. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  515. <Operation>1</Operation>
  516. </Platform>
  517. </DeployClass>
  518. <DeployClass Name="Android_Colors">
  519. <Platform Name="Android">
  520. <RemoteDir>res\values</RemoteDir>
  521. <Operation>1</Operation>
  522. </Platform>
  523. <Platform Name="Android64">
  524. <RemoteDir>res\values</RemoteDir>
  525. <Operation>1</Operation>
  526. </Platform>
  527. </DeployClass>
  528. <DeployClass Name="Android_ColorsDark">
  529. <Platform Name="Android">
  530. <RemoteDir>res\values-night-v21</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. <Platform Name="Android64">
  534. <RemoteDir>res\values-night-v21</RemoteDir>
  535. <Operation>1</Operation>
  536. </Platform>
  537. </DeployClass>
  538. <DeployClass Name="Android_DefaultAppIcon">
  539. <Platform Name="Android">
  540. <RemoteDir>res\drawable</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. <Platform Name="Android64">
  544. <RemoteDir>res\drawable</RemoteDir>
  545. <Operation>1</Operation>
  546. </Platform>
  547. </DeployClass>
  548. <DeployClass Name="Android_LauncherIcon144">
  549. <Platform Name="Android">
  550. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  551. <Operation>1</Operation>
  552. </Platform>
  553. <Platform Name="Android64">
  554. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  555. <Operation>1</Operation>
  556. </Platform>
  557. </DeployClass>
  558. <DeployClass Name="Android_LauncherIcon192">
  559. <Platform Name="Android">
  560. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  561. <Operation>1</Operation>
  562. </Platform>
  563. <Platform Name="Android64">
  564. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  565. <Operation>1</Operation>
  566. </Platform>
  567. </DeployClass>
  568. <DeployClass Name="Android_LauncherIcon36">
  569. <Platform Name="Android">
  570. <RemoteDir>res\drawable-ldpi</RemoteDir>
  571. <Operation>1</Operation>
  572. </Platform>
  573. <Platform Name="Android64">
  574. <RemoteDir>res\drawable-ldpi</RemoteDir>
  575. <Operation>1</Operation>
  576. </Platform>
  577. </DeployClass>
  578. <DeployClass Name="Android_LauncherIcon48">
  579. <Platform Name="Android">
  580. <RemoteDir>res\drawable-mdpi</RemoteDir>
  581. <Operation>1</Operation>
  582. </Platform>
  583. <Platform Name="Android64">
  584. <RemoteDir>res\drawable-mdpi</RemoteDir>
  585. <Operation>1</Operation>
  586. </Platform>
  587. </DeployClass>
  588. <DeployClass Name="Android_LauncherIcon72">
  589. <Platform Name="Android">
  590. <RemoteDir>res\drawable-hdpi</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. <Platform Name="Android64">
  594. <RemoteDir>res\drawable-hdpi</RemoteDir>
  595. <Operation>1</Operation>
  596. </Platform>
  597. </DeployClass>
  598. <DeployClass Name="Android_LauncherIcon96">
  599. <Platform Name="Android">
  600. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  601. <Operation>1</Operation>
  602. </Platform>
  603. <Platform Name="Android64">
  604. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  605. <Operation>1</Operation>
  606. </Platform>
  607. </DeployClass>
  608. <DeployClass Name="Android_NotificationIcon24">
  609. <Platform Name="Android">
  610. <RemoteDir>res\drawable-mdpi</RemoteDir>
  611. <Operation>1</Operation>
  612. </Platform>
  613. <Platform Name="Android64">
  614. <RemoteDir>res\drawable-mdpi</RemoteDir>
  615. <Operation>1</Operation>
  616. </Platform>
  617. </DeployClass>
  618. <DeployClass Name="Android_NotificationIcon36">
  619. <Platform Name="Android">
  620. <RemoteDir>res\drawable-hdpi</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. <Platform Name="Android64">
  624. <RemoteDir>res\drawable-hdpi</RemoteDir>
  625. <Operation>1</Operation>
  626. </Platform>
  627. </DeployClass>
  628. <DeployClass Name="Android_NotificationIcon48">
  629. <Platform Name="Android">
  630. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  631. <Operation>1</Operation>
  632. </Platform>
  633. <Platform Name="Android64">
  634. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  635. <Operation>1</Operation>
  636. </Platform>
  637. </DeployClass>
  638. <DeployClass Name="Android_NotificationIcon72">
  639. <Platform Name="Android">
  640. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  641. <Operation>1</Operation>
  642. </Platform>
  643. <Platform Name="Android64">
  644. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  645. <Operation>1</Operation>
  646. </Platform>
  647. </DeployClass>
  648. <DeployClass Name="Android_NotificationIcon96">
  649. <Platform Name="Android">
  650. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  651. <Operation>1</Operation>
  652. </Platform>
  653. <Platform Name="Android64">
  654. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  655. <Operation>1</Operation>
  656. </Platform>
  657. </DeployClass>
  658. <DeployClass Name="Android_SplashImage426">
  659. <Platform Name="Android">
  660. <RemoteDir>res\drawable-small</RemoteDir>
  661. <Operation>1</Operation>
  662. </Platform>
  663. <Platform Name="Android64">
  664. <RemoteDir>res\drawable-small</RemoteDir>
  665. <Operation>1</Operation>
  666. </Platform>
  667. </DeployClass>
  668. <DeployClass Name="Android_SplashImage470">
  669. <Platform Name="Android">
  670. <RemoteDir>res\drawable-normal</RemoteDir>
  671. <Operation>1</Operation>
  672. </Platform>
  673. <Platform Name="Android64">
  674. <RemoteDir>res\drawable-normal</RemoteDir>
  675. <Operation>1</Operation>
  676. </Platform>
  677. </DeployClass>
  678. <DeployClass Name="Android_SplashImage640">
  679. <Platform Name="Android">
  680. <RemoteDir>res\drawable-large</RemoteDir>
  681. <Operation>1</Operation>
  682. </Platform>
  683. <Platform Name="Android64">
  684. <RemoteDir>res\drawable-large</RemoteDir>
  685. <Operation>1</Operation>
  686. </Platform>
  687. </DeployClass>
  688. <DeployClass Name="Android_SplashImage960">
  689. <Platform Name="Android">
  690. <RemoteDir>res\drawable-xlarge</RemoteDir>
  691. <Operation>1</Operation>
  692. </Platform>
  693. <Platform Name="Android64">
  694. <RemoteDir>res\drawable-xlarge</RemoteDir>
  695. <Operation>1</Operation>
  696. </Platform>
  697. </DeployClass>
  698. <DeployClass Name="Android_Strings">
  699. <Platform Name="Android">
  700. <RemoteDir>res\values</RemoteDir>
  701. <Operation>1</Operation>
  702. </Platform>
  703. <Platform Name="Android64">
  704. <RemoteDir>res\values</RemoteDir>
  705. <Operation>1</Operation>
  706. </Platform>
  707. </DeployClass>
  708. <DeployClass Name="Android_VectorizedNotificationIcon">
  709. <Platform Name="Android">
  710. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  711. <Operation>1</Operation>
  712. </Platform>
  713. <Platform Name="Android64">
  714. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  715. <Operation>1</Operation>
  716. </Platform>
  717. </DeployClass>
  718. <DeployClass Name="Android_VectorizedSplash">
  719. <Platform Name="Android">
  720. <RemoteDir>res\drawable</RemoteDir>
  721. <Operation>1</Operation>
  722. </Platform>
  723. <Platform Name="Android64">
  724. <RemoteDir>res\drawable</RemoteDir>
  725. <Operation>1</Operation>
  726. </Platform>
  727. </DeployClass>
  728. <DeployClass Name="Android_VectorizedSplashDark">
  729. <Platform Name="Android">
  730. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  731. <Operation>1</Operation>
  732. </Platform>
  733. <Platform Name="Android64">
  734. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  735. <Operation>1</Operation>
  736. </Platform>
  737. </DeployClass>
  738. <DeployClass Name="Android_VectorizedSplashV31">
  739. <Platform Name="Android">
  740. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. <Platform Name="Android64">
  744. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  745. <Operation>1</Operation>
  746. </Platform>
  747. </DeployClass>
  748. <DeployClass Name="Android_VectorizedSplashV31Dark">
  749. <Platform Name="Android">
  750. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. <Platform Name="Android64">
  754. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  755. <Operation>1</Operation>
  756. </Platform>
  757. </DeployClass>
  758. <DeployClass Name="DebugSymbols">
  759. <Platform Name="iOSSimulator">
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="OSX32">
  763. <RemoteDir>Contents\MacOS</RemoteDir>
  764. <Operation>1</Operation>
  765. </Platform>
  766. <Platform Name="Win32">
  767. <Operation>0</Operation>
  768. </Platform>
  769. </DeployClass>
  770. <DeployClass Name="DependencyFramework">
  771. <Platform Name="OSX32">
  772. <RemoteDir>Contents\MacOS</RemoteDir>
  773. <Operation>1</Operation>
  774. <Extensions>.framework</Extensions>
  775. </Platform>
  776. <Platform Name="OSX64">
  777. <RemoteDir>Contents\MacOS</RemoteDir>
  778. <Operation>1</Operation>
  779. <Extensions>.framework</Extensions>
  780. </Platform>
  781. <Platform Name="OSXARM64">
  782. <RemoteDir>Contents\MacOS</RemoteDir>
  783. <Operation>1</Operation>
  784. <Extensions>.framework</Extensions>
  785. </Platform>
  786. <Platform Name="Win32">
  787. <Operation>0</Operation>
  788. </Platform>
  789. </DeployClass>
  790. <DeployClass Name="DependencyModule">
  791. <Platform Name="iOSDevice32">
  792. <Operation>1</Operation>
  793. <Extensions>.dylib</Extensions>
  794. </Platform>
  795. <Platform Name="iOSDevice64">
  796. <Operation>1</Operation>
  797. <Extensions>.dylib</Extensions>
  798. </Platform>
  799. <Platform Name="iOSSimARM64">
  800. <Operation>1</Operation>
  801. <Extensions>.dylib</Extensions>
  802. </Platform>
  803. <Platform Name="OSX32">
  804. <RemoteDir>Contents\MacOS</RemoteDir>
  805. <Operation>1</Operation>
  806. <Extensions>.dylib</Extensions>
  807. </Platform>
  808. <Platform Name="OSX64">
  809. <RemoteDir>Contents\MacOS</RemoteDir>
  810. <Operation>1</Operation>
  811. <Extensions>.dylib</Extensions>
  812. </Platform>
  813. <Platform Name="OSXARM64">
  814. <RemoteDir>Contents\MacOS</RemoteDir>
  815. <Operation>1</Operation>
  816. <Extensions>.dylib</Extensions>
  817. </Platform>
  818. <Platform Name="Win32">
  819. <Operation>0</Operation>
  820. <Extensions>.dll;.bpl</Extensions>
  821. </Platform>
  822. </DeployClass>
  823. <DeployClass Required="true" Name="DependencyPackage">
  824. <Platform Name="iOSDevice32">
  825. <Operation>1</Operation>
  826. <Extensions>.dylib</Extensions>
  827. </Platform>
  828. <Platform Name="iOSDevice64">
  829. <Operation>1</Operation>
  830. <Extensions>.dylib</Extensions>
  831. </Platform>
  832. <Platform Name="iOSSimARM64">
  833. <Operation>1</Operation>
  834. <Extensions>.dylib</Extensions>
  835. </Platform>
  836. <Platform Name="OSX32">
  837. <RemoteDir>Contents\MacOS</RemoteDir>
  838. <Operation>1</Operation>
  839. <Extensions>.dylib</Extensions>
  840. </Platform>
  841. <Platform Name="OSX64">
  842. <RemoteDir>Contents\MacOS</RemoteDir>
  843. <Operation>1</Operation>
  844. <Extensions>.dylib</Extensions>
  845. </Platform>
  846. <Platform Name="OSXARM64">
  847. <RemoteDir>Contents\MacOS</RemoteDir>
  848. <Operation>1</Operation>
  849. <Extensions>.dylib</Extensions>
  850. </Platform>
  851. <Platform Name="Win32">
  852. <Operation>0</Operation>
  853. <Extensions>.bpl</Extensions>
  854. </Platform>
  855. </DeployClass>
  856. <DeployClass Name="File">
  857. <Platform Name="Android">
  858. <Operation>0</Operation>
  859. </Platform>
  860. <Platform Name="Android64">
  861. <Operation>0</Operation>
  862. </Platform>
  863. <Platform Name="iOSDevice32">
  864. <Operation>0</Operation>
  865. </Platform>
  866. <Platform Name="iOSDevice64">
  867. <Operation>0</Operation>
  868. </Platform>
  869. <Platform Name="iOSSimARM64">
  870. <Operation>0</Operation>
  871. </Platform>
  872. <Platform Name="OSX32">
  873. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  874. <Operation>0</Operation>
  875. </Platform>
  876. <Platform Name="OSX64">
  877. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  878. <Operation>0</Operation>
  879. </Platform>
  880. <Platform Name="OSXARM64">
  881. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  882. <Operation>0</Operation>
  883. </Platform>
  884. <Platform Name="Win32">
  885. <Operation>0</Operation>
  886. </Platform>
  887. </DeployClass>
  888. <DeployClass Name="ProjectAndroidManifest">
  889. <Platform Name="Android">
  890. <Operation>1</Operation>
  891. </Platform>
  892. <Platform Name="Android64">
  893. <Operation>1</Operation>
  894. </Platform>
  895. </DeployClass>
  896. <DeployClass Name="ProjectOSXDebug">
  897. <Platform Name="OSX64">
  898. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. <Platform Name="OSXARM64">
  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. <Platform Name="OSXARM64">
  916. <RemoteDir>..\</RemoteDir>
  917. <Operation>1</Operation>
  918. </Platform>
  919. </DeployClass>
  920. <DeployClass Name="ProjectOSXInfoPList">
  921. <Platform Name="OSX32">
  922. <RemoteDir>Contents</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="OSX64">
  926. <RemoteDir>Contents</RemoteDir>
  927. <Operation>1</Operation>
  928. </Platform>
  929. <Platform Name="OSXARM64">
  930. <RemoteDir>Contents</RemoteDir>
  931. <Operation>1</Operation>
  932. </Platform>
  933. </DeployClass>
  934. <DeployClass Name="ProjectOSXResource">
  935. <Platform Name="OSX32">
  936. <RemoteDir>Contents\Resources</RemoteDir>
  937. <Operation>1</Operation>
  938. </Platform>
  939. <Platform Name="OSX64">
  940. <RemoteDir>Contents\Resources</RemoteDir>
  941. <Operation>1</Operation>
  942. </Platform>
  943. <Platform Name="OSXARM64">
  944. <RemoteDir>Contents\Resources</RemoteDir>
  945. <Operation>1</Operation>
  946. </Platform>
  947. </DeployClass>
  948. <DeployClass Required="true" Name="ProjectOutput">
  949. <Platform Name="Android">
  950. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="Android64">
  954. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  955. <Operation>1</Operation>
  956. </Platform>
  957. <Platform Name="iOSDevice32">
  958. <Operation>1</Operation>
  959. </Platform>
  960. <Platform Name="iOSDevice64">
  961. <Operation>1</Operation>
  962. </Platform>
  963. <Platform Name="iOSSimARM64">
  964. <Operation>1</Operation>
  965. </Platform>
  966. <Platform Name="Linux64">
  967. <Operation>1</Operation>
  968. </Platform>
  969. <Platform Name="OSX32">
  970. <RemoteDir>Contents\MacOS</RemoteDir>
  971. <Operation>1</Operation>
  972. </Platform>
  973. <Platform Name="OSX64">
  974. <RemoteDir>Contents\MacOS</RemoteDir>
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="OSXARM64">
  978. <RemoteDir>Contents\MacOS</RemoteDir>
  979. <Operation>1</Operation>
  980. </Platform>
  981. <Platform Name="Win32">
  982. <Operation>0</Operation>
  983. </Platform>
  984. </DeployClass>
  985. <DeployClass Name="ProjectOutput_Android32">
  986. <Platform Name="Android64">
  987. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  988. <Operation>1</Operation>
  989. </Platform>
  990. </DeployClass>
  991. <DeployClass Name="ProjectUWPManifest">
  992. <Platform Name="Win32">
  993. <Operation>1</Operation>
  994. </Platform>
  995. <Platform Name="Win64">
  996. <Operation>1</Operation>
  997. </Platform>
  998. <Platform Name="Win64x">
  999. <Operation>1</Operation>
  1000. </Platform>
  1001. </DeployClass>
  1002. <DeployClass Name="ProjectiOSDeviceDebug">
  1003. <Platform Name="iOSDevice32">
  1004. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. <Platform Name="iOSDevice64">
  1008. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. <Platform Name="iOSSimARM64">
  1012. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1013. <Operation>1</Operation>
  1014. </Platform>
  1015. </DeployClass>
  1016. <DeployClass Name="ProjectiOSEntitlements">
  1017. <Platform Name="iOSDevice32">
  1018. <RemoteDir>..\</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. <Platform Name="iOSDevice64">
  1022. <RemoteDir>..\</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. <Platform Name="iOSSimARM64">
  1026. <RemoteDir>..\</RemoteDir>
  1027. <Operation>1</Operation>
  1028. </Platform>
  1029. </DeployClass>
  1030. <DeployClass Name="ProjectiOSInfoPList">
  1031. <Platform Name="iOSDevice32">
  1032. <Operation>1</Operation>
  1033. </Platform>
  1034. <Platform Name="iOSDevice64">
  1035. <Operation>1</Operation>
  1036. </Platform>
  1037. <Platform Name="iOSSimARM64">
  1038. <Operation>1</Operation>
  1039. </Platform>
  1040. </DeployClass>
  1041. <DeployClass Name="ProjectiOSLaunchScreen">
  1042. <Platform Name="iOSDevice64">
  1043. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1044. <Operation>64</Operation>
  1045. </Platform>
  1046. <Platform Name="iOSSimARM64">
  1047. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1048. <Operation>64</Operation>
  1049. </Platform>
  1050. </DeployClass>
  1051. <DeployClass Name="ProjectiOSResource">
  1052. <Platform Name="iOSDevice32">
  1053. <Operation>1</Operation>
  1054. </Platform>
  1055. <Platform Name="iOSDevice64">
  1056. <Operation>1</Operation>
  1057. </Platform>
  1058. <Platform Name="iOSSimARM64">
  1059. <Operation>1</Operation>
  1060. </Platform>
  1061. </DeployClass>
  1062. <DeployClass Name="UWP_CppLogo150">
  1063. <Platform Name="Win32">
  1064. <RemoteDir>Assets</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="Win64">
  1068. <RemoteDir>Assets</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. <Platform Name="Win64x">
  1072. <RemoteDir>Assets</RemoteDir>
  1073. <Operation>1</Operation>
  1074. </Platform>
  1075. </DeployClass>
  1076. <DeployClass Name="UWP_CppLogo44">
  1077. <Platform Name="Win32">
  1078. <RemoteDir>Assets</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. <Platform Name="Win64">
  1082. <RemoteDir>Assets</RemoteDir>
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. <Platform Name="Win64x">
  1086. <RemoteDir>Assets</RemoteDir>
  1087. <Operation>1</Operation>
  1088. </Platform>
  1089. </DeployClass>
  1090. <DeployClass Name="iOS_AppStore1024">
  1091. <Platform Name="iOSDevice64">
  1092. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1093. <Operation>1</Operation>
  1094. </Platform>
  1095. <Platform Name="iOSSimARM64">
  1096. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1097. <Operation>1</Operation>
  1098. </Platform>
  1099. </DeployClass>
  1100. <DeployClass Name="iPad_AppIcon152">
  1101. <Platform Name="iOSDevice64">
  1102. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1103. <Operation>1</Operation>
  1104. </Platform>
  1105. <Platform Name="iOSSimARM64">
  1106. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1107. <Operation>1</Operation>
  1108. </Platform>
  1109. </DeployClass>
  1110. <DeployClass Name="iPad_AppIcon167">
  1111. <Platform Name="iOSDevice64">
  1112. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1113. <Operation>1</Operation>
  1114. </Platform>
  1115. <Platform Name="iOSSimARM64">
  1116. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1117. <Operation>1</Operation>
  1118. </Platform>
  1119. </DeployClass>
  1120. <DeployClass Name="iPad_Launch2x">
  1121. <Platform Name="iOSDevice64">
  1122. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1123. <Operation>1</Operation>
  1124. </Platform>
  1125. <Platform Name="iOSSimARM64">
  1126. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1127. <Operation>1</Operation>
  1128. </Platform>
  1129. </DeployClass>
  1130. <DeployClass Name="iPad_LaunchDark2x">
  1131. <Platform Name="iOSDevice64">
  1132. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1133. <Operation>1</Operation>
  1134. </Platform>
  1135. <Platform Name="iOSSimARM64">
  1136. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1137. <Operation>1</Operation>
  1138. </Platform>
  1139. </DeployClass>
  1140. <DeployClass Name="iPad_Notification40">
  1141. <Platform Name="iOSDevice64">
  1142. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. <Platform Name="iOSSimARM64">
  1146. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1147. <Operation>1</Operation>
  1148. </Platform>
  1149. </DeployClass>
  1150. <DeployClass Name="iPad_Setting58">
  1151. <Platform Name="iOSDevice64">
  1152. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1153. <Operation>1</Operation>
  1154. </Platform>
  1155. <Platform Name="iOSSimARM64">
  1156. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1157. <Operation>1</Operation>
  1158. </Platform>
  1159. </DeployClass>
  1160. <DeployClass Name="iPad_SpotLight80">
  1161. <Platform Name="iOSDevice64">
  1162. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1163. <Operation>1</Operation>
  1164. </Platform>
  1165. <Platform Name="iOSSimARM64">
  1166. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1167. <Operation>1</Operation>
  1168. </Platform>
  1169. </DeployClass>
  1170. <DeployClass Name="iPhone_AppIcon120">
  1171. <Platform Name="iOSDevice64">
  1172. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1173. <Operation>1</Operation>
  1174. </Platform>
  1175. <Platform Name="iOSSimARM64">
  1176. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1177. <Operation>1</Operation>
  1178. </Platform>
  1179. </DeployClass>
  1180. <DeployClass Name="iPhone_AppIcon180">
  1181. <Platform Name="iOSDevice64">
  1182. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1183. <Operation>1</Operation>
  1184. </Platform>
  1185. <Platform Name="iOSSimARM64">
  1186. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1187. <Operation>1</Operation>
  1188. </Platform>
  1189. </DeployClass>
  1190. <DeployClass Name="iPhone_Launch2x">
  1191. <Platform Name="iOSDevice64">
  1192. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1193. <Operation>1</Operation>
  1194. </Platform>
  1195. <Platform Name="iOSSimARM64">
  1196. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1197. <Operation>1</Operation>
  1198. </Platform>
  1199. </DeployClass>
  1200. <DeployClass Name="iPhone_Launch3x">
  1201. <Platform Name="iOSDevice64">
  1202. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1203. <Operation>1</Operation>
  1204. </Platform>
  1205. <Platform Name="iOSSimARM64">
  1206. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1207. <Operation>1</Operation>
  1208. </Platform>
  1209. </DeployClass>
  1210. <DeployClass Name="iPhone_LaunchDark2x">
  1211. <Platform Name="iOSDevice64">
  1212. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1213. <Operation>1</Operation>
  1214. </Platform>
  1215. <Platform Name="iOSSimARM64">
  1216. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1217. <Operation>1</Operation>
  1218. </Platform>
  1219. </DeployClass>
  1220. <DeployClass Name="iPhone_LaunchDark3x">
  1221. <Platform Name="iOSDevice64">
  1222. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1223. <Operation>1</Operation>
  1224. </Platform>
  1225. <Platform Name="iOSSimARM64">
  1226. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1227. <Operation>1</Operation>
  1228. </Platform>
  1229. </DeployClass>
  1230. <DeployClass Name="iPhone_Notification40">
  1231. <Platform Name="iOSDevice64">
  1232. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1233. <Operation>1</Operation>
  1234. </Platform>
  1235. <Platform Name="iOSSimARM64">
  1236. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1237. <Operation>1</Operation>
  1238. </Platform>
  1239. </DeployClass>
  1240. <DeployClass Name="iPhone_Notification60">
  1241. <Platform Name="iOSDevice64">
  1242. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1243. <Operation>1</Operation>
  1244. </Platform>
  1245. <Platform Name="iOSSimARM64">
  1246. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1247. <Operation>1</Operation>
  1248. </Platform>
  1249. </DeployClass>
  1250. <DeployClass Name="iPhone_Setting58">
  1251. <Platform Name="iOSDevice64">
  1252. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1253. <Operation>1</Operation>
  1254. </Platform>
  1255. <Platform Name="iOSSimARM64">
  1256. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1257. <Operation>1</Operation>
  1258. </Platform>
  1259. </DeployClass>
  1260. <DeployClass Name="iPhone_Setting87">
  1261. <Platform Name="iOSDevice64">
  1262. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1263. <Operation>1</Operation>
  1264. </Platform>
  1265. <Platform Name="iOSSimARM64">
  1266. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1267. <Operation>1</Operation>
  1268. </Platform>
  1269. </DeployClass>
  1270. <DeployClass Name="iPhone_Spotlight120">
  1271. <Platform Name="iOSDevice64">
  1272. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1273. <Operation>1</Operation>
  1274. </Platform>
  1275. <Platform Name="iOSSimARM64">
  1276. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1277. <Operation>1</Operation>
  1278. </Platform>
  1279. </DeployClass>
  1280. <DeployClass Name="iPhone_Spotlight80">
  1281. <Platform Name="iOSDevice64">
  1282. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1283. <Operation>1</Operation>
  1284. </Platform>
  1285. <Platform Name="iOSSimARM64">
  1286. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1287. <Operation>1</Operation>
  1288. </Platform>
  1289. </DeployClass>
  1290. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1291. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1292. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1293. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1294. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1295. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1296. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1297. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1298. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1299. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1300. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1301. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1302. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1303. </Deployment>
  1304. <Platforms>
  1305. <Platform value="Win32">True</Platform>
  1306. <Platform value="Win64">True</Platform>
  1307. <Platform value="Win64x">False</Platform>
  1308. </Platforms>
  1309. </BorlandProject>
  1310. <ProjectFileVersion>12</ProjectFileVersion>
  1311. </ProjectExtensions>
  1312. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1313. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1314. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1315. </Project>