AssemblyInfo.cs 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. using System.Resources;
  5. // Information about this assembly is defined by the following attributes.
  6. // Change them to the values specific to your project.
  7. [assembly: AssemblyTitle("System.Net.FtpClient")]
  8. [assembly: AssemblyDescription("FTP and FTPS client implementation")]
  9. [assembly: AssemblyConfiguration("")]
  10. [assembly: AssemblyCompany("")]
  11. [assembly: AssemblyProduct("System.Net.FtpClient")]
  12. [assembly: AssemblyCopyright("J.P. Trosclair")]
  13. [assembly: AssemblyTrademark("")]
  14. [assembly: AssemblyCulture("")]
  15. // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
  16. // The form "{Major}.{Minor}.*" will automatically update the build and revision,
  17. // and "{Major}.{Minor}.{Build}.*" will update just the revision.
  18. [assembly: AssemblyVersion("1.0.*")]
  19. // The following attributes are used to specify the signing key for the assembly,
  20. // if desired. See the Mono documentation for more information about signing.
  21. //[assembly: AssemblyDelaySign(false)]
  22. //[assembly: AssemblyKeyFile("")]
  23. [assembly: GuidAttribute("A88FA910-1553-4000-AA56-6FC001AD7CF1")]
  24. [assembly: NeutralResourcesLanguageAttribute("en")]