FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CefSharp/CefSharp.BrowserSubprocess.Core/AssemblyInfo.cpp at master · cefsharp/CefSharp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cefsharp
/
CefSharp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
10.2k
Code
Issues
61
Pull requests
13
Discussions
Actions
Wiki
Security and quality
9
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
CefSharp
/
CefSharp.BrowserSubprocess.Core
/
AssemblyInfo.cpp
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (19 loc) · 888 Bytes
Breadcrumbs
CefSharp
/
CefSharp.BrowserSubprocess.Core
/
AssemblyInfo.cpp
Copy path
File metadata and controls
24 lines (19 loc) · 888 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
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("CefSharpBrowserSubprocess.Core")];
//
[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:AssemblyDescription(
"
"
)];
[assembly:AssemblyConfiguration(
"
"
)];
[assembly:AssemblyTrademark(
"
"
)];
[assembly:AssemblyCulture(
"
"
)];
[assembly:InternalsVisibleTo(AssemblyInfo::CefSharpBrowserSubprocessProject)];
Back
|
FazBrowse Home
|
New Git URL