AssemblyInfo.cs 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #if NET7_0
  2. #else
  3. using System.Reflection;
  4. using System.Runtime.CompilerServices;
  5. using System.Runtime.InteropServices;
  6. // General Information about an assembly is controlled through the following
  7. // set of attributes. Change these attribute values to modify the information
  8. // associated with an assembly.
  9. [assembly: AssemblyTitle("WatermarkTest")]
  10. [assembly: AssemblyDescription("")]
  11. [assembly: AssemblyConfiguration("")]
  12. [assembly: AssemblyCompany("PDF Technologies, Inc.")]
  13. [assembly: AssemblyProduct("WatermarkTest")]
  14. [assembly: AssemblyCopyright("Copyright © 2014-2024 PDF Technologies, Inc. All Rights Reserved.")]
  15. [assembly: AssemblyTrademark("")]
  16. [assembly: AssemblyCulture("")]
  17. // Setting ComVisible to false makes the types in this assembly not visible
  18. // to COM components. If you need to access a type in this assembly from
  19. // COM, set the ComVisible attribute to true on that type.
  20. [assembly: ComVisible(false)]
  21. // The following GUID is for the ID of the typelib if this project is exposed to COM
  22. [assembly: Guid("8e440dcb-fcbc-4308-ab3d-50c38d017a40")]
  23. // Version information for an assembly consists of the following four values:
  24. //
  25. // Major Version
  26. // Minor Version
  27. // Build Number
  28. // Revision
  29. //
  30. // You can specify all the values or you can default the Build and Revision Numbers
  31. // by using the '*' as shown below:
  32. // [assembly: AssemblyVersion("1.0.*")]
  33. [assembly: AssemblyVersion("1.13.0.0")]
  34. [assembly: AssemblyFileVersion("1.13.0.0")]
  35. #endif