- //------------------------------------------------------------
- // Copyright (c) Microsoft Corporation. All rights reserved.
- //------------------------------------------------------------
- [assembly: System.CLSCompliant(true)]
- [assembly: System.Reflection.AssemblyTitle("System.ComponentModel.Composition.UnitTestFramework")]
- [assembly: System.Reflection.AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]
- [assembly: System.Reflection.AssemblyVersion("2010.02.11")]
- [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTests")]
|