Windows2003-3790/inetsrv/iis/admin/w3ext/version.rc2
2020-09-30 16:53:55 +02:00

17 lines
492 B
Plaintext

/////////////////////////////////////////////////////////////////////////////
//
// Version String
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "IIS W3ext Module"
#define VER_INTERNALNAME_STR "w3ext.dll"
#define VER_ORIGINALFILENAME_STR "w3ext.dll"
#define VER_FILETYPE VFT_DLL
#include "iisver.h"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////