8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "RS Restore program"
|
|
#define VER_INTERNALNAME_STR "RsTore.exe"
|
|
|
|
#include "WsbVer.h"
|
|
|