Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cs9671.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d89b21439d5e36e958884fb80b416430da0bf30e (plain)
1
2
3
4
5
6
7
8
// CS9671: Global attributes must have attribute target specified
// Line: 8

using System.Reflection;

[assembly: AssemblyTitle ("SidePanels")]

[UsesLibrary ("eaclibrary", Required=true)]