PageRenderTime 95ms CodeModel.GetById 24ms RepoModel.GetById 1ms app.codeStats 0ms

/trunk/Client/Properties/AssemblyInfo.cs

#
C# | 27 lines | 8 code | 4 blank | 15 comment | 0 complexity | b5040b9f1a18a317880967d69c3599ed MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  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;
  10. using System.Reflection;
  11. using System.Runtime.InteropServices;
  12. // General Information about an assembly is controlled through the following
  13. // set of attributes. Change these attribute values to modify the information
  14. // associated with an assembly.
  15. [assembly: AssemblyTitle("Web.Management.PHP.Client")]
  16. [assembly: AssemblyDescription("Client UI module for PHP Manager for IIS")]
  17. [assembly: AssemblyConfiguration("")]
  18. // Setting ComVisible to false makes the types in this assembly not visible
  19. // to COM components. If you need to access a type in this assembly from
  20. // COM, set the ComVisible attribute to true on that type.
  21. [assembly: ComVisible(false)]
  22. // The following GUID is for the ID of the typelib if this project is exposed to COM
  23. [assembly: Guid("9dee647e-7757-4c6c-91e1-96a5d876d3cd")]