.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
// Copyright © 2020 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using CefSharp;
[assembly: AssemblyTitle("CefSharp.Core.Runtime")]
[assembly:AssemblyDescription("CefSharp Core Runtime Library (VC++)")]
[assembly:AssemblyCompany(AssemblyInfo.AssemblyCompany)]
[assembly:AssemblyProduct(AssemblyInfo.AssemblyProduct)]
[assembly:AssemblyCopyright(AssemblyInfo.AssemblyCopyright)]
[assembly:AssemblyVersion(AssemblyInfo.AssemblyVersion)]
[assembly:ComVisible(AssemblyInfo.ComVisible)]
[assembly:CLSCompliant(AssemblyInfo.ClsCompliant)]
[assembly:AssemblyConfiguration("")]
[assembly:AssemblyTrademark("")]
[assembly:AssemblyCulture("")]