16 lines
397 B
Plaintext
16 lines
397 B
Plaintext
|
#include "dialogs.rc"
|
||
|
|
||
|
//
|
||
|
// Version
|
||
|
//
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Win9x Migration Report Tool v1"
|
||
|
#define VER_INTERNALNAME_STR "UPGWIZ.EXE"
|
||
|
#define VER_ORIGINALFILENAME_STR "UPGWIZ.EXE"
|
||
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-2000"
|
||
|
|
||
|
#include "common.ver"
|
||
|
|