10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Remote Storage Server"
|
|
#define VER_INTERNALNAME_STR "RsServ.exe"
|
|
|
|
#include "WsbVer.h"
|
|
|