singrdk/base/Kernel/System/Internal.cs

20 lines
583 B
C#
Raw Normal View History

2008-03-05 09:52:00 -05:00
// ==++==
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// ==--==
/*============================================================
**
** This file exists to contain module-level custom attributes
** for the BCL.
**
**
** Date: March 9, 2000
**
===========================================================*/
using System.Runtime.InteropServices;
[assembly:Guid("BED7F4EA-1A96-11d2-8F08-00A0C9A6186D")]
[assembly:System.CLSCompliantAttribute(true)]
[assembly:System.Reflection.AssemblyDescriptionAttribute("Common Language Runtime Library")]