Server/Properties/AssemblyInfo.cs
author sl
Fri, 15 Aug 2014 10:20:01 +0200
changeset 30 c375286d1a1c
parent 0 f6eca6facd07
child 85 9c4a78195ac4
permissions -rw-r--r--
Still trying to setup WCF for us to work nicely.
Now using multi threading and reliable session.
Implementing thread safe functions where needed.
Enforcing session mode.
Fixing bug in marquee label as we forgot to reset current position when text is changed.
sl@0
     1
using System.Reflection;
sl@0
     2
using System.Runtime.CompilerServices;
sl@0
     3
using System.Runtime.InteropServices;
sl@0
     4
sl@0
     5
// General Information about an assembly is controlled through the following 
sl@0
     6
// set of attributes. Change these attribute values to modify the information
sl@0
     7
// associated with an assembly.
sl@0
     8
[assembly: AssemblyTitle("SharpDisplayManager")]
sl@0
     9
[assembly: AssemblyDescription("")]
sl@0
    10
[assembly: AssemblyConfiguration("")]
sl@0
    11
[assembly: AssemblyCompany("")]
sl@0
    12
[assembly: AssemblyProduct("SharpDisplayManager")]
sl@0
    13
[assembly: AssemblyCopyright("Copyright ©  2014")]
sl@0
    14
[assembly: AssemblyTrademark("")]
sl@0
    15
[assembly: AssemblyCulture("")]
sl@0
    16
sl@0
    17
// Setting ComVisible to false makes the types in this assembly not visible 
sl@0
    18
// to COM components.  If you need to access a type in this assembly from 
sl@0
    19
// COM, set the ComVisible attribute to true on that type.
sl@0
    20
[assembly: ComVisible(false)]
sl@0
    21
sl@0
    22
// The following GUID is for the ID of the typelib if this project is exposed to COM
sl@0
    23
[assembly: Guid("5da0f26b-76a6-41e8-832c-5b593b3a75b0")]
sl@0
    24
sl@0
    25
// Version information for an assembly consists of the following four values:
sl@0
    26
//
sl@0
    27
//      Major Version
sl@0
    28
//      Minor Version 
sl@0
    29
//      Build Number
sl@0
    30
//      Revision
sl@0
    31
//
sl@0
    32
// You can specify all the values or you can default the Build and Revision Numbers 
sl@0
    33
// by using the '*' as shown below:
sl@0
    34
// [assembly: AssemblyVersion("1.0.*")]
sl@0
    35
[assembly: AssemblyVersion("1.0.0.0")]
sl@0
    36
[assembly: AssemblyFileVersion("1.0.0.0")]