/*************************************************************************** $RCSfile: ressource.rc.in,v $ ------------------- cvs : $Id: ressource.rc.in,v 1.3 2004/01/25 08:04:32 aquamaniac Exp $ begin : Wed Mar 27 2002 copyright : (C) 2002 by Martin Preuss email : martin@libchipcard.de *************************************************************************** * * * 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. * * * * This library 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. See the GNU * * Lesser General Public License for more details. * * * * You should have received a copy of the GNU Lesser General Public * * License along with this library; if not, write to the Free Software * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * * MA 02111-1307 USA * * * ***************************************************************************/ /* Changes */ #include // Language: 407=DE, 409=US, 809=UK // German resources LANGUAGE LANG_GERMAN, SUBLANG_GERMAN #pragma code_page(1252) // AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA // Version VS_VERSION_INFO VERSIONINFO FILEVERSION 1, 13, 2, 0 PRODUCTVERSION 1, 13, 2, 0 FILEFLAGSMASK 0x3fL FILEFLAGS 0x0L FILEOS 0x40004L // Windows NT FILETYPE 0x2L // DLL FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040704b0" BEGIN //VALUE "Comments", "\0" VALUE "CompanyName", " Aquamaniac\0" VALUE "FileDescription", "Multi purpose library\0" VALUE "FileVersion", "v1.13.2\0" VALUE "InternalName", "Gwenhywfar\0" VALUE "LegalCopyright", "Copyright © 2003 by Martin Preuss\0" VALUE "LegalTrademarks", "Aquamaniac\0" VALUE "OriginalFilename", "GWENHYWFAR32.DLL\0" //VALUE "PrivateBuild", "\0" VALUE "ProductName", "Gwenhywfar\0" VALUE "ProductVersion", "v1.13.2.0stable\0" VALUE "Author", "Martin Preuss\0" VALUE "Email", "martin@libchipcard.de\0" VALUE "Homepage", "http://gwenhywfar.sf.net/\0" VALUE "Description", "OS abstraction, Crypto API, IPC Framework\0" VALUE "License", "LGPL\0" //VALUE "SpecialBuild", "\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x407, 1200 END END