/* * AssemblyInfo.cs * Copyright (c) 2007-2009 kbinani * * This file is part of Boare.Vsq.Lib. * * Boare.Vsq.Lib is free software; you can redistribute it and/or * modify it under the terms of the BSD License. * * Boare.Cadencii is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; [assembly: AssemblyTitle( "Boare.Lib.Vsq" )] [assembly: AssemblyDescription( "" )] [assembly: AssemblyConfiguration( "" )] [assembly: AssemblyCompany( "Boare" )] [assembly: AssemblyProduct( "Boare.Lib.Vsq" )] [assembly: AssemblyCopyright( "Copyright © 2007-2009" )] [assembly: AssemblyTrademark( "" )] [assembly: AssemblyCulture( "" )] [assembly: ComVisible( false )] [assembly: Guid( "b8b57651-e1db-421c-b518-16d661bcc863" )] [assembly: AssemblyVersion( "1.0.0.0" )] [assembly: AssemblyFileVersion( "1.2.0" )]