Merge pull request #3565 from vargaz/no-free-imt-thunks
[mono.git] / mcs / errors / cs1699-3.cs
1 // CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
2 // Line: 7
3 // Compiler options: -warnaserror -warn:4
4
5 using System.Reflection;
6
7 [assembly:AssemblyKeyFile ("key.snk")]