sl@0: using System.Reflection; sl@0: // General Information about an assembly is controlled through the following sl@0: // set of attributes. Change these attribute values to modify the information sl@0: // associated with an assembly sl@0: sl@0: [ assembly: AssemblyTitle( "USB test application for HIDs" ) ] sl@0: [ assembly: AssemblyDescription( "www.Lvr.com" ) ] sl@0: [ assembly: AssemblyCompany( "Lakeview Research" ) ] sl@0: [ assembly: AssemblyProduct( "usbhidio" ) ] sl@0: [ assembly: AssemblyCopyright( "c. 1999-2005 by Jan Axelson" ) ] sl@0: [ assembly: AssemblyTrademark( "" ) ] sl@0: [ assembly: AssemblyCulture( "" ) ] sl@0: sl@0: // Version information for an assembly consists of the following four values: sl@0: sl@0: // Major version sl@0: // Minor Version sl@0: // Revision sl@0: // Build Number sl@0: sl@0: // You can specify all the values or you can default the Revision and Build Numbers sl@0: // by using the '*' as shown below sl@0: sl@0: sl@0: [ assembly: AssemblyVersion( "2.2.*" ) ] sl@0: sl@0: sl@0: