1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-20 16:09:12 +01:00
cnc-ddraw/ddraw.rc

27 lines
775 B
Plaintext
Raw Normal View History

1 VERSIONINFO
2017-11-16 22:21:13 +01:00
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
{
BLOCK "StringFileInfo"
{
BLOCK "040904B0"
{
2017-11-16 19:19:17 +01:00
VALUE "CompanyName", "cncnet.org"
VALUE "FileDescription", "DirectDraw replacement for C&C95 and Red Alert"
2017-11-16 22:21:13 +01:00
VALUE "FileVersion", "1.1.1.0"
VALUE "InternalName", "ddraw"
2017-11-16 19:19:17 +01:00
VALUE "LegalCopyright", "Copyright (c) 2010-2017"
VALUE "LegalTrademarks", ""
VALUE "OriginalFileName", "ddraw.dll"
VALUE "ProductName", "DirectDraw replacement for C&C95 and Red Alert"
2017-11-16 22:21:13 +01:00
VALUE "ProductVersion", "1.1.1.0"
2017-11-16 19:19:17 +01:00
VALUE "Comments", "https://cncnet.org"
}
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409, 0x04B0
}
}