AssemblyInfo.cs 655 B

12345678910111213141516171819
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. [assembly: AssemblyTitle("ConsoleApp1")]
  5. [assembly: AssemblyDescription("")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("PDF Tecnologies, Inc.")]
  8. [assembly: AssemblyProduct("ConsoleApp1")]
  9. [assembly: AssemblyCopyright("Copyright © 2014-2023 PDF Technologies, Inc. All Rights Reserved.")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: AssemblyCulture("")]
  12. [assembly: ComVisible(false)]
  13. [assembly: Guid("7372311c-7a31-4d97-a2c0-fc005fc345c1")]
  14. [assembly: AssemblyVersion("1.0.0.0")]
  15. [assembly: AssemblyFileVersion("1.0.0.0")]