2025-04-27 07:49:33 -04:00

18 lines
367 B
Plaintext

//
// Resource Version File
//
#ifdef INTERNAL
#include <ntverp.h>
#endif
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Local Monitor UI DLL"
#define VER_INTERNALNAME_STR "localui.dll"
#define VER_ORIGINALFILENAME_STR "localui.dll"
#ifdef INTERNAL
#include <common.ver>
#endif