PageRenderTime 44ms CodeModel.GetById 21ms RepoModel.GetById 1ms app.codeStats 0ms

/PhysicsEngines/JigLib/Properties/AssemblyInfo.cs

#
C# | 30 lines | 12 code | 4 blank | 14 comment | 0 complexity | a85104a3ba14caa237b7ade93462985d MD5 | raw file
Possible License(s): Apache-2.0
  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("Delta.PhysicsEngines.JigLib")]
  7. [assembly: AssemblyProduct("Delta.PhysicsEngines.JigLib")]
  8. [assembly: AssemblyDescription("Physics 3D module implemented with JigLibX")]
  9. [assembly: AssemblyCompany("MobileBits")]
  10. [assembly: AssemblyCopyright("Copyright Š MobileBits 2012")]
  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("42a570ef-2819-42b7-8c62-487e7f3710e4")]
  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("0.9.3.17")]