2014-11-14 18:19:22 +11:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-05-10 20:28:21 +10:00
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-11-14 18:19:22 +11:00
|
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
2014-11-18 13:10:52 +10:00
|
|
|
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
|
2014-11-14 18:19:22 +11:00
|
|
|
<ProjectGuid>{483B158D-F57D-49D9-9046-31E6A73F8A53}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
2014-11-18 13:15:34 +10:00
|
|
|
<RootNamespace>CefSharp.OffScreen</RootNamespace>
|
|
|
|
|
<AssemblyName>CefSharp.OffScreen</AssemblyName>
|
2016-05-10 20:28:21 +10:00
|
|
|
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
|
2014-11-14 18:19:22 +11:00
|
|
|
<FileAlignment>512</FileAlignment>
|
2016-05-10 20:28:21 +10:00
|
|
|
<TargetFrameworkProfile>
|
|
|
|
|
</TargetFrameworkProfile>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
2020-08-07 14:10:02 +10:00
|
|
|
<DefineConstants>DEBUG;TRACE;OFFSCREEN</DefineConstants>
|
2014-11-14 18:19:22 +11:00
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-11-18 13:15:34 +10:00
|
|
|
<DocumentationFile>bin\x64\Debug\CefSharp.OffScreen.xml</DocumentationFile>
|
2016-05-10 20:28:21 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
|
|
|
<OutputPath>bin\x64\Release\</OutputPath>
|
2020-08-07 14:10:02 +10:00
|
|
|
<DefineConstants>TRACE;OFFSCREEN</DefineConstants>
|
2014-11-14 18:19:22 +11:00
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-11-18 13:15:34 +10:00
|
|
|
<DocumentationFile>bin\x64\Release\CefSharp.OffScreen.xml</DocumentationFile>
|
2016-05-10 20:28:21 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
2020-08-07 14:10:02 +10:00
|
|
|
<DefineConstants>DEBUG;TRACE;OFFSCREEN</DefineConstants>
|
2014-11-14 18:19:22 +11:00
|
|
|
<DebugType>full</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-11-18 13:15:34 +10:00
|
|
|
<DocumentationFile>bin\x86\Debug\CefSharp.OffScreen.xml</DocumentationFile>
|
2014-11-14 18:48:46 +11:00
|
|
|
<NoWarn>1591</NoWarn>
|
2016-05-10 20:28:21 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
|
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
2020-08-07 14:10:02 +10:00
|
|
|
<DefineConstants>TRACE;OFFSCREEN</DefineConstants>
|
2014-11-14 18:19:22 +11:00
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<DebugType>pdbonly</DebugType>
|
|
|
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
2014-11-18 13:15:34 +10:00
|
|
|
<DocumentationFile>bin\x86\Release\CefSharp.OffScreen.xml</DocumentationFile>
|
2016-05-10 20:28:21 +10:00
|
|
|
<Prefer32Bit>false</Prefer32Bit>
|
2014-11-14 18:19:22 +11:00
|
|
|
</PropertyGroup>
|
2015-05-02 06:55:27 +10:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<SignAssembly>true</SignAssembly>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<AssemblyOriginatorKeyFile>..\CefSharp.snk</AssemblyOriginatorKeyFile>
|
|
|
|
|
</PropertyGroup>
|
2014-11-14 18:19:22 +11:00
|
|
|
<ItemGroup>
|
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="System.Drawing" />
|
2015-05-21 11:04:28 +10:00
|
|
|
<Reference Include="System.ServiceModel" />
|
2014-11-14 18:19:22 +11:00
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2018-01-18 11:29:12 +10:00
|
|
|
<Compile Include="BitmapBuffer.cs" />
|
2018-08-02 10:47:12 +10:00
|
|
|
<Compile Include="CefSettings.cs" />
|
2014-11-14 18:19:22 +11:00
|
|
|
<Compile Include="ChromiumWebBrowser.cs" />
|
2020-08-07 14:10:02 +10:00
|
|
|
<Compile Include="..\CefSharp\Internals\Partial\ChromiumWebBrowser.Partial.cs">
|
|
|
|
|
<Link>ChromiumWebBrowser.Partial.cs</Link>
|
|
|
|
|
</Compile>
|
2018-04-23 13:02:12 +10:00
|
|
|
<Compile Include="DefaultRenderHandler.cs" />
|
2018-04-20 13:33:08 +10:00
|
|
|
<Compile Include="IRenderHandler.cs" />
|
2017-06-30 14:09:58 +10:00
|
|
|
<Compile Include="OnPaintEventArgs.cs" />
|
2016-07-06 13:53:02 +02:00
|
|
|
<Compile Include="PopupBlending.cs" />
|
2014-11-14 18:19:22 +11:00
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\CefSharp.Core\CefSharp.Core.vcxproj">
|
|
|
|
|
<Project>{7b495581-2271-4f41-9476-acb86e8c864f}</Project>
|
|
|
|
|
<Name>CefSharp.Core</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\CefSharp\CefSharp.csproj">
|
|
|
|
|
<Project>{a55848cc-10e7-40cb-addb-04740b16dd43}</Project>
|
|
|
|
|
<Name>CefSharp</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
|
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
|
|
|
<Target Name="BeforeBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
<Target Name="AfterBuild">
|
|
|
|
|
</Target>
|
|
|
|
|
-->
|
|
|
|
|
</Project>
|