Properties/AssemblyInfo.cs
author StephaneLenclud
Fri, 15 May 2015 13:23:52 +0200
changeset 1 f203331a8f4a
permissions -rw-r--r--
First full parsing of KingOfSat channel list.
StephaneLenclud@0
     1
using System.Reflection;
StephaneLenclud@0
     2
using System.Runtime.CompilerServices;
StephaneLenclud@0
     3
using System.Runtime.InteropServices;
StephaneLenclud@0
     4
StephaneLenclud@0
     5
// General Information about an assembly is controlled through the following 
StephaneLenclud@0
     6
// set of attributes. Change these attribute values to modify the information
StephaneLenclud@0
     7
// associated with an assembly.
StephaneLenclud@0
     8
[assembly: AssemblyTitle("SatChanGen")]
StephaneLenclud@0
     9
[assembly: AssemblyDescription("")]
StephaneLenclud@0
    10
[assembly: AssemblyConfiguration("")]
StephaneLenclud@0
    11
[assembly: AssemblyCompany("")]
StephaneLenclud@0
    12
[assembly: AssemblyProduct("SatChanGen")]
StephaneLenclud@0
    13
[assembly: AssemblyCopyright("Copyright ©  2015")]
StephaneLenclud@0
    14
[assembly: AssemblyTrademark("")]
StephaneLenclud@0
    15
[assembly: AssemblyCulture("")]
StephaneLenclud@0
    16
StephaneLenclud@0
    17
// Setting ComVisible to false makes the types in this assembly not visible 
StephaneLenclud@0
    18
// to COM components.  If you need to access a type in this assembly from 
StephaneLenclud@0
    19
// COM, set the ComVisible attribute to true on that type.
StephaneLenclud@0
    20
[assembly: ComVisible(false)]
StephaneLenclud@0
    21
StephaneLenclud@0
    22
// The following GUID is for the ID of the typelib if this project is exposed to COM
StephaneLenclud@0
    23
[assembly: Guid("925f5c5b-b813-4fd4-8e5e-19f7ae8423a6")]
StephaneLenclud@0
    24
StephaneLenclud@0
    25
// Version information for an assembly consists of the following four values:
StephaneLenclud@0
    26
//
StephaneLenclud@0
    27
//      Major Version
StephaneLenclud@0
    28
//      Minor Version 
StephaneLenclud@0
    29
//      Build Number
StephaneLenclud@0
    30
//      Revision
StephaneLenclud@0
    31
//
StephaneLenclud@0
    32
// You can specify all the values or you can default the Build and Revision Numbers 
StephaneLenclud@0
    33
// by using the '*' as shown below:
StephaneLenclud@0
    34
// [assembly: AssemblyVersion("1.0.*")]
StephaneLenclud@0
    35
[assembly: AssemblyVersion("1.0.0.0")]
StephaneLenclud@0
    36
[assembly: AssemblyFileVersion("1.0.0.0")]