ShadedTerrainC.cbproj 68 KB

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