2007-12-04 Marek Safar <marek.safar@gmail.com>
[mono.git] / mcs / build / common / Consts.cs.in
1 //
2 // Consts.cs.in
3 //
4 // Author:
5 //   Kornél Pál <http://www.kornelpal.hu/>
6 //
7 // Copyright (C) 2005-2006 Kornél Pál
8 //
9
10 //
11 // Permission is hereby granted, free of charge, to any person obtaining
12 // a copy of this software and associated documentation files (the
13 // "Software"), to deal in the Software without restriction, including
14 // without limitation the rights to use, copy, modify, merge, publish,
15 // distribute, sublicense, and/or sell copies of the Software, and to
16 // permit persons to whom the Software is furnished to do so, subject to
17 // the following conditions:
18 //
19 // The above copyright notice and this permission notice shall be
20 // included in all copies or substantial portions of the Software.
21 //
22 // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
23 // EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
24 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
25 // NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
26 // LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
27 // OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
28 // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
29 //
30
31 internal
32 #if NET_2_0
33         static
34 #else
35         sealed
36 #endif
37         class Consts
38 {
39 #if !NET_2_0
40         private Consts ()
41         {
42         }
43 #endif
44
45         //
46         // Use these assembly version constants to make code more maintainable.
47         //
48
49         public const string MonoVersion = "@MONO_VERSION@";
50
51 #if NET_3_5
52         // Versions of .NET Framework 3.5 RTM
53         public const string FxVersion = "3.5.0.0";
54         public const string FxFileVersion = "3.5.21022.8";
55         
56         public const string VsVersion = "0.0.0.0"; // Useless ?
57 #elif NET_2_1
58         // Versions of .NET Framework 2.1 (SilverLight)
59         public const string FxVersion = "2.1.0.0";
60         public const string VsVersion = "9.0.0.0"; // TODO:
61         public const string FxFileVersion = "2.1.20416.10";
62         public const string VsFileVersion = "9.0.50727.42"; // TODO:
63 #elif NET_2_0 || BOOTSTRAP_NET_2_0
64         // Versions of .NET Framework 2.0 RTM
65         public const string FxVersion = "2.0.0.0";
66         public const string VsVersion = "8.0.0.0";
67         public const string FxFileVersion = "2.0.50727.42";
68         public const string VsFileVersion = "8.0.50727.42";
69 #elif NET_1_1
70         // Versions of .NET Framework 1.1 SP1
71         public const string FxVersion = "1.0.5000.0";
72         public const string VsVersion = "7.0.5000.0";
73         public const string FxFileVersion = "1.1.4322.2032";
74         public const string VsFileVersion = "7.10.6001.4";
75 #elif NET_1_0
76         // Versions of .NET Framework 1.0 SP3
77         public const string FxVersion = "1.0.3300.0";
78         public const string VsVersion = "7.0.3300.0";
79         public const string FxFileVersion = "1.0.3705.6018";
80         public const string VsFileVersion = "7.0.9951.0";
81 #else
82 #error No profile symbols defined.
83 #endif
84
85         //
86         // Use these assembly name constants to make code more maintainable.
87         //
88
89         public const string AssemblyI18N = "I18N, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
90         public const string AssemblyMicrosoft_VisualStudio = "Microsoft.VisualStudio, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
91 #if NET_2_0
92         public const string AssemblyMicrosoft_VisualStudio_Web = "Microsoft.VisualStudio.Web, Version=" + VsVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
93 #endif
94         public const string AssemblyMicrosoft_VSDesigner = "Microsoft.VSDesigner, Version=" + VsVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
95         public const string AssemblyMono_Http = "Mono.Http, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
96         public const string AssemblyMono_Posix = "Mono.Posix, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
97         public const string AssemblyMono_Security = "Mono.Security, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=0738eb9f132ed756";
98         public const string AssemblySystem = "System, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
99         public const string AssemblySystem_Data = "System.Data, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
100         public const string AssemblySystem_Design = "System.Design, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
101         public const string AssemblySystem_DirectoryServices = "System.DirectoryServices, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
102         public const string AssemblySystem_Drawing = "System.Drawing, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
103         public const string AssemblySystem_Drawing_Design = "System.Drawing.Design, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
104         public const string AssemblySystem_Messaging = "System.Messaging, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
105         public const string AssemblySystem_Security = "System.Security, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
106         public const string AssemblySystem_ServiceProcess = "System.ServiceProcess, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
107         public const string AssemblySystem_Web = "System.Web, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a";
108         public const string AssemblySystem_Windows_Forms = "System.Windows.Forms, Version=" + FxVersion + ", Culture=neutral, PublicKeyToken=b77a5c561934e089";
109 }