summaryrefslogtreecommitdiffstats
path: root/private/windows/diamond/tools/diamwrap.rc
blob: e5a106d7d2528e406ac074829bd6fa7f8a5aefe1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_APP
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "Microsoft\256 Setup Compression Utility"

#define VER_INTERNALNAME_STR        "diamwrap.exe"
#define VER_ORIGINALFILENAME_STR    "diamwrap.exe"

#include <common.ver>