moel@1: using System.Reflection; moel@1: using System.Runtime.CompilerServices; moel@1: using System.Runtime.InteropServices; moel@1: moel@1: // General Information about an assembly is controlled through the following moel@1: // set of attributes. Change these attribute values to modify the information moel@1: // associated with an assembly. moel@1: [assembly: AssemblyTitle("Open Hardware Monitor")] moel@1: [assembly: AssemblyDescription("")] moel@1: [assembly: AssemblyConfiguration("")] moel@1: [assembly: AssemblyCompany("")] moel@1: [assembly: AssemblyProduct("Open Hardware Monitor")] moel@1: [assembly: AssemblyCopyright("Copyright © 2009-2010 Michael Möller")] moel@1: [assembly: AssemblyTrademark("")] moel@1: [assembly: AssemblyCulture("")] moel@1: moel@1: // Setting ComVisible to false makes the types in this assembly not visible moel@1: // to COM components. If you need to access a type in this assembly from moel@1: // COM, set the ComVisible attribute to true on that type. moel@1: [assembly: ComVisible(false)] moel@1: moel@1: // The following GUID is for the ID of the typelib if this project is exposed to COM moel@1: [assembly: Guid("f7a1c873-0bec-4762-8707-2edce3a6444d")] moel@1: moel@1: // Version information for an assembly consists of the following four values: moel@1: // moel@1: // Major Version moel@1: // Minor Version moel@1: // Build Number moel@1: // Revision moel@1: // moel@1: // You can specify all the values or you can default the Build and Revision Numbers moel@1: // by using the '*' as shown below: moel@1: // [assembly: AssemblyVersion("1.0.*")] moel@1: [assembly: AssemblyVersion("0.1.0.0")] moel@1: [assembly: AssemblyFileVersion("0.1.0.0")]