SharpLibEar/Properties/AssemblyInfo.cs
author StephaneLenclud
Thu, 18 Aug 2016 18:49:03 +0200
changeset 241 3b5a94f31400
permissions -rw-r--r--
Adding support for HID Keyboard events.
StephaneLenclud@210
     1
using System.Reflection;
StephaneLenclud@210
     2
using System.Runtime.CompilerServices;
StephaneLenclud@210
     3
using System.Runtime.InteropServices;
StephaneLenclud@210
     4
StephaneLenclud@210
     5
// General Information about an assembly is controlled through the following 
StephaneLenclud@210
     6
// set of attributes. Change these attribute values to modify the information
StephaneLenclud@210
     7
// associated with an assembly.
StephaneLenclud@210
     8
[assembly: AssemblyTitle("SharpLibEar")]
StephaneLenclud@210
     9
[assembly: AssemblyDescription("")]
StephaneLenclud@210
    10
[assembly: AssemblyConfiguration("")]
StephaneLenclud@210
    11
[assembly: AssemblyCompany("")]
StephaneLenclud@210
    12
[assembly: AssemblyProduct("SharpLibEar")]
StephaneLenclud@210
    13
[assembly: AssemblyCopyright("Copyright ©  2016")]
StephaneLenclud@210
    14
[assembly: AssemblyTrademark("")]
StephaneLenclud@210
    15
[assembly: AssemblyCulture("")]
StephaneLenclud@210
    16
StephaneLenclud@210
    17
// Setting ComVisible to false makes the types in this assembly not visible 
StephaneLenclud@210
    18
// to COM components.  If you need to access a type in this assembly from 
StephaneLenclud@210
    19
// COM, set the ComVisible attribute to true on that type.
StephaneLenclud@210
    20
[assembly: ComVisible(false)]
StephaneLenclud@210
    21
StephaneLenclud@210
    22
// The following GUID is for the ID of the typelib if this project is exposed to COM
StephaneLenclud@210
    23
[assembly: Guid("84a9ed37-e6ea-4cbd-b995-b713f46eaab0")]
StephaneLenclud@210
    24
StephaneLenclud@210
    25
// Version information for an assembly consists of the following four values:
StephaneLenclud@210
    26
//
StephaneLenclud@210
    27
//      Major Version
StephaneLenclud@210
    28
//      Minor Version 
StephaneLenclud@210
    29
//      Build Number
StephaneLenclud@210
    30
//      Revision
StephaneLenclud@210
    31
//
StephaneLenclud@210
    32
// You can specify all the values or you can default the Build and Revision Numbers 
StephaneLenclud@210
    33
// by using the '*' as shown below:
StephaneLenclud@210
    34
// [assembly: AssemblyVersion("1.0.*")]
StephaneLenclud@210
    35
[assembly: AssemblyVersion("1.0.0.0")]
StephaneLenclud@210
    36
[assembly: AssemblyFileVersion("1.0.0.0")]