windows-nt/Source/XPSP1/NT/sdktools/getbin/getbin.rc
2020-09-26 16:20:57 +08:00

15 lines
352 B
Plaintext

#include <windows.h>
#include "getbin.h"
#include "dialogs.dlg"
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "NTUSER's binary upload & reboot utility"
#define VER_INTERNALNAME_STR "getbin.exe"
#define VER_ORIGINALFILENAME_STR "getbin.exe"
#include "common.ver"