1.1 --- a/Properties/AssemblyInfo.cs Sun Aug 08 13:57:26 2010 +0000
1.2 +++ b/Properties/AssemblyInfo.cs Thu Aug 12 20:53:27 2010 +0000
1.3 @@ -35,13 +35,11 @@
1.4
1.5 */
1.6
1.7 +using System;
1.8 using System.Reflection;
1.9 using System.Runtime.CompilerServices;
1.10 using System.Runtime.InteropServices;
1.11
1.12 -// General Information about an assembly is controlled through the following
1.13 -// set of attributes. Change these attribute values to modify the information
1.14 -// associated with an assembly.
1.15 [assembly: AssemblyTitle("Open Hardware Monitor")]
1.16 [assembly: AssemblyDescription("")]
1.17 [assembly: AssemblyConfiguration("")]
1.18 @@ -51,23 +49,4 @@
1.19 [assembly: AssemblyTrademark("")]
1.20 [assembly: AssemblyCulture("")]
1.21
1.22 -// Setting ComVisible to false makes the types in this assembly not visible
1.23 -// to COM components. If you need to access a type in this assembly from
1.24 -// COM, set the ComVisible attribute to true on that type.
1.25 [assembly: ComVisible(false)]
1.26 -
1.27 -// The following GUID is for the ID of the typelib if this project is exposed to COM
1.28 -[assembly: Guid("f7a1c873-0bec-4762-8707-2edce3a6444d")]
1.29 -
1.30 -// Version information for an assembly consists of the following four values:
1.31 -//
1.32 -// Major Version
1.33 -// Minor Version
1.34 -// Build Number
1.35 -// Revision
1.36 -//
1.37 -// You can specify all the values or you can default the Build and Revision Numbers
1.38 -// by using the '*' as shown below:
1.39 -// [assembly: AssemblyVersion("1.0.*")]
1.40 -[assembly: AssemblyVersion("0.1.37.3")]
1.41 -[assembly: AssemblyFileVersion("0.1.37.3")]