AssemblyInfo.cs 1.1 KB

123456789101112131415161718192021222324252627282930
  1. using System.Reflection;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. [assembly: AssemblyTitle("Aether.Content.Pipeline.Animation")]
  5. [assembly: AssemblyDescription("")]
  6. [assembly: AssemblyConfiguration("")]
  7. [assembly: AssemblyCompany("")]
  8. [assembly: AssemblyProduct("Aether.Content.Pipeline.Animation")]
  9. [assembly: AssemblyCopyright("Copyright © Kastellanos Nikolaos 2011-2024")]
  10. [assembly: AssemblyTrademark("")]
  11. [assembly: AssemblyCulture("")]
  12. // Setting ComVisible to false makes the types in this assembly not visible
  13. // to COM components. If you need to access a type in this assembly from
  14. // COM, set the ComVisible attribute to true on that type.
  15. [assembly: ComVisible(false)]
  16. // The following GUID is for the ID of the typelib if this project is exposed to COM
  17. [assembly: Guid("ff837057-ca41-4c1d-9162-561a32cd3923")]
  18. // Version information for an assembly consists of the following four values:
  19. //
  20. // Major Version
  21. // Minor Version
  22. // Build Number
  23. // Revision
  24. //
  25. [assembly: AssemblyVersion("1.4.0.0")]
  26. [assembly: AssemblyFileVersion("1.4.0.0")]