/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
1using System; 2using System.Reflection; 3using System.Resources; 4using System.Runtime.InteropServices; 5 6[assembly: ComVisible(false)] 7[assembly: CLSCompliant(true)] 8 9[assembly: AssemblyTitle("GammaJul LgLcd Library - Core")] 10[assembly: AssemblyDescription("GammaJul's .NET Wrapper around the Logitech® LCD SDK.")] 11[assembly: AssemblyCompany("GammaJul")] 12[assembly: AssemblyProduct("GammaJul Common Libraries")] 13[assembly: AssemblyCopyright("Copyright © GammaJul - 2009-2010")] 14[assembly: AssemblyTrademark("Logitech, and the Logitech products referred by this library are either the trademarks or the registered trademarks of Logitech, and not GammaJul.")] 15[assembly: AssemblyCulture("")] 16[assembly: AssemblyVersion("1.1.4.0")] 17 18[assembly: NeutralResourcesLanguage("en-US")]