[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / WindowsBase / Assembly / AssemblyInfo.cs
index 47c11b008427597474e4a170100220d8e11e6146..0e831d2dd882048f10c07d8ddd45f096cf2106bd 100644 (file)
@@ -47,7 +47,6 @@ using System.Windows.Markup;
 [assembly: NeutralResourcesLanguage ("en")]
 [assembly: CLSCompliant (true)]
 [assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../winfx3.pub")]
 
 [assembly: ComVisible (false)]
 [assembly: AllowPartiallyTrustedCallers]
@@ -76,5 +75,7 @@ using System.Windows.Markup;
 [assembly: XmlnsDefinitionAttribute ("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "System.Windows")]
 [assembly: XmlnsDefinitionAttribute ("http://schemas.microsoft.com/netfx/2007/xaml/presentation", "System.Diagnostics")]
 
+#if !MOBILE
 [assembly: TypeForwardedTo (typeof (ValueSerializerAttribute))]
+#endif