AssemblyInfo.cs 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. using System.Reflection;
  2. using System.Runtime.InteropServices;
  3. // General Information about an assembly is controlled through the following
  4. // set of attributes. Change these attribute values to modify the information
  5. // associated with an assembly.
  6. [assembly: AssemblyTitle("Farseer Physics XNA")]
  7. [assembly: AssemblyProduct("Farseer Physics XNA")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyCompany("Farseer Physics Engine")]
  10. [assembly: AssemblyCopyright("Copyright © Farseer Physics 2011")]
  11. [assembly: AssemblyTrademark("")]
  12. [assembly: AssemblyCulture("")]
  13. // Setting ComVisible to false makes the types in this assembly not visible
  14. // to COM components. If you need to access a type in this assembly from
  15. // 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("29db249d-55cf-4319-a207-a561789fe8eb")]
  19. // Version information for an assembly consists of the following four values:
  20. //
  21. // Major Version
  22. // Minor Version
  23. // Build Number
  24. // Revision
  25. //
  26. [assembly: AssemblyVersion("3.3.*")]