12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
|
#include <windows.h>
|
||
|
#include <bldver.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Upload Library ISASI extension\0"
|
||
|
|
||
|
#define VER_INTERNALNAME_STR "UploadServer.dll\0"
|
||
|
#define VER_ORIGINALFILENAME_STR "UploadServer.dll\0"
|
||
|
|
||
|
#include <common.ver>
|