blob: 512a65017f3663e2a1002b68e0b483fd4226bc20 (
plain)
1
2
3
4
5
6
7
|
// CS1699: Use compiler option `keycontainer' or appropriate project settings instead of `AssemblyKeyNameAttribute' attribute
// Line: 7
// Compiler options: -warnaserror -warn:4
using System.Reflection;
[assembly:AssemblyKeyNameAttribute ("container")]
|