windows-nt/Source/XPSP1/NT/base/remoteboot/riprep/version.rc

22 lines
508 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
#include "windows.h"
#include <ntverp.h>
#include "commctrl.h"
#define _VERSION_RC_
#include "resource.h"
/////////////////////////////////////////////////////////////////////////////
//
// Version
//
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows NT Remote Installation Services Prep Tool"
#define VER_INTERNALNAME_STR "riprep.exe"
#define VER_ORIGINALFILENAME_STR "riprep.exe"
#include "common.ver"