15 lines
788 B
C#
15 lines
788 B
C#
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")]
|
|
[assembly: AssemblyCopyright("Copyright (c) Microsoft Corporation. All rights reserved.")]
|
|
[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)]
|
|
|