PageRenderTime 45ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/WCFWebApi/src/Microsoft.Net.Http.Formatting/Properties/AssemblyInfo.cs

#
C# | 55 lines | 24 code | 9 blank | 22 comment | 0 complexity | 87349b62cb70276ccc207cfe27e94abb MD5 | raw file
Possible License(s): CC-BY-SA-3.0, Apache-2.0
  1. // <copyright>
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. // </copyright>
  4. using System;
  5. using System.Reflection;
  6. using System.Resources;
  7. using System.Runtime.CompilerServices;
  8. using System.Runtime.InteropServices;
  9. // General Information about an assembly is controlled through the following
  10. // set of attributes. Change these attribute values to modify the information
  11. // associated with an assembly.
  12. [assembly: AssemblyTitle("Microsoft.Net.Http.Formatting")]
  13. [assembly: AssemblyDescription("")]
  14. [assembly: AssemblyConfiguration("")]
  15. [assembly: AssemblyCompany("Microsoft")]
  16. [assembly: AssemblyProduct("Microsoft.Net.Http.Formatting")]
  17. [assembly: AssemblyCopyright("Copyright © Microsoft 2011")]
  18. [assembly: AssemblyTrademark("")]
  19. [assembly: AssemblyCulture("")]
  20. // Setting ComVisible to false makes the types in this assembly not visible
  21. // to COM components. If you need to access a type in this assembly from
  22. // COM, set the ComVisible attribute to true on that type.
  23. [assembly: ComVisible(false)]
  24. [assembly: CLSCompliant(true)]
  25. // The following GUID is for the ID of the typelib if this project is exposed to COM
  26. [assembly: Guid("7fa1ae84-36e2-46b6-812c-c985a8e65e9a")]
  27. // Friend assemblies - product
  28. [assembly: InternalsVisibleTo("Microsoft.ApplicationServer.Http")]
  29. [assembly: InternalsVisibleTo("Microsoft.Net.Http.Formatting.OData")]
  30. // Friend assemblies - CIT
  31. [assembly: InternalsVisibleTo("Microsoft.Net.Http.Formatting.Test.Unit")]
  32. [assembly: InternalsVisibleTo("Microsoft.Net.Http.Formatting.Test.Integration")]
  33. [assembly: InternalsVisibleTo("Microsoft.Net.Http.Formatting.OData.Test.Unit")]
  34. [assembly: NeutralResourcesLanguageAttribute("en-US")]
  35. // Version information for an assembly consists of the following four values:
  36. //
  37. // Major Version
  38. // Minor Version
  39. // Build Number
  40. // Revision
  41. //
  42. // You can specify all the values or you can default the Build and Revision Numbers
  43. // by using the '*' as shown below:
  44. // [assembly: AssemblyVersion("1.0.*")]
  45. [assembly: AssemblyVersion("2.0.0.0")]
  46. [assembly: AssemblyFileVersion("1.0.0.0")]