Files
mirror-processhacker/2.x/trunk/ProcessHacker/version.rc
T
wj32 e63bd97423 put version information into separate files to stop them from being modified
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4235 21ef857c-d57f-4fe0-8362-d861dc6d29cd
2011-06-18 05:07:20 +00:00

36 lines
1.9 KiB
Plaintext

#include "afxres.h"
#include "include/phappres.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION PHAPP_VERSION_MAJOR,PHAPP_VERSION_MINOR,0,0
PRODUCTVERSION PHAPP_VERSION_MAJOR,PHAPP_VERSION_MINOR,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x4L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "0c0904b0"
BEGIN
VALUE "CompanyName", "wj32"
VALUE "FileDescription", "Process Hacker"
VALUE "FileVersion", PHAPP_VERSION_STRING
VALUE "InternalName", "Process Hacker"
VALUE "LegalCopyright", "Licensed under the GNU GPL, v3."
VALUE "OriginalFilename", "ProcessHacker.exe"
VALUE "ProductName", "Process Hacker"
VALUE "ProductVersion", PHAPP_VERSION_STRING
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0xc09, 1200
END
END