Changed: Added details for executable (we'll need to improve it for Ryzom Core)

This commit is contained in:
kervala 2015-11-22 18:41:30 +01:00
parent 22d99e3b2a
commit 08a4f32e48

View file

@ -164,6 +164,41 @@ IDB_ERROR_LOGO BITMAP DISCARDABLE "error_logo.bmp"
#endif // French (France) resources
/////////////////////////////////////////////////////////////////////////////
VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,1,0
PRODUCTVERSION 2,1,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Ryzom client"
VALUE "FileVersion", "2.1.0"
VALUE "LegalCopyright", "Copyright (C) 2004-2015 Winchgate and The Ryzom Core Community"
#ifdef _DEBUG
VALUE "OriginalFilename", "ryzom_client_d.exe"
#else
VALUE "OriginalFilename", "ryzom_client_r.exe"
#endif
VALUE "ProductName", "Ryzom"
VALUE "ProductVersion", "2.1.0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1252
END
END
#ifndef APSTUDIO_INVOKED