-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhibp2sqlite.rc
More file actions
50 lines (47 loc) · 1.59 KB
/
hibp2sqlite.rc
File metadata and controls
50 lines (47 loc) · 1.59 KB
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
48
49
50
/*
* HaveIBeenPwned Local
* Copyleft 2025
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <winver.h>
// icon
IDI_ICON1 ICON DISCARDABLE "images/hibp2sqlite.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 2, 0, 0
PRODUCTVERSION 0, 2, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE VFT2_UNKNOWN
BEGIN
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "BrainByteZ\0"
VALUE "FileDescription", "hibp2sqlite\0"
VALUE "FileVersion", "0.2.0.0\0"
VALUE "InternalName", "hibp2sqlite\0"
VALUE "LegalCopyright", "Copyleft 2025\0"
VALUE "OriginalFilename", "hibp2sqlite.exe\0"
VALUE "ProductName", "hibp2sqlite\0"
VALUE "ProductVersion", "0.2.0.0\0"
END
END
END