Files
linux-packaging-mono/mcs/errors/CS8009-lib.cs

11 lines
180 B
C#
Raw Normal View History

using System;
using System.Reflection;
using System.Runtime.CompilerServices;
[assembly: AssemblyVersion ("1.0.0.0")]
[assembly: AssemblyCulture ("en-US")]
public class Lang
{
}