blob: 191d0a90cb5b4e8f6442e705da52dabe7b03ef01 (
plain)
1
2
3
4
5
6
7
|
// CS1699: Use compiler option `keyfile' or appropriate project settings instead of `AssemblyKeyFile' attribute
// Line: 7
// Compiler options: -warnaserror -warn:4
using System.Reflection;
[assembly:AssemblyKeyFile ("key.snk")]
|