"disable_omit_fp" can now be included in MONO_DEBUG
[mono-project.git] / mcs / errors / cs1616-2.cs
blob4a2befdec45bc5c134c762ca72fd26b5d887c0f4
1 // CS1616: Option `keycontainer' overrides attribute `System.Reflection.AssemblyKeyNameAttribute' given in a source file or added module
2 // Line: 0
3 // Compiler options: -keycontainer:CS1616.snk -warnaserror
5 using System.Reflection;
7 [assembly: AssemblyKeyNameAttribute("mono.snk")]