-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdllinfo.rc
41 lines (38 loc) · 2.23 KB
/
dllinfo.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
// Microsoft Visual C++ generated resource script.
//
#include "resource.h"
#include "stringize.h"
#define APSTUDIO_READONLY_SYMBOLS
#include "winres.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0, 0, 0, TFS_BUILD_VERSION
PRODUCTVERSION 0, 0, 0, TFS_BUILD_VERSION
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
#else
FILEFLAGS 0x0L
#endif
FILEOS 0x40004L
FILETYPE 0x2L
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "000904b0"
BEGIN
VALUE "CompanyName", "Gamer_Z Extreme Party 24/7 | exe24.info | SA:MP Gamemode"
VALUE "FileDescription", "SEE LICENSE.md FOR LICENSE TEXT"
VALUE "FileVersion", STRINGIZE__STR_AV
VALUE "InternalName", "SampGameMode.dll"
VALUE "LegalCopyright", "Copyright (C) Rafał 'Gamer_Z' Grasman 2009-2015"
VALUE "OriginalFilename", "SampGameMode.dll"
VALUE "ProductName", "GameMod Gamer_Z Extreme Party 24/7"
VALUE "ProductVersion", STRINGIZE__STR_AV
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x9, 1200
END
END