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

cs1616-2.cs « errors « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 755f48e47e40f36d42dd0b23954ffd7c3413d696 (plain)
1
2
3
4
5
6
7
// cs1616.cs: Option 'keycontainer' overrides 'System.Reflection.AssemblyKeyNameAttribute' given in source
// Line: 0
// Compiler options: -keycontainer:CS1616.snk -warnaserror

using System.Reflection;

[assembly: AssemblyKeyNameAttribute("mono.snk")]