MultipassC.cbproj 70 KB

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