2008-03-05 09:52:00 -05:00
using System.Reflection ;
using System.Runtime.CompilerServices ;
[assembly: AssemblyTitle("System.Compiler.Runtime")]
[assembly: AssemblyDescription("Extensions to the Common Language Runtime used by the Common Compiler Infrastructure")]
[assembly: AssemblyCompany("Microsoft Corporation")]
[assembly: AssemblyProduct("Microsoft (R) .NET Framework")]
2008-11-17 18:29:00 -05:00
[assembly: AssemblyCopyright("Copyright (C) Microsoft Corporation. All rights reserved")]
2008-03-05 09:52:00 -05:00
[assembly: AssemblyTrademark("Microsoft and Windows are either registered trademarks or trademarks of Microsoft Corporation in the U.S. and/or other countries")]
// Singularity specific version of this library
[assembly: AssemblyVersion("1.0.5031.5")]
[assembly: AssemblyKeyFile("public.snk")]
[assembly: AssemblyDelaySign(true)]