AssemblyInfo.cs 981 B

123456789101112131415161718192021222324252627
  1. using System;
  2. using System.Reflection;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("WinSCPnet")]
  8. [assembly: AssemblyDescription("WinSCP console interface .NET wrapper")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("Martin Prikryl")]
  11. [assembly: AssemblyProduct("WinSCP")]
  12. [assembly: AssemblyCopyright("")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. [assembly: ComVisible(false)]
  16. // The following GUID is for the ID of the typelib if this project is exposed to COM
  17. [assembly: Guid("a0b93468-d98a-4845-a234-8076229ad93f")]
  18. [assembly: AssemblyVersion("1.1.4.0")]
  19. [assembly: AssemblyFileVersion("1.1.4.0")]
  20. [assembly: AssemblyInformationalVersionAttribute("5.2.4.0")]
  21. [assembly: CLSCompliant(true)]