SimpleNaviC.cbproj 74 KB

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