[msvc] Update csproj files
[mono.git] / mcs / errors / cs3005-5.cs
index 10f4db5f811db3004af907c89df6d245752c90a3..ee1489471d6bb85e77dff405beca5bced6384e6a 100644 (file)
@@ -1,5 +1,6 @@
-// cs3005-5.cs: Identifier `CLSClass.Event_A' differing only in case is not CLS-compliant
+// CS3005: Identifier `CLSClass.Event_A' differing only in case is not CLS-compliant
 // Line: 13
+// Compiler options: -warnaserror
 
 [assembly:System.CLSCompliant(true)]
 
@@ -11,4 +12,4 @@ public class Base {
 
 public class CLSClass: Base {
         public event MyDelegate Event_A;
-}
\ No newline at end of file
+}