[bcl] Specify the name of the key file on the command line instead of using the Assem...
[mono.git] / mcs / class / System.Data.Services.Client / Assembly / AssemblyInfo.cs
index 93914e9b475847324e792a653488c7adaae4330a..da69def72bd207fc96db4faa5a4e38984f34f49b 100644 (file)
@@ -41,9 +41,7 @@ using System.Runtime.InteropServices;
 using System.Runtime.Versioning;
 
 [assembly: AssemblyDelaySign (true)]
-[assembly: AssemblyKeyFile ("../ecma.pub")]
 
-#if NET_4_0
 [assembly: System.Security.SecurityCritical]
 [assembly: ComVisible(false)]
 [assembly: CLSCompliant(true)]
@@ -59,7 +57,6 @@ using System.Runtime.Versioning;
 [assembly: AssemblyInformationalVersion(Consts.FxFileVersion)]
 [assembly: AssemblyFileVersion(Consts.FxFileVersion)]
 
-[assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
 [assembly: NeutralResourcesLanguage ("en-US")]
 [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
 [assembly: SecurityRules (SecurityRuleSet.Level1, SkipVerificationInFullTrust=true)]
@@ -75,4 +72,3 @@ internal static class AssemblyRef
 
     internal const string EcmaPublicKeyToken = "b77a5c561934e089";
 }
-#endif