[msvc] Update csproj files
[mono.git] / mcs / errors / cs3002.cs
index 3add06949ee56bf72987b40db41137bccd87d582..b812e6198f8bb19410d3854836e3be104595a256 100644 (file)
@@ -1,5 +1,6 @@
-// cs3002.cs: Return type of `CLSClass.Foo()' is not CLS-compliant
-// Line: 12
+// CS3002: Return type of `CLSClass.Foo()' is not CLS-compliant
+// Line: 13
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -12,4 +13,4 @@ public class CLSClass {
         protected ulong Foo() {
                 return 1;
         }
-}
\ No newline at end of file
+}