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