14 lines
388 B
Plaintext
14 lines
388 B
Plaintext
|
#include <ntverp.h>
|
||
|
#include <winver.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Microsoft IIS certificate mapper"
|
||
|
#define VER_INTERNALNAME_STR "iiscrmap.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "iiscrmap.dll"
|
||
|
|
||
|
#include "iisver.h"
|
||
|
#include "common.ver"
|
||
|
|
||
|
LANGUAGE 0x9,0x1
|