2
0

WaterPlaneC.cbproj 67 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{FD7AA87D-109A-438F-987B-9F32DDFBA3F8}</ProjectGuid>
  4. <ProjectType>CppVCLApplication</ProjectType>
  5. <MainSource>WaterPlaneC.cpp</MainSource>
  6. <Base>True</Base>
  7. <Config Condition="'$(Config)'==''">Debug</Config>
  8. <FrameworkType>VCL</FrameworkType>
  9. <ProjectVersion>20.2</ProjectVersion>
  10. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  11. <TargetedPlatforms>1</TargetedPlatforms>
  12. <AppType>Application</AppType>
  13. <ProjectName Condition="'$(ProjectName)'==''">WaterPlaneC</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>WaterPlaneC</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. <DCC_CBuilderOutput>JPHNE</DCC_CBuilderOutput>
  85. <AllPackageLibs>rtl.lib;vcl.lib;GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</AllPackageLibs>
  86. <BCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BCC_IncludePath)</BCC_IncludePath>
  87. <BRCC_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(BRCC_IncludePath)</BRCC_IncludePath>
  88. <BCC_GenerateWindowsApp>true</BCC_GenerateWindowsApp>
  89. <DCC_AdditionalSwitches> -M</DCC_AdditionalSwitches>
  90. <DynamicRTL>true</DynamicRTL>
  91. <ILINK_LibraryPath>$(BDS)\lib\obj;$(BDS)\lib;..\..\..\..\lib;..\..\..\..\dcu;$(BDS)\lib\psdk;$(ILINK_LibraryPath)</ILINK_LibraryPath>
  92. <TASM_IncludePath>$(BDS)\include;$(BDS)\include\vcl;..\..\..\..\include;$(TASM_IncludePath)</TASM_IncludePath>
  93. <BCC_DebugLineNumbers>true</BCC_DebugLineNumbers>
  94. <DCC_IncludePath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_IncludePath)</DCC_IncludePath>
  95. <ILINK_AppType>Windows</ILINK_AppType>
  96. <BCC_InlineFunctionExpansion>false</BCC_InlineFunctionExpansion>
  97. <PackageImports>rtl.bpi;vcl.bpi;$(PackageImports)</PackageImports>
  98. <BCC_PCHCache>true</BCC_PCHCache>
  99. <DCC_UnitSearchPath>.\;$(BDS)\lib;$(BDS)\lib\obj;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
  100. <BCC_DisableOptimizations>true</BCC_DisableOptimizations>
  101. <TASM_AdditionalSwitches> /w2</TASM_AdditionalSwitches>
  102. <ILINK_FullDebugInfo>true</ILINK_FullDebugInfo>
  103. <FinalOutputDir>.</FinalOutputDir>
  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. <BRCC_Defines>_DEBUG;$(BRCC_Defines)</BRCC_Defines>
  115. <OutputExt>exe</OutputExt>
  116. <Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
  117. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  118. <VerInfo_Locale>1033</VerInfo_Locale>
  119. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  120. <Icon_MainIcon>waterplane_Icon.ico</Icon_MainIcon>
  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. <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>waterplane_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. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  144. <TASM_DisplaySourceLines>true</TASM_DisplaySourceLines>
  145. <ILINK_LibraryPath>$(BDS)\lib\debug;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  146. <ILINK_DisableIncrementalLinking>true</ILINK_DisableIncrementalLinking>
  147. <TASM_Debugging>Full</TASM_Debugging>
  148. <IntermediateOutputDir>Debug_Build</IntermediateOutputDir>
  149. <DCC_Define>DEBUG;$(DCC_Define);$(DCC_Define)</DCC_Define>
  150. <DCC_AdditionalSwitches> -M -V</DCC_AdditionalSwitches>
  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. <FinalOutputDir>.\$(Platform)\$(Config)</FinalOutputDir>
  157. <IntermediateOutputDir>.\$(Platform)\$(Config)</IntermediateOutputDir>
  158. <Defines>DEBUG;$(Defines)</Defines>
  159. <Icon_MainIcon>$(BDS)\bin\cbuilder_PROJECTICON.ico</Icon_MainIcon>
  160. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  161. <VerInfo_Locale>1033</VerInfo_Locale>
  162. <LinkPackageStatics>GLScene_RT.lib;fmx.lib;xmlrtl.lib;vclimg.lib</LinkPackageStatics>
  163. <LinkPackageImports>rtl.bpi;vcl.bpi</LinkPackageImports>
  164. <BT_BuildType>Debug</BT_BuildType>
  165. </PropertyGroup>
  166. <PropertyGroup Condition="'$(Cfg_1_Win64)'!=''">
  167. <Defines>DEBUG;$(Defines)</Defines>
  168. <BCC_Defines>_DEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  169. </PropertyGroup>
  170. <PropertyGroup Condition="'$(Cfg_1_Win64x)'!=''">
  171. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  172. </PropertyGroup>
  173. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  174. <DCC_AdditionalSwitches> -M -$O+</DCC_AdditionalSwitches>
  175. <ILINK_LibraryPath>$(BDS)\lib\release;$(ILINK_LibraryPath);$(ILINK_LibraryPath)</ILINK_LibraryPath>
  176. <BCC_OptimizationLevel>Level2</BCC_OptimizationLevel>
  177. <BCC_InlineFunctionExpansion>true</BCC_InlineFunctionExpansion>
  178. <TASM_Debugging>None</TASM_Debugging>
  179. <IntermediateOutputDir>Release_Build</IntermediateOutputDir>
  180. </PropertyGroup>
  181. <PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
  182. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  183. <BCC_UserSuppliedOptions> -tWM -6 -ff -Vx -r- -k -Ve -r</BCC_UserSuppliedOptions>
  184. </PropertyGroup>
  185. <PropertyGroup Condition="'$(Cfg_2_Win64)'!=''">
  186. <BCC_Defines>NDEBUG;$(BCC_Defines);$(BCC_Defines)</BCC_Defines>
  187. </PropertyGroup>
  188. <PropertyGroup Condition="'$(Cfg_2_Win64x)'!=''">
  189. <AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
  190. </PropertyGroup>
  191. <ItemGroup>
  192. <CppCompile Include="fWaterPlaneC.cpp">
  193. <BuildOrder>2</BuildOrder>
  194. <Form>FormWaterPlane</Form>
  195. <DependentOn>fWaterPlaneC.h</DependentOn>
  196. <BuildOrder>0</BuildOrder>
  197. </CppCompile>
  198. <CppCompile Include="WaterPlaneC.cpp">
  199. <BuildOrder>-1</BuildOrder>
  200. <BuildOrder>0</BuildOrder>
  201. </CppCompile>
  202. <ResFiles Include="WaterPlaneC.res">
  203. <BuildOrder>-1</BuildOrder>
  204. <BuildOrder>1</BuildOrder>
  205. </ResFiles>
  206. <FormResources Include="fWaterPlaneC.dfm"/>
  207. <BuildConfiguration Include="Base">
  208. <Key>Base</Key>
  209. </BuildConfiguration>
  210. <BuildConfiguration Include="Debug">
  211. <Key>Cfg_1</Key>
  212. <CfgParent>Base</CfgParent>
  213. </BuildConfiguration>
  214. <BuildConfiguration Include="Release">
  215. <Key>Cfg_2</Key>
  216. <CfgParent>Base</CfgParent>
  217. </BuildConfiguration>
  218. </ItemGroup>
  219. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets"/>
  220. <ProjectExtensions>
  221. <Borland.Personality>CPlusPlusBuilder.Personality.12</Borland.Personality>
  222. <Borland.ProjectType>CppVCLApplication</Borland.ProjectType>
  223. <BorlandProject>
  224. <CPlusPlusBuilder.Personality>
  225. <VersionInfo>
  226. <VersionInfo Name="IncludeVerInfo">False</VersionInfo>
  227. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  228. <VersionInfo Name="MajorVer">1</VersionInfo>
  229. <VersionInfo Name="MinorVer">0</VersionInfo>
  230. <VersionInfo Name="Release">0</VersionInfo>
  231. <VersionInfo Name="Build">0</VersionInfo>
  232. <VersionInfo Name="Debug">False</VersionInfo>
  233. <VersionInfo Name="PreRelease">False</VersionInfo>
  234. <VersionInfo Name="Special">False</VersionInfo>
  235. <VersionInfo Name="Private">False</VersionInfo>
  236. <VersionInfo Name="DLL">False</VersionInfo>
  237. <VersionInfo Name="Locale">1036</VersionInfo>
  238. <VersionInfo Name="CodePage">1252</VersionInfo>
  239. </VersionInfo>
  240. <VersionInfoKeys>
  241. <VersionInfoKeys Name="CompanyName"/>
  242. <VersionInfoKeys Name="FileDescription"/>
  243. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  244. <VersionInfoKeys Name="InternalName"/>
  245. <VersionInfoKeys Name="LegalCopyright"/>
  246. <VersionInfoKeys Name="LegalTrademarks"/>
  247. <VersionInfoKeys Name="OriginalFilename"/>
  248. <VersionInfoKeys Name="ProductName"/>
  249. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  250. <VersionInfoKeys Name="Comments"/>
  251. </VersionInfoKeys>
  252. <Debugging>
  253. <Debugging Name="DebugSourceDirs">$(BCB)\source\vcl</Debugging>
  254. </Debugging>
  255. <Parameters>
  256. <Parameters Name="RunParams"/>
  257. <Parameters Name="HostApplication"/>
  258. <Parameters Name="RemoteHost"/>
  259. <Parameters Name="RemotePath"/>
  260. <Parameters Name="RemoteDebug">0</Parameters>
  261. </Parameters>
  262. <Compiler>
  263. <Compiler Name="ShowInfoMsgs">0</Compiler>
  264. <Compiler Name="LinkDebugVcl">0</Compiler>
  265. <Compiler Name="LinkCGLIB">0</Compiler>
  266. </Compiler>
  267. <ProjectProperties>
  268. <ProjectProperties Name="AutoShowDeps">False</ProjectProperties>
  269. <ProjectProperties Name="ManagePaths">True</ProjectProperties>
  270. <ProjectProperties Name="VerifyPackages">True</ProjectProperties>
  271. <ProjectProperties Name="IndexFiles">False</ProjectProperties>
  272. </ProjectProperties>
  273. <Source>
  274. <Source Name="MainSource">WaterPlaneC.cpp</Source>
  275. </Source>
  276. </CPlusPlusBuilder.Personality>
  277. <Platforms>
  278. <Platform value="Win32">True</Platform>
  279. <Platform value="Win64">False</Platform>
  280. <Platform value="Win64x">False</Platform>
  281. </Platforms>
  282. <Deployment Version="5">
  283. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgcrtl.dylib" Class="DependencyModule">
  284. <Platform Name="OSX32">
  285. <Overwrite>true</Overwrite>
  286. </Platform>
  287. </DeployFile>
  288. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx32\libcgstl.dylib" Class="DependencyModule">
  289. <Platform Name="OSX32">
  290. <Overwrite>true</Overwrite>
  291. </Platform>
  292. </DeployFile>
  293. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgcrtl.dylib" Class="DependencyModule"/>
  294. <DeployFile Condition="'$(DynamicRTL)'=='true'" LocalName="$(BDS)\Redist\osx64\libcgstl.dylib" Class="DependencyModule"/>
  295. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin64\borlndmm.dll" Class="DependencyModule">
  296. <Platform Name="Win64">
  297. <Overwrite>true</Overwrite>
  298. </Platform>
  299. </DeployFile>
  300. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64260.dll" Class="DependencyModule"/>
  301. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64260mt.dll" Class="DependencyModule"/>
  302. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64280.dll" Class="DependencyModule"/>
  303. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64280mt.dll" Class="DependencyModule"/>
  304. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin64\cc64290.dll" Class="DependencyModule">
  305. <Platform Name="Win64">
  306. <Overwrite>true</Overwrite>
  307. </Platform>
  308. </DeployFile>
  309. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin64\cc64290mt.dll" Class="DependencyModule">
  310. <Platform Name="Win64">
  311. <Overwrite>true</Overwrite>
  312. </Platform>
  313. </DeployFile>
  314. <DeployFile Condition="'$(UsingDelphiRTL)'=='true'" LocalName="$(BDS)\bin\borlndmm.dll" Class="DependencyModule">
  315. <Platform Name="Win32">
  316. <Overwrite>true</Overwrite>
  317. </Platform>
  318. </DeployFile>
  319. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32260.dll" Class="DependencyModule"/>
  320. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32260mt.dll" Class="DependencyModule"/>
  321. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32280.dll" Class="DependencyModule"/>
  322. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32280mt.dll" Class="DependencyModule"/>
  323. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32290.dll" Class="DependencyModule">
  324. <Platform Name="Win32">
  325. <Overwrite>true</Overwrite>
  326. </Platform>
  327. </DeployFile>
  328. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32290mt.dll" Class="DependencyModule">
  329. <Platform Name="Win32">
  330. <Overwrite>true</Overwrite>
  331. </Platform>
  332. </DeployFile>
  333. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c260.dll" Class="DependencyModule"/>
  334. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c260mt.dll" Class="DependencyModule"/>
  335. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c280.dll" Class="DependencyModule"/>
  336. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c280mt.dll" Class="DependencyModule"/>
  337. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'!='true'" LocalName="$(BDS)\bin\cc32c290.dll" Class="DependencyModule">
  338. <Platform Name="Win32">
  339. <Overwrite>true</Overwrite>
  340. </Platform>
  341. </DeployFile>
  342. <DeployFile Condition="'$(DynamicRTL)'=='true' And '$(Multithreaded)'=='true'" LocalName="$(BDS)\bin\cc32c290mt.dll" Class="DependencyModule">
  343. <Platform Name="Win32">
  344. <Overwrite>true</Overwrite>
  345. </Platform>
  346. </DeployFile>
  347. <DeployFile LocalName=".\Win32\Debug\WaterPlaneC.exe" Configuration="Debug" Class="ProjectOutput"/>
  348. <DeployFile LocalName=".\Win32\Debug\WaterPlaneC.tds" Configuration="Debug" Class="DebugSymbols"/>
  349. <DeployFile LocalName="WaterPlaneC.res" Configuration="Debug" Class="ProjectFile"/>
  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="Android_AdaptiveIcon">
  465. <Platform Name="Android">
  466. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  467. <Operation>1</Operation>
  468. </Platform>
  469. <Platform Name="Android64">
  470. <RemoteDir>res\drawable-anydpi-v26</RemoteDir>
  471. <Operation>1</Operation>
  472. </Platform>
  473. </DeployClass>
  474. <DeployClass Name="Android_AdaptiveIconBackground">
  475. <Platform Name="Android">
  476. <RemoteDir>res\drawable</RemoteDir>
  477. <Operation>1</Operation>
  478. </Platform>
  479. <Platform Name="Android64">
  480. <RemoteDir>res\drawable</RemoteDir>
  481. <Operation>1</Operation>
  482. </Platform>
  483. </DeployClass>
  484. <DeployClass Name="Android_AdaptiveIconForeground">
  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_AdaptiveIconMonochrome">
  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_AdaptiveIconV33">
  505. <Platform Name="Android">
  506. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  507. <Operation>1</Operation>
  508. </Platform>
  509. <Platform Name="Android64">
  510. <RemoteDir>res\drawable-anydpi-v33</RemoteDir>
  511. <Operation>1</Operation>
  512. </Platform>
  513. </DeployClass>
  514. <DeployClass Name="Android_Colors">
  515. <Platform Name="Android">
  516. <RemoteDir>res\values</RemoteDir>
  517. <Operation>1</Operation>
  518. </Platform>
  519. <Platform Name="Android64">
  520. <RemoteDir>res\values</RemoteDir>
  521. <Operation>1</Operation>
  522. </Platform>
  523. </DeployClass>
  524. <DeployClass Name="Android_ColorsDark">
  525. <Platform Name="Android">
  526. <RemoteDir>res\values-night-v21</RemoteDir>
  527. <Operation>1</Operation>
  528. </Platform>
  529. <Platform Name="Android64">
  530. <RemoteDir>res\values-night-v21</RemoteDir>
  531. <Operation>1</Operation>
  532. </Platform>
  533. </DeployClass>
  534. <DeployClass Name="Android_DefaultAppIcon">
  535. <Platform Name="Android">
  536. <RemoteDir>res\drawable</RemoteDir>
  537. <Operation>1</Operation>
  538. </Platform>
  539. <Platform Name="Android64">
  540. <RemoteDir>res\drawable</RemoteDir>
  541. <Operation>1</Operation>
  542. </Platform>
  543. </DeployClass>
  544. <DeployClass Name="Android_LauncherIcon144">
  545. <Platform Name="Android">
  546. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  547. <Operation>1</Operation>
  548. </Platform>
  549. <Platform Name="Android64">
  550. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  551. <Operation>1</Operation>
  552. </Platform>
  553. </DeployClass>
  554. <DeployClass Name="Android_LauncherIcon192">
  555. <Platform Name="Android">
  556. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  557. <Operation>1</Operation>
  558. </Platform>
  559. <Platform Name="Android64">
  560. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  561. <Operation>1</Operation>
  562. </Platform>
  563. </DeployClass>
  564. <DeployClass Name="Android_LauncherIcon36">
  565. <Platform Name="Android">
  566. <RemoteDir>res\drawable-ldpi</RemoteDir>
  567. <Operation>1</Operation>
  568. </Platform>
  569. <Platform Name="Android64">
  570. <RemoteDir>res\drawable-ldpi</RemoteDir>
  571. <Operation>1</Operation>
  572. </Platform>
  573. </DeployClass>
  574. <DeployClass Name="Android_LauncherIcon48">
  575. <Platform Name="Android">
  576. <RemoteDir>res\drawable-mdpi</RemoteDir>
  577. <Operation>1</Operation>
  578. </Platform>
  579. <Platform Name="Android64">
  580. <RemoteDir>res\drawable-mdpi</RemoteDir>
  581. <Operation>1</Operation>
  582. </Platform>
  583. </DeployClass>
  584. <DeployClass Name="Android_LauncherIcon72">
  585. <Platform Name="Android">
  586. <RemoteDir>res\drawable-hdpi</RemoteDir>
  587. <Operation>1</Operation>
  588. </Platform>
  589. <Platform Name="Android64">
  590. <RemoteDir>res\drawable-hdpi</RemoteDir>
  591. <Operation>1</Operation>
  592. </Platform>
  593. </DeployClass>
  594. <DeployClass Name="Android_LauncherIcon96">
  595. <Platform Name="Android">
  596. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  597. <Operation>1</Operation>
  598. </Platform>
  599. <Platform Name="Android64">
  600. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  601. <Operation>1</Operation>
  602. </Platform>
  603. </DeployClass>
  604. <DeployClass Name="Android_NotificationIcon24">
  605. <Platform Name="Android">
  606. <RemoteDir>res\drawable-mdpi</RemoteDir>
  607. <Operation>1</Operation>
  608. </Platform>
  609. <Platform Name="Android64">
  610. <RemoteDir>res\drawable-mdpi</RemoteDir>
  611. <Operation>1</Operation>
  612. </Platform>
  613. </DeployClass>
  614. <DeployClass Name="Android_NotificationIcon36">
  615. <Platform Name="Android">
  616. <RemoteDir>res\drawable-hdpi</RemoteDir>
  617. <Operation>1</Operation>
  618. </Platform>
  619. <Platform Name="Android64">
  620. <RemoteDir>res\drawable-hdpi</RemoteDir>
  621. <Operation>1</Operation>
  622. </Platform>
  623. </DeployClass>
  624. <DeployClass Name="Android_NotificationIcon48">
  625. <Platform Name="Android">
  626. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  627. <Operation>1</Operation>
  628. </Platform>
  629. <Platform Name="Android64">
  630. <RemoteDir>res\drawable-xhdpi</RemoteDir>
  631. <Operation>1</Operation>
  632. </Platform>
  633. </DeployClass>
  634. <DeployClass Name="Android_NotificationIcon72">
  635. <Platform Name="Android">
  636. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  637. <Operation>1</Operation>
  638. </Platform>
  639. <Platform Name="Android64">
  640. <RemoteDir>res\drawable-xxhdpi</RemoteDir>
  641. <Operation>1</Operation>
  642. </Platform>
  643. </DeployClass>
  644. <DeployClass Name="Android_NotificationIcon96">
  645. <Platform Name="Android">
  646. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  647. <Operation>1</Operation>
  648. </Platform>
  649. <Platform Name="Android64">
  650. <RemoteDir>res\drawable-xxxhdpi</RemoteDir>
  651. <Operation>1</Operation>
  652. </Platform>
  653. </DeployClass>
  654. <DeployClass Name="Android_SplashImage426">
  655. <Platform Name="Android">
  656. <RemoteDir>res\drawable-small</RemoteDir>
  657. <Operation>1</Operation>
  658. </Platform>
  659. <Platform Name="Android64">
  660. <RemoteDir>res\drawable-small</RemoteDir>
  661. <Operation>1</Operation>
  662. </Platform>
  663. </DeployClass>
  664. <DeployClass Name="Android_SplashImage470">
  665. <Platform Name="Android">
  666. <RemoteDir>res\drawable-normal</RemoteDir>
  667. <Operation>1</Operation>
  668. </Platform>
  669. <Platform Name="Android64">
  670. <RemoteDir>res\drawable-normal</RemoteDir>
  671. <Operation>1</Operation>
  672. </Platform>
  673. </DeployClass>
  674. <DeployClass Name="Android_SplashImage640">
  675. <Platform Name="Android">
  676. <RemoteDir>res\drawable-large</RemoteDir>
  677. <Operation>1</Operation>
  678. </Platform>
  679. <Platform Name="Android64">
  680. <RemoteDir>res\drawable-large</RemoteDir>
  681. <Operation>1</Operation>
  682. </Platform>
  683. </DeployClass>
  684. <DeployClass Name="Android_SplashImage960">
  685. <Platform Name="Android">
  686. <RemoteDir>res\drawable-xlarge</RemoteDir>
  687. <Operation>1</Operation>
  688. </Platform>
  689. <Platform Name="Android64">
  690. <RemoteDir>res\drawable-xlarge</RemoteDir>
  691. <Operation>1</Operation>
  692. </Platform>
  693. </DeployClass>
  694. <DeployClass Name="Android_Strings">
  695. <Platform Name="Android">
  696. <RemoteDir>res\values</RemoteDir>
  697. <Operation>1</Operation>
  698. </Platform>
  699. <Platform Name="Android64">
  700. <RemoteDir>res\values</RemoteDir>
  701. <Operation>1</Operation>
  702. </Platform>
  703. </DeployClass>
  704. <DeployClass Name="Android_VectorizedNotificationIcon">
  705. <Platform Name="Android">
  706. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  707. <Operation>1</Operation>
  708. </Platform>
  709. <Platform Name="Android64">
  710. <RemoteDir>res\drawable-anydpi-v24</RemoteDir>
  711. <Operation>1</Operation>
  712. </Platform>
  713. </DeployClass>
  714. <DeployClass Name="Android_VectorizedSplash">
  715. <Platform Name="Android">
  716. <RemoteDir>res\drawable</RemoteDir>
  717. <Operation>1</Operation>
  718. </Platform>
  719. <Platform Name="Android64">
  720. <RemoteDir>res\drawable</RemoteDir>
  721. <Operation>1</Operation>
  722. </Platform>
  723. </DeployClass>
  724. <DeployClass Name="Android_VectorizedSplashDark">
  725. <Platform Name="Android">
  726. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  727. <Operation>1</Operation>
  728. </Platform>
  729. <Platform Name="Android64">
  730. <RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
  731. <Operation>1</Operation>
  732. </Platform>
  733. </DeployClass>
  734. <DeployClass Name="Android_VectorizedSplashV31">
  735. <Platform Name="Android">
  736. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  737. <Operation>1</Operation>
  738. </Platform>
  739. <Platform Name="Android64">
  740. <RemoteDir>res\drawable-anydpi-v31</RemoteDir>
  741. <Operation>1</Operation>
  742. </Platform>
  743. </DeployClass>
  744. <DeployClass Name="Android_VectorizedSplashV31Dark">
  745. <Platform Name="Android">
  746. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  747. <Operation>1</Operation>
  748. </Platform>
  749. <Platform Name="Android64">
  750. <RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
  751. <Operation>1</Operation>
  752. </Platform>
  753. </DeployClass>
  754. <DeployClass Name="DebugSymbols">
  755. <Platform Name="iOSSimulator">
  756. <Operation>1</Operation>
  757. </Platform>
  758. <Platform Name="OSX32">
  759. <RemoteDir>Contents\MacOS</RemoteDir>
  760. <Operation>1</Operation>
  761. </Platform>
  762. <Platform Name="Win32">
  763. <Operation>0</Operation>
  764. </Platform>
  765. </DeployClass>
  766. <DeployClass Name="DependencyFramework">
  767. <Platform Name="OSX32">
  768. <RemoteDir>Contents\MacOS</RemoteDir>
  769. <Operation>1</Operation>
  770. <Extensions>.framework</Extensions>
  771. </Platform>
  772. <Platform Name="OSX64">
  773. <RemoteDir>Contents\MacOS</RemoteDir>
  774. <Operation>1</Operation>
  775. <Extensions>.framework</Extensions>
  776. </Platform>
  777. <Platform Name="OSXARM64">
  778. <RemoteDir>Contents\MacOS</RemoteDir>
  779. <Operation>1</Operation>
  780. <Extensions>.framework</Extensions>
  781. </Platform>
  782. <Platform Name="Win32">
  783. <Operation>0</Operation>
  784. </Platform>
  785. </DeployClass>
  786. <DeployClass Name="DependencyModule">
  787. <Platform Name="iOSDevice32">
  788. <Operation>1</Operation>
  789. <Extensions>.dylib</Extensions>
  790. </Platform>
  791. <Platform Name="iOSDevice64">
  792. <Operation>1</Operation>
  793. <Extensions>.dylib</Extensions>
  794. </Platform>
  795. <Platform Name="iOSSimARM64">
  796. <Operation>1</Operation>
  797. <Extensions>.dylib</Extensions>
  798. </Platform>
  799. <Platform Name="OSX32">
  800. <RemoteDir>Contents\MacOS</RemoteDir>
  801. <Operation>1</Operation>
  802. <Extensions>.dylib</Extensions>
  803. </Platform>
  804. <Platform Name="OSX64">
  805. <RemoteDir>Contents\MacOS</RemoteDir>
  806. <Operation>1</Operation>
  807. <Extensions>.dylib</Extensions>
  808. </Platform>
  809. <Platform Name="OSXARM64">
  810. <RemoteDir>Contents\MacOS</RemoteDir>
  811. <Operation>1</Operation>
  812. <Extensions>.dylib</Extensions>
  813. </Platform>
  814. <Platform Name="Win32">
  815. <Operation>0</Operation>
  816. <Extensions>.dll;.bpl</Extensions>
  817. </Platform>
  818. </DeployClass>
  819. <DeployClass Required="true" Name="DependencyPackage">
  820. <Platform Name="iOSDevice32">
  821. <Operation>1</Operation>
  822. <Extensions>.dylib</Extensions>
  823. </Platform>
  824. <Platform Name="iOSDevice64">
  825. <Operation>1</Operation>
  826. <Extensions>.dylib</Extensions>
  827. </Platform>
  828. <Platform Name="iOSSimARM64">
  829. <Operation>1</Operation>
  830. <Extensions>.dylib</Extensions>
  831. </Platform>
  832. <Platform Name="OSX32">
  833. <RemoteDir>Contents\MacOS</RemoteDir>
  834. <Operation>1</Operation>
  835. <Extensions>.dylib</Extensions>
  836. </Platform>
  837. <Platform Name="OSX64">
  838. <RemoteDir>Contents\MacOS</RemoteDir>
  839. <Operation>1</Operation>
  840. <Extensions>.dylib</Extensions>
  841. </Platform>
  842. <Platform Name="OSXARM64">
  843. <RemoteDir>Contents\MacOS</RemoteDir>
  844. <Operation>1</Operation>
  845. <Extensions>.dylib</Extensions>
  846. </Platform>
  847. <Platform Name="Win32">
  848. <Operation>0</Operation>
  849. <Extensions>.bpl</Extensions>
  850. </Platform>
  851. </DeployClass>
  852. <DeployClass Name="File">
  853. <Platform Name="Android">
  854. <Operation>0</Operation>
  855. </Platform>
  856. <Platform Name="Android64">
  857. <Operation>0</Operation>
  858. </Platform>
  859. <Platform Name="iOSDevice32">
  860. <Operation>0</Operation>
  861. </Platform>
  862. <Platform Name="iOSDevice64">
  863. <Operation>0</Operation>
  864. </Platform>
  865. <Platform Name="iOSSimARM64">
  866. <Operation>0</Operation>
  867. </Platform>
  868. <Platform Name="OSX32">
  869. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  870. <Operation>0</Operation>
  871. </Platform>
  872. <Platform Name="OSX64">
  873. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  874. <Operation>0</Operation>
  875. </Platform>
  876. <Platform Name="OSXARM64">
  877. <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
  878. <Operation>0</Operation>
  879. </Platform>
  880. <Platform Name="Win32">
  881. <Operation>0</Operation>
  882. </Platform>
  883. </DeployClass>
  884. <DeployClass Name="ProjectAndroidManifest">
  885. <Platform Name="Android">
  886. <Operation>1</Operation>
  887. </Platform>
  888. <Platform Name="Android64">
  889. <Operation>1</Operation>
  890. </Platform>
  891. </DeployClass>
  892. <DeployClass Name="ProjectOSXDebug">
  893. <Platform Name="OSX64">
  894. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  895. <Operation>1</Operation>
  896. </Platform>
  897. <Platform Name="OSXARM64">
  898. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  899. <Operation>1</Operation>
  900. </Platform>
  901. </DeployClass>
  902. <DeployClass Name="ProjectOSXEntitlements">
  903. <Platform Name="OSX32">
  904. <RemoteDir>..\</RemoteDir>
  905. <Operation>1</Operation>
  906. </Platform>
  907. <Platform Name="OSX64">
  908. <RemoteDir>..\</RemoteDir>
  909. <Operation>1</Operation>
  910. </Platform>
  911. <Platform Name="OSXARM64">
  912. <RemoteDir>..\</RemoteDir>
  913. <Operation>1</Operation>
  914. </Platform>
  915. </DeployClass>
  916. <DeployClass Name="ProjectOSXInfoPList">
  917. <Platform Name="OSX32">
  918. <RemoteDir>Contents</RemoteDir>
  919. <Operation>1</Operation>
  920. </Platform>
  921. <Platform Name="OSX64">
  922. <RemoteDir>Contents</RemoteDir>
  923. <Operation>1</Operation>
  924. </Platform>
  925. <Platform Name="OSXARM64">
  926. <RemoteDir>Contents</RemoteDir>
  927. <Operation>1</Operation>
  928. </Platform>
  929. </DeployClass>
  930. <DeployClass Name="ProjectOSXResource">
  931. <Platform Name="OSX32">
  932. <RemoteDir>Contents\Resources</RemoteDir>
  933. <Operation>1</Operation>
  934. </Platform>
  935. <Platform Name="OSX64">
  936. <RemoteDir>Contents\Resources</RemoteDir>
  937. <Operation>1</Operation>
  938. </Platform>
  939. <Platform Name="OSXARM64">
  940. <RemoteDir>Contents\Resources</RemoteDir>
  941. <Operation>1</Operation>
  942. </Platform>
  943. </DeployClass>
  944. <DeployClass Required="true" Name="ProjectOutput">
  945. <Platform Name="Android">
  946. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  947. <Operation>1</Operation>
  948. </Platform>
  949. <Platform Name="Android64">
  950. <RemoteDir>library\lib\arm64-v8a</RemoteDir>
  951. <Operation>1</Operation>
  952. </Platform>
  953. <Platform Name="iOSDevice32">
  954. <Operation>1</Operation>
  955. </Platform>
  956. <Platform Name="iOSDevice64">
  957. <Operation>1</Operation>
  958. </Platform>
  959. <Platform Name="iOSSimARM64">
  960. <Operation>1</Operation>
  961. </Platform>
  962. <Platform Name="Linux64">
  963. <Operation>1</Operation>
  964. </Platform>
  965. <Platform Name="OSX32">
  966. <RemoteDir>Contents\MacOS</RemoteDir>
  967. <Operation>1</Operation>
  968. </Platform>
  969. <Platform Name="OSX64">
  970. <RemoteDir>Contents\MacOS</RemoteDir>
  971. <Operation>1</Operation>
  972. </Platform>
  973. <Platform Name="OSXARM64">
  974. <RemoteDir>Contents\MacOS</RemoteDir>
  975. <Operation>1</Operation>
  976. </Platform>
  977. <Platform Name="Win32">
  978. <Operation>0</Operation>
  979. </Platform>
  980. </DeployClass>
  981. <DeployClass Name="ProjectOutput_Android32">
  982. <Platform Name="Android64">
  983. <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
  984. <Operation>1</Operation>
  985. </Platform>
  986. </DeployClass>
  987. <DeployClass Name="ProjectUWPManifest">
  988. <Platform Name="Win32">
  989. <Operation>1</Operation>
  990. </Platform>
  991. <Platform Name="Win64">
  992. <Operation>1</Operation>
  993. </Platform>
  994. <Platform Name="Win64x">
  995. <Operation>1</Operation>
  996. </Platform>
  997. </DeployClass>
  998. <DeployClass Name="ProjectiOSDeviceDebug">
  999. <Platform Name="iOSDevice32">
  1000. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1001. <Operation>1</Operation>
  1002. </Platform>
  1003. <Platform Name="iOSDevice64">
  1004. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1005. <Operation>1</Operation>
  1006. </Platform>
  1007. <Platform Name="iOSSimARM64">
  1008. <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
  1009. <Operation>1</Operation>
  1010. </Platform>
  1011. </DeployClass>
  1012. <DeployClass Name="ProjectiOSEntitlements">
  1013. <Platform Name="iOSDevice32">
  1014. <RemoteDir>..\</RemoteDir>
  1015. <Operation>1</Operation>
  1016. </Platform>
  1017. <Platform Name="iOSDevice64">
  1018. <RemoteDir>..\</RemoteDir>
  1019. <Operation>1</Operation>
  1020. </Platform>
  1021. <Platform Name="iOSSimARM64">
  1022. <RemoteDir>..\</RemoteDir>
  1023. <Operation>1</Operation>
  1024. </Platform>
  1025. </DeployClass>
  1026. <DeployClass Name="ProjectiOSInfoPList">
  1027. <Platform Name="iOSDevice32">
  1028. <Operation>1</Operation>
  1029. </Platform>
  1030. <Platform Name="iOSDevice64">
  1031. <Operation>1</Operation>
  1032. </Platform>
  1033. <Platform Name="iOSSimARM64">
  1034. <Operation>1</Operation>
  1035. </Platform>
  1036. </DeployClass>
  1037. <DeployClass Name="ProjectiOSLaunchScreen">
  1038. <Platform Name="iOSDevice64">
  1039. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1040. <Operation>64</Operation>
  1041. </Platform>
  1042. <Platform Name="iOSSimARM64">
  1043. <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
  1044. <Operation>64</Operation>
  1045. </Platform>
  1046. </DeployClass>
  1047. <DeployClass Name="ProjectiOSResource">
  1048. <Platform Name="iOSDevice32">
  1049. <Operation>1</Operation>
  1050. </Platform>
  1051. <Platform Name="iOSDevice64">
  1052. <Operation>1</Operation>
  1053. </Platform>
  1054. <Platform Name="iOSSimARM64">
  1055. <Operation>1</Operation>
  1056. </Platform>
  1057. </DeployClass>
  1058. <DeployClass Name="UWP_CppLogo150">
  1059. <Platform Name="Win32">
  1060. <RemoteDir>Assets</RemoteDir>
  1061. <Operation>1</Operation>
  1062. </Platform>
  1063. <Platform Name="Win64">
  1064. <RemoteDir>Assets</RemoteDir>
  1065. <Operation>1</Operation>
  1066. </Platform>
  1067. <Platform Name="Win64x">
  1068. <RemoteDir>Assets</RemoteDir>
  1069. <Operation>1</Operation>
  1070. </Platform>
  1071. </DeployClass>
  1072. <DeployClass Name="UWP_CppLogo44">
  1073. <Platform Name="Win32">
  1074. <RemoteDir>Assets</RemoteDir>
  1075. <Operation>1</Operation>
  1076. </Platform>
  1077. <Platform Name="Win64">
  1078. <RemoteDir>Assets</RemoteDir>
  1079. <Operation>1</Operation>
  1080. </Platform>
  1081. <Platform Name="Win64x">
  1082. <RemoteDir>Assets</RemoteDir>
  1083. <Operation>1</Operation>
  1084. </Platform>
  1085. </DeployClass>
  1086. <DeployClass Name="iOS_AppStore1024">
  1087. <Platform Name="iOSDevice64">
  1088. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1089. <Operation>1</Operation>
  1090. </Platform>
  1091. <Platform Name="iOSSimARM64">
  1092. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1093. <Operation>1</Operation>
  1094. </Platform>
  1095. </DeployClass>
  1096. <DeployClass Name="iPad_AppIcon152">
  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_AppIcon167">
  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_Launch2x">
  1117. <Platform Name="iOSDevice64">
  1118. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1119. <Operation>1</Operation>
  1120. </Platform>
  1121. <Platform Name="iOSSimARM64">
  1122. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1123. <Operation>1</Operation>
  1124. </Platform>
  1125. </DeployClass>
  1126. <DeployClass Name="iPad_LaunchDark2x">
  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_Notification40">
  1137. <Platform Name="iOSDevice64">
  1138. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1139. <Operation>1</Operation>
  1140. </Platform>
  1141. <Platform Name="iOSSimARM64">
  1142. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1143. <Operation>1</Operation>
  1144. </Platform>
  1145. </DeployClass>
  1146. <DeployClass Name="iPad_Setting58">
  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_SpotLight80">
  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="iPhone_AppIcon120">
  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_AppIcon180">
  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_Launch2x">
  1187. <Platform Name="iOSDevice64">
  1188. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1189. <Operation>1</Operation>
  1190. </Platform>
  1191. <Platform Name="iOSSimARM64">
  1192. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
  1193. <Operation>1</Operation>
  1194. </Platform>
  1195. </DeployClass>
  1196. <DeployClass Name="iPhone_Launch3x">
  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_LaunchDark2x">
  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_LaunchDark3x">
  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_Notification40">
  1227. <Platform Name="iOSDevice64">
  1228. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1229. <Operation>1</Operation>
  1230. </Platform>
  1231. <Platform Name="iOSSimARM64">
  1232. <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
  1233. <Operation>1</Operation>
  1234. </Platform>
  1235. </DeployClass>
  1236. <DeployClass Name="iPhone_Notification60">
  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_Setting58">
  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_Setting87">
  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_Spotlight120">
  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_Spotlight80">
  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. <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
  1287. <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
  1288. <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
  1289. <ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
  1290. <ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
  1291. <ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
  1292. <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
  1293. <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
  1294. <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
  1295. <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
  1296. <ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
  1297. <ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
  1298. <ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
  1299. </Deployment>
  1300. </BorlandProject>
  1301. <ProjectFileVersion>12</ProjectFileVersion>
  1302. </ProjectExtensions>
  1303. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  1304. <Import Project="$(BDS)\Bin\CodeGear.Cpp.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Cpp.Targets')"/>
  1305. <Import Project="$(MSBuildProjectName).deployproj" Condition="Exists('$(MSBuildProjectName).deployproj')"/>
  1306. </Project>