AssemblyInfo.cs 602 B

12345678
  1. //------------------------------------------------------------
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. //------------------------------------------------------------
  4. [assembly: System.CLSCompliant(true)]
  5. [assembly: System.Reflection.AssemblyTitle("System.ComponentModel.Composition.UnitTestFramework")]
  6. [assembly: System.Reflection.AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]
  7. [assembly: System.Reflection.AssemblyVersion("2010.02.11")]
  8. [assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTests")]