/* versioninfo.rc.in - for WinPT's PTD.dll * Copyright (C) 2012 Timo Schulz * Copyright (C) 2005 g10 Code GmbH * * This file is free software; as a special exception the author gives * unlimited permission to copy and/or distribute it, with or without * modifications, as long as this notice is preserved. * * This program is distributed in the hope that it will be useful, but * WITHOUT ANY WARRANTY, to the extent permitted by law; without even the * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. */ /* This file is processed by configure to create versioninfo.rc */ #line __LINE__ "versioninfo.rc.in" VS_VERSION_INFO VERSIONINFO FILEVERSION @BUILD_FILEVERSION@ PRODUCTVERSION @BUILD_FILEVERSION@ FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L #else FILEFLAGS 0x0L #endif FILEOS 0x40004L FILETYPE 0x2L FILESUBTYPE 0x0L BEGIN BLOCK "StringFileInfo" BEGIN BLOCK "040904b0" BEGIN VALUE "Comments", "This is Free Software under the terms of the GNU GPL v2\0" VALUE "CompanyName", "\0" VALUE "FileDescription", "PTD - Privacy Tray Dynamic\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "WinPT\0" VALUE "LegalCopyright", " Copyright (C) 2012 Timo Schulz\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "PTD.dll\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "PTD\0" VALUE "ProductVersion", "@VERSION@\0" VALUE "SpecialBuild", "@BUILD_TIMESTAMP@\0" END END BLOCK "VarFileInfo" BEGIN VALUE "Translation", 0x407, 1200 END END