/* * AssemlyInfo.cs - AssemlyInfo for ImoncLibTest.ImondConnectionTest * * Copyright (c) 2012 - Christian Schwinn - christianschwinn@quadrant1.net * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. */ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle("ImoncLibTest")] [assembly: AssemblyDescription("Test program for the .NET library for Imond communication")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("ImoncLibTest")] [assembly: AssemblyCopyright("Copyright © 2012 Christian Schwinn")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: ComVisible(false)] [assembly: Guid("22b9cb75-8326-445d-baf0-0b638b48df75")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")]