[w32file] Move MonoIO.Find{First,Next,Close} to managed
[mono.git] / mcs / errors / cs9671.cs
1 // CS9671: Global attributes must have attribute target specified
2 // Line: 8
3
4 using System.Reflection;
5
6 [assembly: AssemblyTitle ("SidePanels")]
7
8 [UsesLibrary ("eaclibrary", Required=true)]