2004-05-01 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / nunit20 / framework / AssemblyInfo.cs
1 using System;
2 using System.Reflection;
3 using System.Runtime.CompilerServices;
4
5 [assembly: CLSCompliant(true)]
6 //
7 // General Information about an assembly is controlled through the following 
8 // set of attributes. Change these attribute values to modify the information
9 // associated with an assembly.
10 //
11 [assembly: AssemblyTitle("")]
12 [assembly: AssemblyDescription("")]
13 [assembly: AssemblyConfiguration("")]
14 [assembly: AssemblyCompany("")]
15 [assembly: AssemblyProduct("")]
16 [assembly: AssemblyCopyright("")]
17 [assembly: AssemblyTrademark("")]
18 [assembly: AssemblyCulture("")]         
19
20 //
21 // Version information for an assembly consists of the following four values:
22 //
23 //      Major Version
24 //      Minor Version 
25 //      Build Number
26 //      Revision
27 //
28 // You can specify all the values or you can default the Revision and Build Numbers 
29 // by using the '*' as shown below:
30
31 [assembly: AssemblyVersion("2.1.4.0")]
32
33 [assembly: AssemblyDelaySign (true)]
34 [assembly: AssemblyKeyFile ("../../mono.pub")]