Forgot to commit this
authorMiguel de Icaza <miguel@gnome.org>
Thu, 22 May 2008 23:01:53 +0000 (23:01 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 22 May 2008 23:01:53 +0000 (23:01 -0000)
svn path=/trunk/mcs/; revision=103851

mcs/class/corlib/Assembly/AssemblyInfo.cs

index 8315d4bebc522d217c49a0107c4e41ed76cae749..62470c3788746df8f50d5aaa98e6951af24c84ab 100644 (file)
@@ -66,8 +66,12 @@ using System.Runtime.InteropServices;
 #if !BOOTSTRAP_WITH_OLDLIB
        [assembly: SecurityPermission (SecurityAction.RequestMinimum, SkipVerification = true)]
        [assembly: AssemblyDelaySign (true)]
+#if NET_2_1
+       [assembly: AssemblyKeyFile ("../silverlight.pub")]
+#else
        [assembly: AssemblyKeyFile ("../ecma.pub")]
 #endif
+#endif
 
 #if NET_2_0
        [assembly: AssemblyFileVersion (Consts.FxFileVersion)]