PROJECT: added VERSIONINFO, resolved issue #106
This commit is contained in:
parent
6ebea665dc
commit
72b16cf089
|
|
@ -33,7 +33,7 @@ extern "C"
|
|||
|
||||
//Bridge defines
|
||||
#define MAX_SETTING_SIZE 65536
|
||||
#define DBG_VERSION 16
|
||||
#define DBG_VERSION 17
|
||||
|
||||
//Bridge functions
|
||||
BRIDGE_IMPEXP const char* BridgeInit();
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
// Generated by ResEdit 1.5.11
|
||||
// Copyright (C) 2006-2012
|
||||
// Generated by ResEdit 1.6.2
|
||||
// Copyright (C) 2006-2014
|
||||
// http://www.resedit.net
|
||||
|
||||
#include <windows.h>
|
||||
|
|
@ -18,6 +18,45 @@ IDI_ICON1 ICON "..\\bug.ico"
|
|||
|
||||
|
||||
|
||||
//
|
||||
// Version Information resources
|
||||
//
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 0,0,1,7
|
||||
PRODUCTVERSION 0,0,1,7
|
||||
FILEOS VOS_UNKNOWN
|
||||
FILETYPE VFT_UNKNOWN
|
||||
FILESUBTYPE VFT2_UNKNOWN
|
||||
FILEFLAGSMASK 0x00000000
|
||||
FILEFLAGS 0x00000000
|
||||
{
|
||||
BLOCK "StringFileInfo"
|
||||
{
|
||||
BLOCK "0400047B"
|
||||
{
|
||||
VALUE "Comments", ""
|
||||
VALUE "CompanyName", ""
|
||||
VALUE "FileDescription", "x64_dbg"
|
||||
VALUE "FileVersion", ""
|
||||
VALUE "InternalName", ""
|
||||
VALUE "LegalCopyright", "x64_dbg.com"
|
||||
VALUE "LegalTrademarks", ""
|
||||
VALUE "OriginalFilename", ""
|
||||
VALUE "PrivateBuild", ""
|
||||
VALUE "ProductName", "x64_dbg"
|
||||
VALUE "ProductVersion", "V1.7ALPHA"
|
||||
VALUE "SpecialBuild", ""
|
||||
}
|
||||
}
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x0400, 0x047B
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
//
|
||||
// Manifest resources
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue