singrdk/base/Applications/Runtime/Full/System/Internal.cs

17 lines
552 B
C#
Raw Permalink Normal View History

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