17 lines
599 B
Plaintext
17 lines
599 B
Plaintext
//---------------------------------------------------------------------------
|
|
// Version info.
|
|
//---------------------------------------------------------------------------
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "IIS5 Metabase Utility"
|
|
#define VER_INTERNALNAME_STR "MetaFix"
|
|
#define VER_ORIGINALFILENAME_STR "MetaFix.exe"
|
|
#define VER_FILEOS VOS_NT_WINDOWS32
|
|
|
|
#include <ntverp.h>
|
|
#include <common.ver>
|
|
|
|
#include "iisver.h"
|