14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
//---------------------------------------------------------------------------
|
|
// Version info.
|
|
//---------------------------------------------------------------------------
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WMI XML Transformer COntrol"
|
|
#define VER_INTERNALNAME_STR "xmlcomp"
|
|
#define VER_ORIGINALFILENAME_STR "xmlcomp.exe"
|
|
|
|
#include <common.ver>
|