testdisk/src/icon_ph.rc

34 lines
952 B
Text
Raw Normal View History

app ICON DISCARDABLE "../ico/photorec.ico"
2011-06-02 20:52:38 +02:00
//CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST MOVEABLE PURE "../win/photorec_win.exe.manifest"
1 24 "../win/photorec_win.exe.manifest"
1 VERSIONINFO
2012-01-02 07:50:47 +01:00
FILEVERSION 6, 14, 0, 0
PRODUCTVERSION 6, 14, 0, 0
FILEFLAGSMASK 0x3f
FILEOS 0x4
FILETYPE 0x1
BEGIN
BLOCK "StringFileInfo"
BEGIN
2011-06-02 20:52:38 +02:00
BLOCK "040904E4"
BEGIN
2011-06-02 20:52:38 +02:00
VALUE "CompanyName", "CGSecurity"
VALUE "ProductName", "PhotoRec"
VALUE "FileDescription", "PhotoRec"
VALUE "InternalName", "PhotoRec"
VALUE "OriginalFilename", "photorec_win.exe"
2011-06-02 20:52:38 +02:00
VALUE "Comments", "Signature based file recovery utility"
2012-01-02 07:50:47 +01:00
VALUE "FileVersion", "6.14"
VALUE "ProductVersion", "6.14"
VALUE "LegalCopyright", "Copyright (C) 2012"
END
END
2011-06-02 20:52:38 +02:00
BLOCK "VarFileInfo"
BEGIN
/* Once again -- same meanings -- apparently necessary */
VALUE "Translation", 0x0409, 0x04E4
END
END