File: properties.rc.cmakein

package info (click to toggle)
libiio 0.26-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,832 kB
  • sloc: ansic: 21,880; python: 1,844; cs: 1,232; sh: 1,062; cpp: 688; yacc: 441; xml: 192; lex: 172; makefile: 40
file content (25 lines) | stat: -rw-r--r-- 914 bytes parent folder | download | duplicates (3)
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
#include <windows.h>
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION @LIBIIO_FILEVERSION@
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904E4"
        BEGIN
            VALUE "CompanyName",        "Analog Devices"
            VALUE "FileDescription",    "libiio - Library for interface to IIO devices"
            VALUE "InternalName",       "libiio"
            VALUE "LegalCopyright",     "Copyright 2015-@BUILD_YEAR@ ADI and other contributors"
            VALUE "LegalTrademarks",    "http://www.gnu.org/licenses/lgpl-2.1.html"
            VALUE "ProductName",        "libiio"
            VALUE "ProductVersion",     "@LIBIIO_VERSION_MAJOR@.@LIBIIO_VERSION_MINOR@-g@LIBIIO_VERSION_GIT@"
            VALUE "OriginalFilename",   "@LIBIIO_ORIGINAL_FILENAME@"
        END
    END

    BLOCK "VarFileInfo"
    BEGIN
        VALUE "Translation", 0x409, 1252
    END
END