00001 /*------------------------------------------------------------------------ 00002 * Copyright 2009 (c) Jonas Finnemann Jensen <jopsen@gmail.com> 00003 * Copyright 2007-2009 (c) Jeff Brown <spadix@users.sourceforge.net> 00004 * 00005 * This file is part of the ZBar CLI Wrapper. 00006 * 00007 * The ZBar CLI Wrapper is free software; you can redistribute it 00008 * and/or modify it under the terms of the GNU Lesser Public License as 00009 * published by the Free Software Foundation; either version 2.1 of 00010 * the License, or (at your option) any later version. 00011 * 00012 * The ZBar CLI Wrapper is distributed in the hope that it will be 00013 * useful, but WITHOUT ANY WARRANTY; without even the implied warranty 00014 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00015 * GNU Lesser Public License for more details. 00016 * 00017 * You should have received a copy of the GNU Lesser Public License 00018 * along with the ZBar CLI Wrapper; if not, write to the Free 00019 * Software Foundation, Inc., 51 Franklin St, Fifth Floor, 00020 * Boston, MA 02110-1301 USA 00021 * 00022 *------------------------------------------------------------------------*/ 00023 00024 using System.Reflection; 00025 using System.Runtime.CompilerServices; 00026 00027 // Information about this assembly is defined by the following attributes. 00028 // Change them to the values specific to your project. 00029 00030 [assembly: AssemblyTitle("libzbar-cli")] 00031 [assembly: AssemblyDescription("C# bindings for libzbar.")] 00032 [assembly: AssemblyConfiguration("")] 00033 [assembly: AssemblyCompany("")] 00034 [assembly: AssemblyProduct("")] 00035 [assembly: AssemblyCopyright("Copyright (c) 2009 Jonas Finnemann Jensen <jopsen@gmail.com>")] 00036 [assembly: AssemblyTrademark("")] 00037 [assembly: AssemblyCulture("")] 00038 00039 // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". 00040 // The form "{Major}.{Minor}.*" will automatically update the build and revision, 00041 // and "{Major}.{Minor}.{Build}.*" will update just the revision. 00042 00043 [assembly: AssemblyVersion("0.9.*")] 00044 00045 // The following attributes are used to specify the signing key for the assembly, 00046 // if desired. See the Mono documentation for more information about signing. 00047 00048 [assembly: AssemblyDelaySign(false)] 00049 [assembly: AssemblyKeyFile("")]