[test] (corlib) Enable more xtest SRE tests
[mono.git] / mcs / class / System.Web.DynamicData / Test / Assembly / AssemblyInfo.cs
1 using System.Reflection;
2 using System.Runtime.CompilerServices;
3 using System.Runtime.InteropServices;
4 using MonoTests.SystemWeb.Framework;
5 using MonoTests.Common;
6
7 [assembly: WebTestResourcesSetup (typeof (TestsSetup), "CopyResources")]
8
9 // General Information about an assembly is controlled through the following 
10 // set of attributes. Change these attribute values to modify the information
11 // associated with an assembly.
12 [assembly: AssemblyTitle ("System.Web.DynamicData_tests_net_2_0")]
13 [assembly: AssemblyDescription ("System.Web.DynamicData tests_net_2_0")]
14 [assembly: AssemblyConfiguration ("")]
15 [assembly: AssemblyCompany ("Novell, Inc")]
16 [assembly: AssemblyProduct ("System.Web.DynamicData_tests_net_2_0")]
17 [assembly: AssemblyCopyright ("Copyright © 2009 Novell, Inc")]
18 [assembly: AssemblyTrademark ("")]
19 [assembly: AssemblyCulture ("")]
20
21 // Setting ComVisible to false makes the types in this assembly not visible 
22 // to COM components.  If you need to access a type in this assembly from 
23 // COM, set the ComVisible attribute to true on that type.
24 [assembly: ComVisible (false)]
25
26 // The following GUID is for the ID of the typelib if this project is exposed to COM
27 [assembly: Guid ("ad6fbbb5-3518-439f-987e-c930d83e7acf")]
28
29 // Version information for an assembly consists of the following four values:
30 //
31 //      Major Version
32 //      Minor Version 
33 //      Build Number
34 //      Revision
35 //
36 // You can specify all the values or you can default the Build and Revision Numbers 
37 // by using the '*' as shown below:
38 // [assembly: AssemblyVersion("1.0.*")]
39 //[assembly: AssemblyVersion ("1.0.0.0")]
40 //[assembly: AssemblyFileVersion ("1.0.0.0")]
41 #if !TARGET_DOTNET
42 [assembly: AssemblyDelaySign (true)]
43 [assembly: AssemblyKeyFile ("../winfx.pub")]
44 #endif