/GammaJul.LgLcd.Samples.Gdi/Properties/AssemblyInfo.cs
C# | 18 lines | 15 code | 3 blank | 0 comment | 0 complexity | 1dfdbddd382aa03ccfc5bee3beba96aa 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 GDI+ Sample")] 10[assembly: AssemblyDescription("GDI+ Sample for GammaJul.LgLcd.")] 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")]