AssemblyInfo.cs 483 B

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