AssemblyInfo.cs 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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
  5. // set of attributes. Change these attribute values to modify the information
  6. // associated with an assembly.
  7. [assembly: AssemblyTitle("spine-xna")]
  8. [assembly: AssemblyProduct("spine-xna")]
  9. [assembly: AssemblyDescription("")]
  10. [assembly: AssemblyCompany("Esoteric Software")]
  11. [assembly: AssemblyCopyright("Copyright © Esoteric Software 2013-2016")]
  12. [assembly: AssemblyTrademark("")]
  13. [assembly: AssemblyCulture("")]
  14. // Setting ComVisible to false makes the types in this assembly not visible
  15. // to COM components. If you need to access a type in this assembly from
  16. // COM, set the ComVisible attribute to true on that type. Only Windows
  17. // assemblies support COM.
  18. [assembly: ComVisible(false)]
  19. // On Windows, the following GUID is for the ID of the typelib if this
  20. // project is exposed to COM. On other platforms, it unique identifies the
  21. // title storage container when deploying this assembly to the device.
  22. [assembly: Guid("bce68f54-1e09-449a-90a2-b7ca28f491a5")]
  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. [assembly: AssemblyVersion("1.0.0.0")]