for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs1699-3.cs
blob191d0a90cb5b4e8f6442e705da52dabe7b03ef01
1 // CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
5 using System.Reflection;
7 [assembly:AssemblyKeyFile ("key.snk")]