/GammaJul.LgLcd.Samples.Gdi/Properties/AssemblyInfo.cs

# · C# · 18 lines · 15 code · 3 blank · 0 comment · 0 complexity · 1dfdbddd382aa03ccfc5bee3beba96aa MD5 · raw file

  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 GDI+ Sample")]
  8. [assembly: AssemblyDescription("GDI+ Sample for GammaJul.LgLcd.")]
  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")]