-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathqtmcserver.rc
More file actions
50 lines (47 loc) · 1.66 KB
/
qtmcserver.rc
File metadata and controls
50 lines (47 loc) · 1.66 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
/*
* Qt Minecraft Server
* Copyleft 2013
*
* 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/qtmcserver.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 1, 0, 0
PRODUCTVERSION 0, 1, 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", "Graphical User Interface application for running/managing a Minecraft Server\0"
VALUE "FileVersion", "0.1.0.0\0"
VALUE "InternalName", "qtmcserver\0"
VALUE "LegalCopyright", "Copyleft 2013\0"
VALUE "OriginalFilename", "qtmcserver.exe\0"
VALUE "ProductName", "Qt Minecraft Server\0"
VALUE "ProductVersion", "0.1.0.0\0"
END
END
END