12 lines
302 B
C
12 lines
302 B
C
#pragma once
|
|
|
|
#include <ntverp.h>
|
|
#include <winver.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Event Source monitoring tool"
|
|
#define VER_INTERNALNAME_STR "esmon.exe"
|
|
|
|
#include <common.ver>
|