2010-06-21 Marek Habersack <mhabersack@novell.com>
[mcs.git] / class / System.Data.Services.Client / Client / AssemblyAttributes.cs
bloba9bda6c012a1dd7cc8f306be1de2a72e7952eea9
1 //Copyright 2010 Microsoft Corporation
2 //
3 //Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
4 //You may obtain a copy of the License at
5 //
6 //http://www.apache.org/licenses/LICENSE-2.0
7 //
8 //Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
9 //"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10 //See the License for the specific language governing permissions and limitations under the License.
12 using System;
13 using System.Reflection;
14 using System.Security;
15 using System.Resources;
16 using System.Diagnostics;
17 using System.Runtime.InteropServices;
18 using System.Runtime.CompilerServices;
20 [assembly: System.Security.SecurityCritical]
21 [assembly:ComVisible(false)]
22 [assembly:CLSCompliant(false)]
23 [assembly:AllowPartiallyTrustedCallers]
24 [assembly:AssemblyTitle("System.Data.Services.Client.dll")]
25 [assembly:AssemblyDescription("System.Data.Services.Client.dll")]
26 [assembly:AssemblyDefaultAlias("System.Data.Services.Client.dll")]
27 [assembly:AssemblyCompany("Microsoft Corporation")]
28 [assembly:AssemblyProduct("Microsoft\u00AE .NET Framework")]
29 [assembly:AssemblyCopyright("\u00A9 Microsoft Corporation. All rights reserved.")]
32 [assembly:AssemblyVersion("3.5.0.0")]
33 [assembly:AssemblyFileVersion("3.5.30729.4426")]
34 [assembly:AssemblyInformationalVersion("3.5.30729.4426")]
35 [assembly:SatelliteContractVersion("3.5.0.0")]
36 [assembly:NeutralResourcesLanguageAttribute("en-US")]
38 internal static class FX35Assembly
40 internal const string Version = "3.5.0.0";
43 internal static class ThisAssembly
48 internal static class AssemblyRef
50 internal const string MicrosoftPublicKeyToken = "b03f5f7f11d50a3a";
52 internal const string EcmaPublicKeyToken = "b77a5c561934e089";