TransparencyC.cbproj 67 KB

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