Windows2003-3790/inetsrv/iis/inc/template.rc
2020-09-30 16:53:55 +02:00

22 lines
525 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#include "windows.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "File Description"
#define VER_INTERNALNAME_STR "Internal Name"
#define VER_ORIGINALFILENAME_STR "Original Name"
#define VER_FILETYPE VFT_DLL
//
// Apps may also define
// VER_FILESUBTYPE
// VER_IISPRODUCTNAME_STR
// VER_IISMAJORVERSION
// VER_IISMINORVERSION
// VER_IISPRODUCTVERSION_STR
// VER_IISPRODUCTVERSION
// VER_IISPRODUCTBUILD
//
#include "iisver.h"
#include "common.ver"