-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpectrogramContextMenu.rc
More file actions
35 lines (32 loc) · 916 Bytes
/
Copy pathSpectrogramContextMenu.rc
File metadata and controls
35 lines (32 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#include "resource.h"
#include <windows.h>
// Application and context menu icon.
IDI_SPECTROGRAM ICON "spectrogram.ico"
1 24 "SpectrogramContextMenu.manifest"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,0,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "AsSergjo\0"
VALUE "FileDescription", "Spectrogram Context Menu\0"
VALUE "FileVersion", "4.0.0\0"
VALUE "InternalName", "SpectrogramContextMenu\0"
VALUE "OriginalFilename", "SpectrogramContextMenu.exe\0"
VALUE "ProductName", "Spectrogram Context Menu\0"
VALUE "ProductVersion", "4.0.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END