Clients/Idle/Properties/AssemblyInfo.cs
author StephaneLenclud
Sun, 21 Aug 2016 16:30:58 +0200
changeset 248 0220cb84df58
permissions -rw-r--r--
Fixing EAR event edition.
EAR HID event now displays 'Press a key' if not valid.
StephaneLenclud@189
     1
using System.Reflection;
StephaneLenclud@189
     2
using System.Runtime.CompilerServices;
StephaneLenclud@189
     3
using System.Runtime.InteropServices;
StephaneLenclud@189
     4
StephaneLenclud@189
     5
// General Information about an assembly is controlled through the following 
StephaneLenclud@189
     6
// set of attributes. Change these attribute values to modify the information
StephaneLenclud@189
     7
// associated with an assembly.
StephaneLenclud@189
     8
[assembly: AssemblyTitle("SharpDisplayIdleClient")]
StephaneLenclud@189
     9
[assembly: AssemblyDescription("")]
StephaneLenclud@189
    10
[assembly: AssemblyConfiguration("")]
StephaneLenclud@189
    11
[assembly: AssemblyCompany("")]
StephaneLenclud@189
    12
[assembly: AssemblyProduct("SharpDisplayIdleClient")]
StephaneLenclud@189
    13
[assembly: AssemblyCopyright("Copyright ©  2016")]
StephaneLenclud@189
    14
[assembly: AssemblyTrademark("")]
StephaneLenclud@189
    15
[assembly: AssemblyCulture("")]
StephaneLenclud@189
    16
StephaneLenclud@189
    17
// Setting ComVisible to false makes the types in this assembly not visible 
StephaneLenclud@189
    18
// to COM components.  If you need to access a type in this assembly from 
StephaneLenclud@189
    19
// COM, set the ComVisible attribute to true on that type.
StephaneLenclud@189
    20
[assembly: ComVisible(false)]
StephaneLenclud@189
    21
StephaneLenclud@189
    22
// The following GUID is for the ID of the typelib if this project is exposed to COM
StephaneLenclud@189
    23
[assembly: Guid("a76579e5-aa8d-45a3-99e1-239a5c030a78")]
StephaneLenclud@189
    24
StephaneLenclud@189
    25
// Version information for an assembly consists of the following four values:
StephaneLenclud@189
    26
//
StephaneLenclud@189
    27
//      Major Version
StephaneLenclud@189
    28
//      Minor Version 
StephaneLenclud@189
    29
//      Build Number
StephaneLenclud@189
    30
//      Revision
StephaneLenclud@189
    31
//
StephaneLenclud@189
    32
// You can specify all the values or you can default the Build and Revision Numbers 
StephaneLenclud@189
    33
// by using the '*' as shown below:
StephaneLenclud@189
    34
// [assembly: AssemblyVersion("1.0.*")]
StephaneLenclud@189
    35
[assembly: AssemblyVersion("1.0.0.0")]
StephaneLenclud@189
    36
[assembly: AssemblyFileVersion("1.0.0.0")]