sl@24
|
1 |
using System.Reflection;
|
sl@24
|
2 |
using System.Runtime.CompilerServices;
|
sl@24
|
3 |
using System.Runtime.InteropServices;
|
sl@24
|
4 |
|
sl@24
|
5 |
// General Information about an assembly is controlled through the following
|
sl@24
|
6 |
// set of attributes. Change these attribute values to modify the information
|
sl@24
|
7 |
// associated with an assembly.
|
sl@24
|
8 |
[assembly: AssemblyTitle("SharpDisplayInterface")]
|
sl@24
|
9 |
[assembly: AssemblyDescription("")]
|
sl@24
|
10 |
[assembly: AssemblyConfiguration("")]
|
sl@24
|
11 |
[assembly: AssemblyCompany("")]
|
sl@24
|
12 |
[assembly: AssemblyProduct("SharpDisplayInterface")]
|
sl@24
|
13 |
[assembly: AssemblyCopyright("Copyright © 2014")]
|
sl@24
|
14 |
[assembly: AssemblyTrademark("")]
|
sl@24
|
15 |
[assembly: AssemblyCulture("")]
|
sl@24
|
16 |
|
sl@24
|
17 |
// Setting ComVisible to false makes the types in this assembly not visible
|
sl@24
|
18 |
// to COM components. If you need to access a type in this assembly from
|
sl@24
|
19 |
// COM, set the ComVisible attribute to true on that type.
|
sl@24
|
20 |
[assembly: ComVisible(false)]
|
sl@24
|
21 |
|
sl@24
|
22 |
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
sl@24
|
23 |
[assembly: Guid("53136116-6621-4ac0-8a01-bf746674b192")]
|
sl@24
|
24 |
|
sl@24
|
25 |
// Version information for an assembly consists of the following four values:
|
sl@24
|
26 |
//
|
sl@24
|
27 |
// Major Version
|
sl@24
|
28 |
// Minor Version
|
sl@24
|
29 |
// Build Number
|
sl@24
|
30 |
// Revision
|
sl@24
|
31 |
//
|
sl@24
|
32 |
// You can specify all the values or you can default the Build and Revision Numbers
|
sl@24
|
33 |
// by using the '*' as shown below:
|
sl@24
|
34 |
// [assembly: AssemblyVersion("1.0.*")]
|
sl@24
|
35 |
[assembly: AssemblyVersion("1.0.0.0")]
|
sl@24
|
36 |
[assembly: AssemblyFileVersion("1.0.0.0")]
|