moel@14: /* moel@14: moel@344: This Source Code Form is subject to the terms of the Mozilla Public moel@344: License, v. 2.0. If a copy of the MPL was not distributed with this moel@344: file, You can obtain one at http://mozilla.org/MPL/2.0/. moel@14: moel@344: Copyright (C) 2009-2012 Michael Möller moel@344: moel@14: */ moel@14: moel@166: using System; moel@14: using System.Reflection; moel@1: using System.Runtime.CompilerServices; moel@1: using System.Runtime.InteropServices; moel@1: 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@331: [assembly: AssemblyCopyright("Copyright © 2009-2012 Michael Möller")] moel@1: [assembly: AssemblyTrademark("")] moel@1: [assembly: AssemblyCulture("")] moel@1: moel@1: [assembly: ComVisible(false)]