ManualC.cbproj 75 KB

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