AssemblyInfo.cs
author StephaneLenclud
Wed, 11 Feb 2015 15:52:53 +0100
changeset 7 5680e56e9b0b
permissions -rw-r--r--
Left over fixes :)
     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
     5 
     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( "" ) ]
    13 
    14 //  Version information for an assembly consists of the following four values:
    15 
    16 // 	Major version
    17 // 	Minor Version
    18 // 	Revision
    19 // 	Build Number
    20 
    21 //  You can specify all the values or you can default the Revision and Build Numbers
    22 //  by using the '*' as shown below
    23 
    24 
    25 [ assembly: AssemblyVersion( "2.2.*" ) ]
    26 
    27 
    28