/* * AssemlyInfo.cs - AssemlyInfo for ImoncLib.ImondConnection * * Copyright (c) 2012 - Christian Schwinn - christianschwinn@quadrant1.net * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of the * License, or (at your option) any later version. */ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("ImoncLib")] [assembly: AssemblyDescription(".NET library for Imond communication")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ImoncLib")] [assembly: AssemblyCopyright("Copyright © 2012 Christian Schwinn")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(true)] [assembly: Guid("5e15267e-345e-402e-aa12-accae4bb40da")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]