"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs7059.cs
blobf19fd02f366ffbd03e26cd60bbcda7096d28e4de
1 // CS7059: Executables cannot be satellite assemblies. Remove the attribute or keep it empty
2 // Line: 7
4 using System;
5 using System.Reflection;
7 [assembly: AssemblyCulture("es")]
8 [assembly: AssemblyVersion("1.2.3456.7")]
10 namespace NS
12 class MyClass
14 static void Main ()
16 Console.WriteLine (typeof(MyClass).Assembly.FullName);