summaryrefslogtreecommitdiffstats
path: root/private/sdktools/wcache/wcache.rc
blob: edf31b4c84e5166f1294424b1bcefb524ef281a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_APP
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Microsoft\256 SCSI Disk Cache Display Utility"

#define VER_INTERNALNAME_STR        "wcache.exe"
#define VER_ORIGINALFILENAME_STR    "wcache.exe"

#include <common.ver>