mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-14 05:15:05 -05:00
23 lines
431 B
Plaintext
23 lines
431 B
Plaintext
|
#include <winver.h>
|
||
|
#include "../../config.h"
|
||
|
|
||
|
XC_ICON ICON "../../xchat.ico"
|
||
|
|
||
|
VS_VERSION_INFO VERSIONINFO
|
||
|
BEGIN
|
||
|
BLOCK "StringFileInfo"
|
||
|
BEGIN
|
||
|
BLOCK "040904B0"
|
||
|
BEGIN
|
||
|
|
||
|
VALUE "FileDescription", "XChat-WDK IRC Client"
|
||
|
VALUE "ProductName", "XChat-WDK"
|
||
|
VALUE "ProductVersion", PACKAGE_VERSION
|
||
|
END
|
||
|
END
|
||
|
BLOCK "VarFileInfo"
|
||
|
BEGIN
|
||
|
VALUE "Translation", 0x0409, 0x04B0
|
||
|
END
|
||
|
END
|