2009-01-11 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.DirectoryServices.Protocols / Assembly / AssemblyInfo.cs
1 //
2 // AssemblyInfo.cs
3 //
4 // Author:
5 //   Andreas Nahr (ClassDevelopment@A-SoftTech.com)
6 //
7 // (C) 2004 Ximian, Inc.  http://www.ximian.com
8 //
9
10 using System;
11 using System.Reflection;
12 using System.Resources;
13 using System.Security;
14 using System.Runtime.CompilerServices;
15 using System.Runtime.InteropServices;
16
17 // General Information about the System.DirectoryServices.Protocols assembly
18
19 using System;
20 using System.Reflection;
21 using System.Resources;
22 using System.Security;
23 using System.Diagnostics;
24 using System.Runtime.CompilerServices;
25 using System.Runtime.InteropServices;
26
27 // General Information about the system assembly
28
29 [assembly: AssemblyTitle ("System.DirectoryServices.Protocols.dll")]
30 [assembly: AssemblyDescription ("System.DirectoryServices.Protocols.dll")]
31 [assembly: AssemblyDefaultAlias ("System.DirectoryServices.Protocols.dll")]
32
33 [assembly: AssemblyCompany (Consts.MonoCompany)]
34 [assembly: AssemblyProduct (Consts.MonoProduct)]
35 [assembly: AssemblyCopyright (Consts.MonoCopyright)]
36 [assembly: AssemblyVersion (Consts.FxVersion)]
37 [assembly: SatelliteContractVersion (Consts.FxVersion)]
38 [assembly: AssemblyInformationalVersion (Consts.FxFileVersion)]
39
40 [assembly: NeutralResourcesLanguage ("en-US")]
41
42 [assembly: ComVisible (false)]
43
44 #if !TARGET_JVM
45         [assembly: CLSCompliant (true)]
46         [assembly: AssemblyDelaySign (true)]
47         [assembly: AssemblyKeyFile ("../msfinal.pub")]
48 #endif
49
50 #if NET_2_0
51         [assembly: AssemblyFileVersion (Consts.FxFileVersion)]
52         [assembly: AllowPartiallyTrustedCallers]
53         [assembly: RuntimeCompatibility (WrapNonExceptionThrows = true)]
54         [assembly: CompilationRelaxations (CompilationRelaxations.NoStringInterning)]
55         [assembly: Debuggable (DebuggableAttribute.DebuggingModes.IgnoreSymbolStoreSequencePoints)]
56 #elif NET_1_1
57         [assembly: AssemblyTrademark ("")]
58         [assembly: AssemblyConfiguration ("")]
59 #elif NET_1_0
60         [assembly: AssemblyTrademark ("")]
61         [assembly: AssemblyConfiguration ("")]
62 #endif