New tests.
[mono.git] / mcs / class / System.ComponentModel.Composition / src / ComponentModel / AssemblyInfo.cs
1 //------------------------------------------------------------\r
2 // Copyright (c) Microsoft Corporation.  All rights reserved.\r
3 //------------------------------------------------------------\r
4 using System;\r
5 using System.Diagnostics;\r
6 using System.Reflection;\r
7 using System.Resources;\r
8 using System.Security;\r
9 using System.Security.Permissions;\r
10 using System.Runtime.CompilerServices;\r
11 using System.Runtime.InteropServices;\r
12 [assembly: System.CLSCompliant(true)]\r
13 [assembly: System.Reflection.AssemblyTitle("System.ComponentModel.Composition")]\r
14 [assembly: System.Reflection.AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]\r
15 [assembly: System.Reflection.AssemblyVersion("2009.22.10")]\r
16 //[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTests")]\r
17 //[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTestFramework")]\r
18 [assembly: AssemblyKeyFile ("../ecma.pub")]\r
19 [assembly: AssemblyDelaySign (true)]\r