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

AssemblyInfo.cs « ComponentModel « src « System.ComponentModel.Composition « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e77ac0d85531ca834cd19ac3686042750ef8336d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation.  All rights reserved.
//------------------------------------------------------------

[assembly: System.CLSCompliant(true)]
[assembly: System.Reflection.AssemblyTitle("System.ComponentModel.Composition")]
[assembly: System.Reflection.AssemblyCopyright("(c) Microsoft Corporation. All rights reserved.")]
[assembly: System.Reflection.AssemblyVersion(Consts.FxVersion)]
[assembly: System.Reflection.AssemblyKeyFile ("../ecma.pub")]
[assembly: System.Reflection.AssemblyDelaySign (true)]
//[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTests")]
//[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.ComponentModel.Composition.UnitTestFramework")]