[mini] Fix test compiling when running !MOBILE
[mono.git] / mcs / nunit24 / CommonAssemblyInfo.cs
1 // ****************************************************************\r
2 // This is free software licensed under the NUnit license. You\r
3 // may obtain a copy of the license as well as information regarding\r
4 // copyright ownership at http://nunit.org/?p=license&r=2.4.\r
5 // ****************************************************************\r
6 \r
7 using System.Reflection;\r
8 \r
9 //\r
10 // Common Information about all NUnit assemblies is controlled through the following \r
11 // set of attributes. Change these attribute values to modify the information\r
12 // associated with an assembly.\r
13 //\r
14 //[assembly: AssemblyTitle("")]\r
15 //[assembly: AssemblyDescription("")]\r
16 [assembly: AssemblyConfiguration("")]\r
17 [assembly: AssemblyCompany("NUnit.org")]\r
18 [assembly: AssemblyProduct("NUnit")]\r
19 [assembly: AssemblyCopyright("Copyright (C) 2002-2007 Charlie Poole.\r\nCopyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.\r\nCopyright (C) 2000-2002 Philip Craig.\r\nAll Rights Reserved.")]\r
20 [assembly: AssemblyTrademark("")]\r
21 [assembly: AssemblyCulture("")]         \r
22 \r
23 //\r
24 // Version information for an assembly consists of the following four values:\r
25 //\r
26 //      Major Version\r
27 //      Minor Version \r
28 //      Build Number\r
29 //      Revision\r
30 //\r
31 // You can specify all the values or you can default the Revision and Build Numbers \r
32 // by using the '*' as shown below:\r
33 \r
34 [assembly: AssemblyVersion("2.4.8")]\r