13 lines
374 B
Plaintext
13 lines
374 B
Plaintext
#include <version.h>
|
|
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Sample Drag & Drop Extension"
|
|
#define VER_INTERNALNAME_STR "DROPEXT"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "1991-1999"
|
|
#define VER_ORIGINALFILENAME_STR "DROPEXT.DLL"
|
|
|
|
#include <common.ver>
|
|
|