mattercontrol/Community.CsharpSqlite/Properties/AssemblyInfo.cs

32 lines
1.3 KiB
C#
Raw Normal View History

2014-01-29 19:09:30 -08:00
using System.Reflection;
using System.Runtime.InteropServices;
2015-04-08 15:20:10 -07:00
// General Information about an assembly is controlled through the following
2014-01-29 19:09:30 -08:00
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("C#-SQLite 3")]
[assembly: AssemblyDescription("C#-SQLite is an independent reimplementation of the SQLite software library")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pioneer Software Consulting")]
[assembly: AssemblyProduct("C#-SQLite3 shell")]
[assembly: AssemblyCopyright("Copyright © 2009")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
2015-04-08 15:20:10 -07:00
// 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
2014-01-29 19:09:30 -08:00
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("2133c634-4139-466e-8983-9a23ec99e01b")]
// Version information for an assembly consists of the following four values:
//
// Major Version
2015-04-08 15:20:10 -07:00
// Minor Version
2014-01-29 19:09:30 -08:00
// Build Number
// Revision
//
2015-04-08 15:20:10 -07:00
[assembly: AssemblyVersion("3.7.7.1")]
[assembly: AssemblyFileVersion("1.0.0.0")]