2010-06-21 Atsushi Enomoto <atsushi@ximian.com>
[mcs.git] / class / System.Data.Services.Client / Client_SL / AssemblyAttributes.cs
blobe6886444d0bbc6ccdcfeb2e87291700f436a73c6
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:ComVisible(false)]
21 [assembly:CLSCompliant(false)]
22 [assembly:AssemblyTitle("System.Data.Services.Client.dll")]
23 [assembly:AssemblyDescription("System.Data.Services.Client.dll")]
24 [assembly:AssemblyDefaultAlias("System.Data.Services.Client.dll")]
25 [assembly:AssemblyCompany("Microsoft Corporation")]
26 [assembly:AssemblyProduct("Microsoft\u00AE .NET Framework")]
27 [assembly:AssemblyCopyright("\u00A9 Microsoft Corporation. All rights reserved.")]
29 [assembly:NeutralResourcesLanguageAttribute("en-US")]
31 [assembly: System.Security.SecurityCritical]
33 #if ASTORIA_LIGHT
35 [assembly: System.Reflection.AssemblyVersion(ThisAssembly.Version)]
36 [assembly: System.Reflection.AssemblyFileVersion(ThisAssembly.InformationalVersion)]
37 [assembly: System.Reflection.AssemblyInformationalVersion(ThisAssembly.InformationalVersion)]
38 [assembly: System.Resources.SatelliteContractVersion(ThisAssembly.Version)]
40 internal static class ThisAssembly
42 internal const string Version = "2.0.5.0";
43 internal const string InformationalVersion = "2.0.40216.0";
46 internal static class AssemblyRef
48 internal const string MicrosoftSilverlightPublicKeyToken = "b03f5f7f11d50a3a";
51 #endif