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