Skip to content

Instantly share code, notes, and snippets.

@SolomonSklash
Created July 23, 2021 22:43
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
#define APSTUDIO_READONLY_SYMBOLS
#include "winres.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,3,3,4
PRODUCTVERSION 1,3,3,1
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Acme Corp" /* This field doesn't seem to show up in theGUI Properties pane */
VALUE "FileDescription", "sweet file of mine"
VALUE "FileVersion", "6.6.6" /* This seems to be overwritten by the FILEVERSION field above */
VALUE "InternalName", "legitfile.exe"
VALUE "LegalCopyright", "Copyright (C) 1999"
VALUE "OriginalFilename", "old file name"
VALUE "ProductName", "my app"
VALUE "ProductVersion", "6.6.6.6"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment