// $Id: pwgen.rc 384 2009-08-03 20:29:06Z tb $ /* * CryptoTE PasswordGenerator v0.5.390 * Copyright (C) 2008-2009 Timo Bingmann * * 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. * * This program 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 General Public License for * more details. * * You should have received a copy of the GNU General Public License along * with this program; if not, write to the Free Software Foundation, Inc., * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ #include <windows.h> LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 1 ICON "../art/pwgen.ico" 1 RT_MANIFEST "pwgen.xml" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US 1 VERSIONINFO FILEVERSION 0,5,390,0 PRODUCTVERSION 0,5,390,0 FILEFLAGSMASK 0x17L FILEFLAGS 0x0L FILEOS 0x4L FILETYPE 0x1L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904e4" BEGIN VALUE "ProductName", "CryptoTE Password Generator" VALUE "ProductVersion", "0,5,390,0" VALUE "CompanyName", "Timo Bingmann" VALUE "FileDescription", "Stand-alone Password Generator" VALUE "FileVersion", "0,5,390,0" VALUE "Comments", "http://idlebox.net/2009/cryptote/" VALUE "LegalCopyright", "Copyright (C) 2009 Timo Bingmann" VALUE "OriginalFilename", "cryptote-pwgen.exe" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x0, 1252 END END