Merge branch 'master' of github.com:mono/mono
[mono.git] / mcs / class / System.Web / Test / standalone / PageParserDefaultTypeProperties / Properties / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
4 using System.Web;
5
6 [assembly: PreApplicationStartMethod (typeof (PageParserDefaultTypeProperties.PreStartMethods), "PreStartMethod")]
7
8 // General Information about an assembly is controlled through the following 
9 // set of attributes. Change these attribute values to modify the information
10 // associated with an assembly.
11 [assembly: AssemblyTitle ("PageParserDefaultTypeProperties")]
12 [assembly: AssemblyDescription ("")]
13 [assembly: AssemblyConfiguration ("")]
14 [assembly: AssemblyCompany ("")]
15 [assembly: AssemblyProduct ("PageParserDefaultTypeProperties")]
16 [assembly: AssemblyCopyright ("Copyright ©  2010")]
17 [assembly: AssemblyTrademark ("")]
18 [assembly: AssemblyCulture ("")]
19
20 // Setting ComVisible to false makes the types in this assembly not visible 
21 // to COM components.  If you need to access a type in this assembly from 
22 // COM, set the ComVisible attribute to true on that type.
23 [assembly: ComVisible (false)]
24
25 // The following GUID is for the ID of the typelib if this project is exposed to COM
26 [assembly: Guid ("1ea18be1-779b-4ae0-ba4a-44eceaf8d7d0")]
27
28 // Version information for an assembly consists of the following four values:
29 //
30 //      Major Version
31 //      Minor Version 
32 //      Build Number
33 //      Revision
34 //
35 // You can specify all the values or you can default the Revision and Build Numbers 
36 // by using the '*' as shown below:
37 [assembly: AssemblyVersion ("1.0.0.0")]
38 [assembly: AssemblyFileVersion ("1.0.0.0")]