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

AssemblyInfo.cs « ComponentModelUnitTest « Tests « System.ComponentModel.Composition « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80dfc55444c43f062b2798a84c1e510f1cdef3fb (plain)
1
2
3
4
5
6
7
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------
[assembly: System.CLSCompliant(true)]
[assembly: System.Reflection.AssemblyTitle("System.ComponentModel.Composition.UnitTests")]
[assembly: System.Reflection.AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]
[assembly: System.Reflection.AssemblyVersion("2010.02.11")]