[LoongArch64] Part-5:add loongarch support in some files for LoongArch64. (#21769)
[mono-project.git] / mcs / class / Mono.Parallel / Assembly / AssemblyInfo.cs
blobc67214a83469e9bde0a296c547a071e5209e64c5
1 //
2 // AssemblyInfo.cs
3 //
4 // Author:
5 // Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2003 Ximian, Inc. http://www.ximian.com
8 // (C) 2004 Novell (http://www.novell.com)
9 //
11 using System;
12 using System.Reflection;
13 using System.Runtime.InteropServices;
15 [assembly: AssemblyVersion (Consts.FxVersion)]
17 [assembly: AssemblyDelaySign (true)]