16 lines
328 B
Plaintext
16 lines
328 B
Plaintext
#include "ntverp.h"
|
|
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Windows Tour Launcher"
|
|
#define VER_INTERNALNAME_STR "tourstart"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "2001"
|
|
#define VER_ORIGINALFILENAME_STR "tourstart.EXE"
|
|
|
|
#include "common.ver"
|
|
|