-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
iftlg.rc
47 lines (43 loc) · 1.31 KB
/
iftlg.rc
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
36
37
38
39
40
41
42
43
44
45
46
47
/////////////////////////////////////////////
// //
// Copyright (C) 2019-2019 Julian Uy //
// https://sites.google.com/site/awertyb //
// //
// See details of license at "LICENSE" //
// //
/////////////////////////////////////////////
#include "windows.h"
#define MACRO_TO_STRING(x) #x
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1, 0, 0, 0
PRODUCTVERSION 1, 0, 0, 0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x1L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "041104b0"
BEGIN
VALUE "Comments", "Source code for the latest version of this product is located on the World Wide Web at https://github.com/uyjulian/iftlg"
VALUE "FileDescription", "TLG Plugin for Susie Image Viewer"
VALUE "FileVersion", MACRO_TO_STRING(GIT_TAG)
VALUE "InternalName", "iftlg"
VALUE "LegalCopyright", "Copyright (C) 2019-2019 Julian Uy; See details of license at LICENSE, or the source code location."
VALUE "OriginalFilename", "iftlg.spi"
VALUE "ProductName", "TLG Plugin for Susie Image Viewer"
VALUE "ProductVersion", MACRO_TO_STRING(GIT_TAG)
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x411, 1200
END
END