FPSMovementC.cbproj 70 KB

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