2010-09-17 08:44:25 +00:00
|
|
|
using System.Reflection;
|
|
|
|
|
using System.Runtime.CompilerServices;
|
|
|
|
|
using System.Runtime.InteropServices;
|
|
|
|
|
|
|
|
|
|
// 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("SqlCE4Umbraco")]
|
2012-11-26 07:46:29 -01:00
|
|
|
[assembly: AssemblyDescription("Umbraco specific Sql Ce Provider")]
|
2010-09-17 08:44:25 +00:00
|
|
|
[assembly: AssemblyConfiguration("")]
|
2012-11-26 07:46:29 -01:00
|
|
|
[assembly: AssemblyProduct("Umbraco CMS")]
|
2010-09-17 08:44:25 +00: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
|
|
|
|
|
// 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("04436b0a-1dc6-4ee1-9d96-4c04f1a9f429")]
|
2012-07-17 03:14:22 +06:00
|
|
|
|
2012-07-19 01:02:16 +06:00
|
|
|
[assembly: InternalsVisibleTo("Umbraco.Tests")]
|