PageRenderTime 37ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/GammaJul.LgLcd/Properties/AssemblyInfo.cs

#
C# | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | e721b948af4d83135d79e61877572989 MD5 | raw file
Possible License(s): LGPL-2.1
  1. using System;
  2. using System.Reflection;
  3. using System.Resources;
  4. using System.Runtime.InteropServices;
  5. [assembly: ComVisible(false)]
  6. [assembly: CLSCompliant(true)]
  7. [assembly: AssemblyTitle("GammaJul LgLcd Library - Core")]
  8. [assembly: AssemblyDescription("GammaJul's .NET Wrapper around the Logitech® LCD SDK.")]
  9. [assembly: AssemblyCompany("GammaJul")]
  10. [assembly: AssemblyProduct("GammaJul Common Libraries")]
  11. [assembly: AssemblyCopyright("Copyright © GammaJul - 2009-2010")]
  12. [assembly: AssemblyTrademark("Logitech, and the Logitech products referred by this library are either the trademarks or the registered trademarks of Logitech, and not GammaJul.")]
  13. [assembly: AssemblyCulture("")]
  14. [assembly: AssemblyVersion("1.1.4.0")]
  15. [assembly: NeutralResourcesLanguage("en-US")]