Removed duplicate usings and 1.1 code
authorMarek Safar <marek.safar@gmail.com>
Tue, 12 Jan 2010 17:05:32 +0000 (17:05 -0000)
committerMarek Safar <marek.safar@gmail.com>
Tue, 12 Jan 2010 17:05:32 +0000 (17:05 -0000)
svn path=/trunk/mcs/; revision=149418

mcs/class/System.DirectoryServices/Assembly/AssemblyInfo.cs

index 583334480c86a7fd3eda901f9e2f21fb376135f5..1c486ea8ab0df054d54d72b666de620db7848032 100644 (file)
@@ -16,16 +16,6 @@ using System.Runtime.InteropServices;
 
 // General Information about the System.DirectoryServices assembly
 
-using System;
-using System.Reflection;
-using System.Resources;
-using System.Security;
-using System.Diagnostics;
-using System.Runtime.CompilerServices;
-using System.Runtime.InteropServices;
-
-// General Information about the system assembly
-
 [assembly: AssemblyTitle ("System.DirectoryServices.dll")]
 [assembly: AssemblyDescription ("System.DirectoryServices.dll")]
 [assembly: AssemblyDefaultAlias ("System.DirectoryServices.dll")]
@@ -47,16 +37,5 @@ using System.Runtime.InteropServices;
        [assembly: AssemblyKeyFile ("../msfinal.pub")]
 #endif
 
-#if NET_2_0
-       [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
-       [assembly: AllowPartiallyTrustedCallers]
-       [assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
-       [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
-       [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
-#elif NET_1_1
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-#elif NET_1_0
-       [assembly: AssemblyTrademark ("")]
-       [assembly: AssemblyConfiguration ("")]
-#endif
+[assembly: AssemblyFileVersion (Consts.FxFileVersion)]
+[assembly: AllowPartiallyTrustedCallers]