[xbuild] Add new reserved properties $(MSBuildThisFile*).
[mono.git] / mcs / errors / cs3013.cs
index 1bf6826d207ca52dcc8e3da3493c6167ce531106..69d7842699bf57c7b8872f4311db10ebd9af0b95 100644 (file)
@@ -1,6 +1,6 @@
-// cs3013.cs: Added module is not CLS-compliant, or is missing CLSCompliant attribute
+// CS3013: Added modules must be marked with the CLSCompliant attribute to match the assembly
 // Line: 0
-// Compiler options: -addmodule:CS3013-module.dll
+// Compiler options: -addmodule:CS3013-module.dll -warnaserror -warn:1
 
 using System;