From 9d360bae6681e685cc732ad27e6abb715337beac Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Tue, 27 Apr 2004 21:59:21 +0000 Subject: delay sign assemblies with the ecma key svn path=/trunk/mcs/; revision=26087 --- mcs/class/System/Assembly/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mcs/class/System') diff --git a/mcs/class/System/Assembly/AssemblyInfo.cs b/mcs/class/System/Assembly/AssemblyInfo.cs index 23142610f3e..be37aeb96c8 100644 --- a/mcs/class/System/Assembly/AssemblyInfo.cs +++ b/mcs/class/System/Assembly/AssemblyInfo.cs @@ -43,5 +43,5 @@ using System.Runtime.InteropServices; [assembly: AllowPartiallyTrustedCallers] [assembly: ComVisible(false)] -//[assembly: AssemblyDelaySign(false)] -//[assembly: AssemblyKeyFile("")] \ No newline at end of file +[assembly: AssemblyDelaySign(true)] +[assembly: AssemblyKeyFile("../ecma.pub")] -- cgit v1.2.3