25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

46 lines
1.7 KiB

  1. // <copyright file="AssemblyInfo.cs" company="Nick Lowe">
  2. // Copyright © Nick Lowe 2009
  3. // </copyright>
  4. // <author>Nick Lowe</author>
  5. // <email>nick@int-r.net</email>
  6. // <url>http://processprivileges.codeplex.com/</url>
  7. using System.Reflection;
  8. using System.Runtime.CompilerServices;
  9. using System.Runtime.InteropServices;
  10. // General Information about an assembly is controlled through the following
  11. // set of attributes. Change these attribute values to modify the information
  12. // associated with an assembly.
  13. [assembly: AssemblyTitle("Process Privileges")]
  14. [assembly: AssemblyDescription("Implements the functionality necessary to query, enable, disable or remove privileges on a process.")]
  15. [assembly: AssemblyConfiguration("")]
  16. [assembly: AssemblyCompany("")]
  17. [assembly: AssemblyProduct("Process Privileges")]
  18. [assembly: AssemblyCopyright("Copyright © Nick Lowe 2009")]
  19. [assembly: AssemblyTrademark("")]
  20. [assembly: AssemblyCulture("")]
  21. // Setting ComVisible to false makes the types in this assembly not visible
  22. // to COM components. If you need to access a type in this assembly from
  23. // COM, set the ComVisible attribute to true on that type.
  24. [assembly: ComVisible(false)]
  25. // The following GUID is for the ID of the typelib if this project is exposed to COM
  26. [assembly: Guid("9ba57646-7a83-4f21-b555-92f1463c9f3e")]
  27. // Version information for an assembly consists of the following four values:
  28. //
  29. // Major Version
  30. // Minor Version
  31. // Build Number
  32. // Revision
  33. //
  34. // You can specify all the values or you can default the Build and Revision Numbers
  35. // by using the '*' as shown below:
  36. // [assembly: AssemblyVersion("1.0.*")]
  37. [assembly: AssemblyVersion("1.5.7.0")]
  38. [assembly: AssemblyFileVersion("1.5.7.0")]
  39. [assembly: System.CLSCompliant(true)]