blob: 4a2befdec45bc5c134c762ca72fd26b5d887c0f4 (
plain)
1
2
3
4
5
6
7
|
// CS1616: Option `keycontainer' overrides attribute `System.Reflection.AssemblyKeyNameAttribute' given in a source file or added module
// Line: 0
// Compiler options: -keycontainer:CS1616.snk -warnaserror
using System.Reflection;
[assembly: AssemblyKeyNameAttribute("mono.snk")]
|