8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Remote Storage Job Launcher"
|
||
|
#define VER_INTERNALNAME_STR "rslaunch.exe"
|
||
|
|
||
|
#include "WsbVer.h"
|
||
|
|