Remove code moved to shared partition
[mono-project.git] / mcs / errors / cs1548.cs
blobb4556b28d1bbe247a69a715e74b6e57713b63b60
1 // CS1548: Error during assembly signing. The specified key 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)