File: pgamsgevent.rc

package info (click to toggle)
pgagent 4.2.3-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 492 kB
  • sloc: cpp: 1,913; sql: 1,739; xml: 100; ansic: 58; makefile: 31; sh: 18
file content (49 lines) | stat: -rw-r--r-- 1,512 bytes parent folder | download | duplicates (2)
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
//////////////////////////////////////////////////////////////////////////
//
// pgAgent - PostgreSQL Tools
// 
// Copyright (C) 2002 - 2024, The pgAdmin Development Team
// This software is released under the PostgreSQL Licence
//
// pgaevent.rc - win32 Resources
//
//////////////////////////////////////////////////////////////////////////

LANGUAGE 0x9,0x1
1 11 MSG00001.bin

#include <winver.h>

// Icon (Don't remove the aaa prefix - it makes it the default icon)
aaaPGAEVENT      ICON    DISCARDABLE     "../include/pgagent.ico"


VS_VERSION_INFO VERSIONINFO 
FILEVERSION    4,2,3,0
PRODUCTVERSION 4,2,3,0
FILEOS         VOS__WINDOWS32
FILETYPE       VFT_APP
BEGIN
    BLOCK "StringFileInfo"
    BEGIN
        BLOCK "040904E4"
        BEGIN 
            VALUE "FileVersion",     "4.2.3", "\0"
            VALUE "File Version",    "4.2.3", "\0"
            VALUE "FileDescription", "pgaevent - pgAgent Event Log Message DLL", "\0"
            VALUE "LegalCopyright",  "\251 2002 - 2024, The pgAdmin Development Team", "\0"
            VALUE "LegalTrademarks", "This software is released under the PostgreSQL Licence.", "\0"
            VALUE "InternalName",    "pgaevent", "\0"
            VALUE "OriginalFilename","pgaevent.dll", "\0"
            VALUE "ProductName",     "pgAgent", "\0"
            VALUE "ProductVersion",  "4.2.3", "\0"
        END
    END
    BLOCK "VarFileInfo" 
    BEGIN 
        VALUE "Translation", 0x0409, 0x04E4
    END 
END