10 lines
231 B
Plaintext
10 lines
231 B
Plaintext
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Remote Storage File service"
|
|
#define VER_INTERNALNAME_STR "RsFsa.exe"
|
|
|
|
#include "WsbVer.h"
|
|
|