Newly added device are now showing green. Removed devices are showing red.
Other devices are showing black. Devices in unknown state are showing purple.
1 using System.Reflection;
2 // General Information about an assembly is controlled through the following
3 // set of attributes. Change these attribute values to modify the information
4 // associated with an assembly
6 [ assembly: AssemblyTitle( "USB test application for HIDs" ) ]
7 [ assembly: AssemblyDescription( "www.Lvr.com" ) ]
8 [ assembly: AssemblyCompany( "Lakeview Research" ) ]
9 [ assembly: AssemblyProduct( "usbhidio" ) ]
10 [ assembly: AssemblyCopyright( "c. 1999-2005 by Jan Axelson" ) ]
11 [ assembly: AssemblyTrademark( "" ) ]
12 [ assembly: AssemblyCulture( "" ) ]
14 // Version information for an assembly consists of the following four values:
21 // You can specify all the values or you can default the Revision and Build Numbers
22 // by using the '*' as shown below
25 [ assembly: AssemblyVersion( "2.2.*" ) ]