Skip to content

Commit

Permalink
Change name from test.rc to resource.rc and update
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnetic-Fox committed Sep 10, 2023
1 parent 240e540 commit 7b48963
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 13 deletions.
39 changes: 39 additions & 0 deletions resources.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
#include "menuitems.h"

1 VERSIONINFO
FILEVERSION 1, 0, 0, 0
PRODUCTVERSION 1, 0, 0, 0
FILETYPE 0x1L
{
BLOCK "StringFileInfo"
BEGIN
BLOCK "041504e2"
BEGIN
VALUE "CompanyName", "Magnetic-Fox\0"
VALUE "FileVersion", "1.0\0"
VALUE "FileDescription", "Testy WinAPI\0"
VALUE "InternalName", "WinAPI_test.exe\0"
VALUE "LegalCopyright", "�2023 Magnetic-Fox\0"
// VALUE "LegalTrademarks", ""
VALUE "OriginalFilename", "WinAPI_test.exe\0"
VALUE "ProductName", "Testy WinAPI\0"
VALUE "ProductVersion", "1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0415, 1250
END
}

IDR_MENU1 MENU
BEGIN
POPUP "&Plik"
BEGIN
MENUITEM "Za&ko�cz\tAlt+F4", ID_PLIK_ZAKONCZ
END
POPUP "Pomo&c"
BEGIN
MENUITEM "&O programie", ID_POMOC_O
END
END
13 changes: 0 additions & 13 deletions test.rc

This file was deleted.

0 comments on commit 7b48963

Please sign in to comment.