DCEF_XE3.dproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2. <PropertyGroup>
  3. <ProjectGuid>{ED039BFD-7175-4AE6-81FB-1C328F7F013A}</ProjectGuid>
  4. <MainSource>DCEF_XE3.dpk</MainSource>
  5. <ProjectVersion>14.3</ProjectVersion>
  6. <FrameworkType>VCL</FrameworkType>
  7. <Base>True</Base>
  8. <Config Condition="'$(Config)'==''">Debug</Config>
  9. <Platform Condition="'$(Platform)'==''">Win32</Platform>
  10. <TargetedPlatforms>1</TargetedPlatforms>
  11. <AppType>Package</AppType>
  12. </PropertyGroup>
  13. <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
  14. <Base>true</Base>
  15. </PropertyGroup>
  16. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
  17. <Base_Win32>true</Base_Win32>
  18. <CfgParent>Base</CfgParent>
  19. <Base>true</Base>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_1)'!=''">
  22. <Cfg_1>true</Cfg_1>
  23. <CfgParent>Base</CfgParent>
  24. <Base>true</Base>
  25. </PropertyGroup>
  26. <PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
  27. <Cfg_1_Win32>true</Cfg_1_Win32>
  28. <CfgParent>Cfg_1</CfgParent>
  29. <Cfg_1>true</Cfg_1>
  30. <Base>true</Base>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_2)'!=''">
  33. <Cfg_2>true</Cfg_2>
  34. <CfgParent>Base</CfgParent>
  35. <Base>true</Base>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Base)'!=''">
  38. <GenDll>true</GenDll>
  39. <DCC_CBuilderOutput>All</DCC_CBuilderOutput>
  40. <GenPackage>true</GenPackage>
  41. <DCC_Namespace>System;Xml;Data;Datasnap;Web;Soap;Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;$(DCC_Namespace)</DCC_Namespace>
  42. <DCC_DcuOutput>.\$(Platform)\$(Config)</DCC_DcuOutput>
  43. <DCC_ExeOutput>.\$(Platform)\$(Config)</DCC_ExeOutput>
  44. <DCC_E>false</DCC_E>
  45. <DCC_N>false</DCC_N>
  46. <DCC_S>false</DCC_S>
  47. <DCC_F>false</DCC_F>
  48. <DCC_K>false</DCC_K>
  49. </PropertyGroup>
  50. <PropertyGroup Condition="'$(Base_Win32)'!=''">
  51. <DCC_UsePackage>vcl;rtl;fmx;$(DCC_UsePackage)</DCC_UsePackage>
  52. <VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.0;Comments=</VerInfo_Keys>
  53. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  54. <DCC_Namespace>Winapi;System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
  55. <VerInfo_Locale>1033</VerInfo_Locale>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Cfg_1)'!=''">
  58. <DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
  59. <DCC_DebugDCUs>true</DCC_DebugDCUs>
  60. <DCC_Optimize>false</DCC_Optimize>
  61. <DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
  62. <DCC_DebugInfoInExe>true</DCC_DebugInfoInExe>
  63. <DCC_RemoteDebug>true</DCC_RemoteDebug>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
  66. <DCC_Description>Chromium Embedded Framework 3</DCC_Description>
  67. <VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
  68. <VerInfo_Locale>1033</VerInfo_Locale>
  69. <DCC_RemoteDebug>false</DCC_RemoteDebug>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Cfg_2)'!=''">
  72. <DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
  73. <DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
  74. <DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
  75. <DCC_DebugInformation>false</DCC_DebugInformation>
  76. </PropertyGroup>
  77. <ItemGroup>
  78. <DelphiCompile Include="$(MainSource)">
  79. <MainSource>MainSource</MainSource>
  80. </DelphiCompile>
  81. <DCCReference Include="rtl.dcp"/>
  82. <DCCReference Include="vcl.dcp"/>
  83. <DCCReference Include="fmx.dcp"/>
  84. <DCCReference Include="cefreg.pas"/>
  85. <DCCReference Include="..\src\cefgui.pas"/>
  86. <DCCReference Include="..\src\ceflib.pas"/>
  87. <DCCReference Include="..\src\cefvcl.pas"/>
  88. <BuildConfiguration Include="Release">
  89. <Key>Cfg_2</Key>
  90. <CfgParent>Base</CfgParent>
  91. </BuildConfiguration>
  92. <BuildConfiguration Include="Base">
  93. <Key>Base</Key>
  94. </BuildConfiguration>
  95. <BuildConfiguration Include="Debug">
  96. <Key>Cfg_1</Key>
  97. <CfgParent>Base</CfgParent>
  98. </BuildConfiguration>
  99. </ItemGroup>
  100. <ProjectExtensions>
  101. <Borland.Personality>Delphi.Personality.12</Borland.Personality>
  102. <Borland.ProjectType>Package</Borland.ProjectType>
  103. <BorlandProject>
  104. <Delphi.Personality>
  105. <Source>
  106. <Source Name="MainSource">DCEF_XE3.dpk</Source>
  107. </Source>
  108. <VersionInfo>
  109. <VersionInfo Name="IncludeVerInfo">True</VersionInfo>
  110. <VersionInfo Name="AutoIncBuild">False</VersionInfo>
  111. <VersionInfo Name="MajorVer">1</VersionInfo>
  112. <VersionInfo Name="MinorVer">0</VersionInfo>
  113. <VersionInfo Name="Release">0</VersionInfo>
  114. <VersionInfo Name="Build">0</VersionInfo>
  115. <VersionInfo Name="Debug">False</VersionInfo>
  116. <VersionInfo Name="PreRelease">False</VersionInfo>
  117. <VersionInfo Name="Special">False</VersionInfo>
  118. <VersionInfo Name="Private">False</VersionInfo>
  119. <VersionInfo Name="DLL">False</VersionInfo>
  120. <VersionInfo Name="Locale">1036</VersionInfo>
  121. <VersionInfo Name="CodePage">1252</VersionInfo>
  122. </VersionInfo>
  123. <VersionInfoKeys>
  124. <VersionInfoKeys Name="CompanyName"/>
  125. <VersionInfoKeys Name="FileDescription"/>
  126. <VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
  127. <VersionInfoKeys Name="InternalName"/>
  128. <VersionInfoKeys Name="LegalCopyright"/>
  129. <VersionInfoKeys Name="LegalTrademarks"/>
  130. <VersionInfoKeys Name="OriginalFilename"/>
  131. <VersionInfoKeys Name="ProductName"/>
  132. <VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
  133. <VersionInfoKeys Name="Comments"/>
  134. <VersionInfoKeys Name="CFBundleName"/>
  135. <VersionInfoKeys Name="CFBundleDisplayName"/>
  136. <VersionInfoKeys Name="CFBundleIdentifier"/>
  137. <VersionInfoKeys Name="CFBundleVersion"/>
  138. <VersionInfoKeys Name="CFBundlePackageType"/>
  139. <VersionInfoKeys Name="CFBundleSignature"/>
  140. <VersionInfoKeys Name="CFBundleAllowMixedLocalizations"/>
  141. <VersionInfoKeys Name="CFBundleExecutable"/>
  142. </VersionInfoKeys>
  143. </Delphi.Personality>
  144. <Platforms>
  145. <Platform value="Win32">True</Platform>
  146. </Platforms>
  147. </BorlandProject>
  148. <ProjectFileVersion>12</ProjectFileVersion>
  149. </ProjectExtensions>
  150. <Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
  151. <Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
  152. </Project>