You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
838 B
36 lines
838 B
#include <winresrc.h> |
|
|
|
#define MAINICON 101 |
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US |
|
#pragma code_page(1252) |
|
|
|
MAINICON ICON "syg-cpp-logo.ico" |
|
|
|
VS_VERSION_INFO VERSIONINFO |
|
FILEVERSION 1,1,0,0 |
|
PRODUCTVERSION 1,1,0,0 |
|
|
|
FILEOS 0x40004L |
|
FILETYPE 0x1L |
|
FILESUBTYPE 0x0L |
|
|
|
BEGIN |
|
BLOCK "StringFileInfo" |
|
BEGIN |
|
BLOCK "040904b0" |
|
BEGIN |
|
VALUE "CompanyName", "acetone" |
|
VALUE "FileDescription", "SimpleYggGen" |
|
VALUE "FileVersion", "1.1.0.0" |
|
VALUE "LegalCopyright", "Copyright (C) 2020, acetone" |
|
VALUE "OriginalFilename", "sygcpp" |
|
VALUE "ProductName", "SimpleYggGen" |
|
VALUE "ProductVersion", "1.1-train" |
|
END |
|
END |
|
BLOCK "VarFileInfo" |
|
BEGIN |
|
VALUE "Translation", 0x409, 1252 |
|
END |
|
END
|
|
|