24 lines
474 B
Plaintext
24 lines
474 B
Plaintext
//lint -e*
|
|
|
|
#include "ntverp.h"
|
|
|
|
//
|
|
// Visual C resources
|
|
//
|
|
|
|
#include "visualc.rc"
|
|
|
|
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Stub loader for Files and Settings Transfer Wizard"
|
|
#define VER_INTERNALNAME_STR "migsetup"
|
|
#define VER_ORIGINALFILENAME_STR "migsetup.exe"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "2000"
|
|
|
|
#include "common.ver"
|