CefSharp.MinimalExample/CefSharp.MinimalExample.OffScreen/Properties/AssemblyInfo.cs

33 lines
1.2 KiB
C#
Raw Normal View History

2014-11-27 15:49:01 +08:00
using System.Reflection;
2014-11-27 14:38:45 +08:00
using System.Runtime.InteropServices;
2014-11-27 15:49:01 +08:00
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("CefSharp.MinimalExample.OffScreen")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("CefSharp.MinimalExample.OffScreen")]
2015-06-15 16:33:22 +08:00
[assembly: AssemblyCopyright("Copyright © 2015")]
2014-11-27 15:49:01 +08:00
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]