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