DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
AssemblyInfo.cs
Go to the documentation of this file.
1 //
2 // Copyright 2010-2014 Deveel
3 //
4 // Licensed under the Apache License, Version 2.0 (the "License");
5 // you may not use this file except in compliance with the License.
6 // You may obtain a copy of the License at
7 //
8 // http://www.apache.org/licenses/LICENSE-2.0
9 //
10 // Unless required by applicable law or agreed to in writing, software
11 // distributed under the License is distributed on an "AS IS" BASIS,
12 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 // See the License for the specific language governing permissions and
14 // limitations under the License.
15 using System.Reflection;
16 using System.Runtime.CompilerServices;
17 using System.Runtime.InteropServices;
18 
19 // General Information about an assembly is controlled through the following
20 // set of attributes. Change these attribute values to modify the information
21 // associated with an assembly.
22 [assembly: AssemblyTitle("deveeldb-nunit")]
23 [assembly: AssemblyDescription("")]
24 [assembly: AssemblyConfiguration("")]
25 [assembly: AssemblyCompany("")]
26 [assembly: AssemblyProduct("deveeldb-nunit")]
27 [assembly: AssemblyCopyright("Copyright © 2009")]
28 [assembly: AssemblyTrademark("")]
29 [assembly: AssemblyCulture("")]
30 
31 // Setting ComVisible to false makes the types in this assembly not visible
32 // to COM components. If you need to access a type in this assembly from
33 // COM, set the ComVisible attribute to true on that type.
34 [assembly: ComVisible(false)]
35 
36 // The following GUID is for the ID of the typelib if this project is exposed to COM
37 [assembly: Guid("4374028e-8128-4d52-96bc-0ce1f4e67715")]
38 
39 // Version information for an assembly consists of the following four values:
40 //
41 // Major Version
42 // Minor Version
43 // Build Number
44 // Revision
45 //
46 // You can specify all the values or you can default the Build and Revision Numbers
47 // by using the '*' as shown below:
48 // [assembly: AssemblyVersion("1.0.*")]
49 [assembly: AssemblyVersion("1.0.0.0")]
50 [assembly: AssemblyFileVersion("1.0.0.0")]
51 
52 // [assembly: AssemblyKeyFile("./deveeldb-nunit.snk")]
53 [assembly: AssemblyDelaySign(false)]