diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 22:33:43 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-11-23 22:33:43 +0100 |
| commit | b1e857cf1471d1871a9396696b22fa531da98249 (patch) | |
| tree | 3923008a8653057698cb339faf6dcfa92e18364b /project-base/icon.rc | |
| parent | 106bb7fcadf637cec883648916cc8d19529d6199 (diff) | |
add projbase to repo
Diffstat (limited to 'project-base/icon.rc')
| -rw-r--r-- | project-base/icon.rc | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/project-base/icon.rc b/project-base/icon.rc new file mode 100644 index 0000000..8b66323 --- /dev/null +++ b/project-base/icon.rc @@ -0,0 +1,27 @@ +#include <windows.h> +#include <wingdi.h> +#include <winuser.h> + +1 VERSIONINFO +FILEVERSION 0,1,0,0 +PRODUCTVERSION 0,1,0,0 +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "080904E4" + BEGIN + VALUE "CompanyName", "Aldrik Ramaekers" + VALUE "FileDescription", "Text-search" + VALUE "FileVersion", "1.0" + VALUE "InternalName", "Text-search" + VALUE "LegalCopyright", "Aldrik Ramaekers" + VALUE "OriginalFilename", "Text-search.exe" + VALUE "ProductName", "Text-search" + VALUE "ProductVersion", "1.0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x809, 1252 + END +END |
