summaryrefslogtreecommitdiff
path: root/mcs/errors/cs1548-2.cs
blob: 1242370c463ba8b51033fcb9e63d60f03b6fc528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// CS1548: Error during assembly signing. The specified key file `cs1548-2.cs' has incorrect format
// Line: 0

using System.Reflection;

[assembly: AssemblyKeyFile ("cs1548-2.cs")]

class MyClass {

	public static void Main (string [] args)
	{
	}
}