Properties/AssemblyInfo.cs
changeset 0 99720d48e299
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Properties/AssemblyInfo.cs	Tue Dec 08 13:52:15 2015 +0100
     1.3 @@ -0,0 +1,41 @@
     1.4 +using System.Reflection;
     1.5 +using System.Runtime.CompilerServices;
     1.6 +using System.Runtime.InteropServices;
     1.7 +using MediaPortal.Common.Utils;
     1.8 +
     1.9 +// General Information about an assembly is controlled through the following 
    1.10 +// set of attributes. Change these attribute values to modify the information
    1.11 +// associated with an assembly.
    1.12 +[assembly: AssemblyTitle("RecordStatusTvEnginePlugin")]
    1.13 +[assembly: AssemblyDescription("")]
    1.14 +[assembly: AssemblyConfiguration("")]
    1.15 +[assembly: AssemblyCompany("")]
    1.16 +[assembly: AssemblyProduct("RecordStatusTvEnginePlugin")]
    1.17 +[assembly: AssemblyCopyright("Copyright ©  2015")]
    1.18 +[assembly: AssemblyTrademark("")]
    1.19 +[assembly: AssemblyCulture("")]
    1.20 +
    1.21 +// Setting ComVisible to false makes the types in this assembly not visible 
    1.22 +// to COM components.  If you need to access a type in this assembly from 
    1.23 +// COM, set the ComVisible attribute to true on that type.
    1.24 +[assembly: ComVisible(false)]
    1.25 +
    1.26 +// The following GUID is for the ID of the typelib if this project is exposed to COM
    1.27 +[assembly: Guid("9eb62d86-3a4e-49be-91a3-0f7e36bab34f")]
    1.28 +
    1.29 +// Version information for an assembly consists of the following four values:
    1.30 +//
    1.31 +//      Major Version
    1.32 +//      Minor Version 
    1.33 +//      Build Number
    1.34 +//      Revision
    1.35 +//
    1.36 +// You can specify all the values or you can default the Build and Revision Numbers 
    1.37 +// by using the '*' as shown below:
    1.38 +// [assembly: AssemblyVersion("1.0.*")]
    1.39 +[assembly: AssemblyVersion("1.0.0.0")]
    1.40 +[assembly: AssemblyFileVersion("1.0.0.0")]
    1.41 +
    1.42 +//TV Server Plugin
    1.43 +[assembly: CompatibleVersion("1.1.8.0")]
    1.44 +[assembly: UsesSubsystem("TVE")]