Properties/AssemblyInfo.cs
author StephaneLenclud
Mon, 23 Mar 2015 13:08:31 +0100
changeset 89 f8cfba91e6cd
parent 74 e5e903ee681d
permissions -rw-r--r--
Merge
     1 //
     2 // Copyright (C) 2014-2015 Stéphane Lenclud.
     3 //
     4 // This file is part of SharpLibHid.
     5 //
     6 // SharpDisplayManager is free software: you can redistribute it and/or modify
     7 // it under the terms of the GNU General Public License as published by
     8 // the Free Software Foundation, either version 3 of the License, or
     9 // (at your option) any later version.
    10 //
    11 // SharpDisplayManager is distributed in the hope that it will be useful,
    12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
    13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14 // GNU General Public License for more details.
    15 //
    16 // You should have received a copy of the GNU General Public License
    17 // along with SharpDisplayManager.  If not, see <http://www.gnu.org/licenses/>.
    18 //
    19 
    20 using System.Reflection;
    21 using System.Runtime.CompilerServices;
    22 using System.Runtime.InteropServices;
    23 
    24 // General Information about an assembly is controlled through the following 
    25 // set of attributes. Change these attribute values to modify the information
    26 // associated with an assembly.
    27 [assembly: AssemblyTitle("SharpLibHid")]
    28 [assembly: AssemblyDescription("")]
    29 [assembly: AssemblyConfiguration("")]
    30 [assembly: AssemblyCompany("")]
    31 [assembly: AssemblyProduct("SharpLibHid")]
    32 [assembly: AssemblyCopyright("Copyright ©  2015")]
    33 [assembly: AssemblyTrademark("")]
    34 [assembly: AssemblyCulture("")]
    35 
    36 // Setting ComVisible to false makes the types in this assembly not visible 
    37 // to COM components.  If you need to access a type in this assembly from 
    38 // COM, set the ComVisible attribute to true on that type.
    39 [assembly: ComVisible(false)]
    40 
    41 // The following GUID is for the ID of the typelib if this project is exposed to COM
    42 [assembly: Guid("975f0b9b-456d-4db6-a0ea-56c257969b38")]
    43 
    44 // Version information for an assembly consists of the following four values:
    45 //
    46 //      Major Version
    47 //      Minor Version 
    48 //      Build Number
    49 //      Revision
    50 //
    51 // You can specify all the values or you can default the Build and Revision Numbers 
    52 // by using the '*' as shown below:
    53 // [assembly: AssemblyVersion("1.0.*")]
    54 [assembly: AssemblyVersion("1.0.0.0")]
    55 [assembly: AssemblyFileVersion("1.0.0.0")]