forked from analogdevicesinc/scopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
properties.rc.cmakein
29 lines (26 loc) · 1 KB
/
properties.rc.cmakein
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
#include <windows.h>
AppIcon ICON DISCARDABLE "@CMAKE_SOURCE_DIR@/resources/icon.ico"
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION @SCOPY_FILEVERSION@
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileVersion", "@SCOPY_PRODUCTVERSION_STR@"
VALUE "CompanyName", "Analog Devices"
VALUE "FileDescription", "Scopy - A software oscilloscope and signal analysis toolset"
VALUE "InternalName", "Scopy"
VALUE "LegalCopyright", "Copyright 2016-@BUILD_YEAR@ ADI and other contributors"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.en.html"
VALUE "OriginalFilename", "scopy.exe"
VALUE "ProductName", "Scopy"
VALUE "ProductVersion", "@SCOPY_PRODUCTVERSION_STR@-g@SCOPY_VERSION_GIT@"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END