[xbuild] Add support for Before/AfterTargets.
[mono.git] / mcs / errors / cs0596-2.cs
1 // cs0596-2.cs: The Guid attribute must be specified with the ComImport attribute
2 // Line: 4
3
4 [System.Runtime.InteropServices.ComImportAttribute]
5 interface I
6 {
7 }