New tests.
[mono.git] / mcs / class / System.Web.Mvc2 / Properties / AssemblyInfo.cs
1 /* ****************************************************************************\r
2  *\r
3  * Copyright (c) Microsoft Corporation. All rights reserved.\r
4  *\r
5  * This software is subject to the Microsoft Public License (Ms-PL). \r
6  * A copy of the license can be found in the license.htm file included \r
7  * in this distribution.\r
8  *\r
9  * You must not remove this notice, or any other, from this software.\r
10  *\r
11  * ***************************************************************************/\r
12 \r
13 using System;\r
14 using System.Diagnostics.CodeAnalysis;\r
15 using System.Reflection;\r
16 using System.Resources;\r
17 using System.Runtime.CompilerServices;\r
18 using System.Runtime.InteropServices;\r
19 using System.Security;\r
20 \r
21 // General Information about an assembly is controlled through the following \r
22 // set of attributes. Change these attribute values to modify the information\r
23 // associated with an assembly.\r
24 [assembly: AssemblyTitle("System.Web.Mvc.dll")]\r
25 [assembly: AssemblyDescription("System.Web.Mvc.dll")]\r
26 [assembly: AssemblyConfiguration("")]\r
27 [assembly: AssemblyCompany("Microsoft Corporation")]\r
28 [assembly: AssemblyProduct("Microsoft® .NET Framework")]\r
29 [assembly: AssemblyCopyright("© Microsoft Corporation. All rights reserved.")]\r
30 [assembly: AssemblyTrademark("")]\r
31 [assembly: AssemblyCulture("")]\r
32 \r
33 // Setting ComVisible to false makes the types in this assembly not visible \r
34 // to COM components.  If you need to access a type in this assembly from \r
35 // COM, set the ComVisible attribute to true on that type.\r
36 [assembly: ComVisible(false)]\r
37 \r
38 // The following GUID is for the ID of the typelib if this project is exposed to COM\r
39 [assembly: Guid("4b5f4208-c6b0-4c37-9a41-63325ffa52ad")]\r
40 \r
41 // Version information for an assembly consists of the following four values:\r
42 //\r
43 //      Major Version\r
44 //      Minor Version \r
45 //      Build Number\r
46 //      Revision\r
47 //\r
48 // You can specify all the values or you can default the Build and Revision Numbers \r
49 // by using the '*' as shown below:\r
50 // [assembly: AssemblyVersion("1.0.*")]\r
51 [assembly: AssemblyVersion("2.0.0.0")]\r
52 [assembly: AssemblyFileVersion("2.0.50217.0")]\r
53 \r
54 [assembly: AllowPartiallyTrustedCallers]\r
55 [assembly: SecurityTransparent]\r
56 [assembly: CLSCompliant(true)]\r
57 [assembly: NeutralResourcesLanguage("en-US")]\r
58 \r
59 [assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames",\r
60     Justification = "Assembly is delay-signed.")]\r
61
62 [assembly: AssemblyDelaySign (true)]\r
63 [assembly: AssemblyKeyFile("../winfx.pub")]\r