Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackson Harper <jackson@novell.com>2004-04-28 01:59:21 +0400
committerJackson Harper <jackson@novell.com>2004-04-28 01:59:21 +0400
commit9d360bae6681e685cc732ad27e6abb715337beac (patch)
tree5329cf5fc80083fb3b12bf245ceb99755229170c /mcs/class/System.Security/Assembly
parentbdf3404d76320044374a971290330a6acf79cf70 (diff)
delay sign assemblies with the ecma key
svn path=/trunk/mcs/; revision=26087
Diffstat (limited to 'mcs/class/System.Security/Assembly')
-rwxr-xr-xmcs/class/System.Security/Assembly/AssemblyInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/System.Security/Assembly/AssemblyInfo.cs b/mcs/class/System.Security/Assembly/AssemblyInfo.cs
index f5812318a0d..7f051cd4a41 100755
--- a/mcs/class/System.Security/Assembly/AssemblyInfo.cs
+++ b/mcs/class/System.Security/Assembly/AssemblyInfo.cs
@@ -36,5 +36,5 @@ using System.Runtime.InteropServices;
[assembly: ComVisible (false)]
[assembly: NeutralResourcesLanguage ("en-US")]
-//[assembly: AssemblyDelaySign (true)]
-//[assembly: AssemblyKeyFile ("")]
+[assembly: AssemblyDelaySign (true)]
+[assembly: AssemblyKeyFile ("../ecma.pub")]