AssemblyInfo.cs 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  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 Engine Samples XNA")]
  7. [assembly: AssemblyProduct("Farseer Physics Engine Samples XNA")]
  8. [assembly: AssemblyDescription("")]
  9. [assembly: AssemblyCompany("Farseer Physics")]
  10. [assembly: AssemblyCopyright("Copyright © Farseer Physics Engine 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. Only Windows
  16. // assemblies support COM.
  17. [assembly: ComVisible(false)]
  18. // On Windows, the following GUID is for the ID of the typelib if this
  19. // project is exposed to COM. On other platforms, it unique identifies the
  20. // title storage container when deploying this assembly to the device.
  21. [assembly: Guid("a5cadde4-30b3-4d0a-a337-8bcebd7f64fd")]
  22. // Version information for an assembly consists of the following four values:
  23. //
  24. // Major Version
  25. // Minor Version
  26. // Build Number
  27. // Revision
  28. //
  29. [assembly: AssemblyVersion("3.3.1.*")]