SimpleShaderC.cbproj 72 KB

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