/tags/stable-1.1.2/Server/Properties/AssemblyInfo.cs

# · C# · 26 lines · 7 code · 4 blank · 15 comment · 0 complexity · 4d759b23218d739fe5739b0dcc97176a MD5 · raw file

  1. //-----------------------------------------------------------------------
  2. // <copyright>
  3. // Copyright (C) Ruslan Yakushev for the PHP Manager for IIS project.
  4. //
  5. // This file is subject to the terms and conditions of the Microsoft Public License (MS-PL).
  6. // See http://www.microsoft.com/opensource/licenses.mspx#Ms-PL for more details.
  7. // </copyright>
  8. //-----------------------------------------------------------------------
  9. using System.Reflection;
  10. using System.Runtime.InteropServices;
  11. // General Information about an assembly is controlled through the following
  12. // set of attributes. Change these attribute values to modify the information
  13. // associated with an assembly.
  14. [assembly: AssemblyTitle("Web.Management.PHP")]
  15. [assembly: AssemblyDescription("Server UI module for PHP Manager for IIS")]
  16. [assembly: AssemblyConfiguration("")]
  17. // Setting ComVisible to false makes the types in this assembly not visible
  18. // to COM components. If you need to access a type in this assembly from
  19. // COM, set the ComVisible attribute to true on that type.
  20. [assembly: ComVisible(false)]
  21. // The following GUID is for the ID of the typelib if this project is exposed to COM
  22. [assembly: Guid("a70483a6-1713-4467-985c-033682bf41e9")]