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