-
Notifications
You must be signed in to change notification settings - Fork 131
/
Copy pathansi.rc
36 lines (32 loc) · 776 Bytes
/
ansi.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
/*
ansi.rc - Version resource for ANSI{32,64}.dll.
Jason Hood, 11 November, 2009.
*/
#include <winver.h>
#include "version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION PVERB
PRODUCTVERSION PVERB
FILEOS VOS_NT
FILETYPE VFT_DLL
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
VALUE "Comments", "http://ansicon.adoxa.vze.com/"
VALUE "CompanyName", "Jason Hood"
VALUE "FileDescription", "ANSI Console"
VALUE "FileVersion", PVERSA
VALUE "InternalName", "ANSI" BITS
VALUE "LegalCopyright", "Freeware"
VALUE "OriginalFilename", ANSIDLL
VALUE "ProductName", "ANSICON"
VALUE "ProductVersion", PVERSA
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}