AssemblyAttributes.cs 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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.
  11. using System;
  12. using System.Reflection;
  13. using System.Security;
  14. using System.Resources;
  15. using System.Diagnostics;
  16. using System.Runtime.InteropServices;
  17. using System.Runtime.CompilerServices;
  18. [assembly: System.Security.SecurityCritical]
  19. [assembly:ComVisible(false)]
  20. [assembly:CLSCompliant(false)]
  21. [assembly:AllowPartiallyTrustedCallers]
  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.")]
  28. [assembly:AssemblyVersion("3.5.0.0")]
  29. [assembly:AssemblyFileVersion("3.5.30729.4426")]
  30. [assembly:AssemblyInformationalVersion("3.5.30729.4426")]
  31. [assembly:SatelliteContractVersion("3.5.0.0")]
  32. [assembly:NeutralResourcesLanguageAttribute("en-US")]
  33. internal static class FX35Assembly
  34. {
  35. internal const string Version = "3.5.0.0";
  36. }
  37. internal static class ThisAssembly
  38. {
  39. }
  40. internal static class AssemblyRef
  41. {
  42. internal const string MicrosoftPublicKeyToken = "b03f5f7f11d50a3a";
  43. internal const string EcmaPublicKeyToken = "b77a5c561934e089";
  44. }