17 lines
552 B
C#
17 lines
552 B
C#
// ==++==
|
|
//
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
//
|
|
// ==--==
|
|
//============================================================
|
|
//
|
|
// This file exists to contain module-level custom attributes
|
|
// for the BCL.
|
|
//
|
|
//===========================================================
|
|
using System.Runtime.InteropServices;
|
|
|
|
[assembly:Guid("BED7F4EA-1A96-11d2-8F08-00A0C9A6186D")]
|
|
[assembly:System.CLSCompliantAttribute(true)]
|
|
[assembly:System.Reflection.AssemblyDescriptionAttribute("Common Language Runtime Library")]
|