You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
1.3 KiB

1 year ago
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. // General Information about an assembly is controlled through the following set of attributes.
  5. // Change these attribute values to modify the information associated with an assembly.
  6. [assembly: AssemblyTitle("JsonRx")]
  7. [assembly: AssemblyDescription("")]
  8. [assembly: AssemblyConfiguration("")]
  9. [assembly: AssemblyCompany("")]
  10. [assembly: AssemblyProduct("JsonRx")]
  11. [assembly: AssemblyCopyright("Copyright © 2018")]
  12. [assembly: AssemblyTrademark("")]
  13. [assembly: AssemblyCulture("")]
  14. // Setting ComVisible to false makes the types in this assembly not visible to COM components. If
  15. // you need to access a type in this assembly from COM, set the ComVisible attribute to true on that type.
  16. [assembly: ComVisible(false)]
  17. // The following GUID is for the ID of the typelib if this project is exposed to COM
  18. [assembly: Guid("1e023f4d-5f8f-4f75-8250-a4f7c9cae473")]
  19. // Version information for an assembly consists of the following four values:
  20. //
  21. // Major Version Minor Version Build Number Revision
  22. //
  23. // You can specify all the values or you can default the Revision and Build Numbers by using the '*'
  24. // as shown below:
  25. [assembly: AssemblyVersion("1.0.0.0")]
  26. [assembly: AssemblyFileVersion("1.0.0.0")]