Properties/AssemblyInfo.cs
author StephaneLenclud
Tue, 08 Dec 2015 13:52:15 +0100
changeset 0 99720d48e299
permissions -rw-r--r--
First contribution. Empty TV server plugin.
StephaneLenclud@0
     1
using System.Reflection;
StephaneLenclud@0
     2
using System.Runtime.CompilerServices;
StephaneLenclud@0
     3
using System.Runtime.InteropServices;
StephaneLenclud@0
     4
using MediaPortal.Common.Utils;
StephaneLenclud@0
     5
StephaneLenclud@0
     6
// General Information about an assembly is controlled through the following 
StephaneLenclud@0
     7
// set of attributes. Change these attribute values to modify the information
StephaneLenclud@0
     8
// associated with an assembly.
StephaneLenclud@0
     9
[assembly: AssemblyTitle("RecordStatusTvEnginePlugin")]
StephaneLenclud@0
    10
[assembly: AssemblyDescription("")]
StephaneLenclud@0
    11
[assembly: AssemblyConfiguration("")]
StephaneLenclud@0
    12
[assembly: AssemblyCompany("")]
StephaneLenclud@0
    13
[assembly: AssemblyProduct("RecordStatusTvEnginePlugin")]
StephaneLenclud@0
    14
[assembly: AssemblyCopyright("Copyright ©  2015")]
StephaneLenclud@0
    15
[assembly: AssemblyTrademark("")]
StephaneLenclud@0
    16
[assembly: AssemblyCulture("")]
StephaneLenclud@0
    17
StephaneLenclud@0
    18
// Setting ComVisible to false makes the types in this assembly not visible 
StephaneLenclud@0
    19
// to COM components.  If you need to access a type in this assembly from 
StephaneLenclud@0
    20
// COM, set the ComVisible attribute to true on that type.
StephaneLenclud@0
    21
[assembly: ComVisible(false)]
StephaneLenclud@0
    22
StephaneLenclud@0
    23
// The following GUID is for the ID of the typelib if this project is exposed to COM
StephaneLenclud@0
    24
[assembly: Guid("9eb62d86-3a4e-49be-91a3-0f7e36bab34f")]
StephaneLenclud@0
    25
StephaneLenclud@0
    26
// Version information for an assembly consists of the following four values:
StephaneLenclud@0
    27
//
StephaneLenclud@0
    28
//      Major Version
StephaneLenclud@0
    29
//      Minor Version 
StephaneLenclud@0
    30
//      Build Number
StephaneLenclud@0
    31
//      Revision
StephaneLenclud@0
    32
//
StephaneLenclud@0
    33
// You can specify all the values or you can default the Build and Revision Numbers 
StephaneLenclud@0
    34
// by using the '*' as shown below:
StephaneLenclud@0
    35
// [assembly: AssemblyVersion("1.0.*")]
StephaneLenclud@0
    36
[assembly: AssemblyVersion("1.0.0.0")]
StephaneLenclud@0
    37
[assembly: AssemblyFileVersion("1.0.0.0")]
StephaneLenclud@0
    38
StephaneLenclud@0
    39
//TV Server Plugin
StephaneLenclud@0
    40
[assembly: CompatibleVersion("1.1.8.0")]
StephaneLenclud@0
    41
[assembly: UsesSubsystem("TVE")]