Windows2003-3790/inetsrv/iis/admin/w3ext/version.rc2

17 lines
492 B
Plaintext
Raw Permalink Normal View History

2001-01-01 00:00:00 +01:00
/////////////////////////////////////////////////////////////////////////////
//
// 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"
/////////////////////////////////////////////////////////////////////////////