Welcome to mirror list, hosted at ThFree Co, Russian Federation.

AssemblyInfo.cs « UnitTestFramework « Tests « System.ComponentModel.Composition « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d043eef0a20190f4509243fc2e00f48618433311 (plain)
1
2
3
4
5
6
7
8
//------------------------------------------------------------
// 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")]