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

25 lines
739 B
Plaintext

//
// EVNTTRAP.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
// Add manually edited resources here...
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Event Translator Config Tool"
#define VER_INTERNALNAME_STR "eventcmt.exe"
#define VER_ORIGINALFILENAME_STR "eventcmt.exe"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////