Add project
This commit is contained in:
commit
7fcb279842
961 changed files with 370491 additions and 0 deletions
30
packages/CefSharp.Common.87.1.132/src/CefSharp.Core.Runtime/AssemblyInfo.cpp
vendored
Normal file
30
packages/CefSharp.Common.87.1.132/src/CefSharp.Core.Runtime/AssemblyInfo.cpp
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
// Copyright © 2010 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.
|
||||
|
||||
#include "Stdafx.h"
|
||||
|
||||
using namespace System;
|
||||
using namespace System::Reflection;
|
||||
using namespace System::Runtime::CompilerServices;
|
||||
using namespace System::Runtime::InteropServices;
|
||||
using namespace System::Security::Permissions;
|
||||
using namespace 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("")];
|
||||
|
||||
[assembly:InternalsVisibleTo(AssemblyInfo::CefSharpBrowserSubprocessCoreProject)];
|
||||
[assembly:InternalsVisibleTo(AssemblyInfo::CefSharpBrowserSubprocessProject)];
|
||||
[assembly:InternalsVisibleTo(AssemblyInfo::CefSharpTestProject)];
|
Reference in a new issue