CullingC.cbproj 68 KB

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