| 123456789101112131415161718192021222324252627 |
- using System;
- using System.Reflection;
- using System.Runtime.CompilerServices;
- using System.Runtime.InteropServices;
- // General Information about an assembly is controlled through the following
- // set of attributes. Change these attribute values to modify the information
- // associated with an assembly.
- [assembly: AssemblyTitle("WinSCPnet")]
- [assembly: AssemblyDescription("WinSCP scripting interface .NET wrapper")]
- [assembly: AssemblyConfiguration("")]
- [assembly: AssemblyCompany("Martin Prikryl")]
- [assembly: AssemblyProduct("WinSCP")]
- [assembly: AssemblyCopyright("")]
- [assembly: AssemblyTrademark("")]
- [assembly: AssemblyCulture("")]
- [assembly: ComVisible(false)]
- // The following GUID is for the ID of the typelib if this project is exposed to COM
- [assembly: Guid("a0b93468-d98a-4845-a234-8076229ad93f")]
- [assembly: AssemblyVersion("1.3.5.0")]
- [assembly: AssemblyFileVersion("1.3.5.0")]
- [assembly: AssemblyInformationalVersionAttribute("5.10.0.0")]
- [assembly: CLSCompliant(true)]
|