cleol
[mcs.git] / errors / cs1548.cs
blob0deb401250f6cf2a5dbca4f7f059cbde21b62926
1 // cs1548.cs: Error during assembly signing. The specified file `file_not_found.snk' does not exist
2 // Line: 0
4 using System.Reflection;
6 [assembly: AssemblyKeyFile ("file_not_found.snk")]
8 class MyClass {
10 public static void Main (string [] args)