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

17 lines
488 B
Plaintext

/////////////////////////////////////////////////////////////////////////////
//
// Version String
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "IIS Plus WAM DLL"
#define VER_INTERNALNAME_STR "wam.dll"
#define VER_ORIGINALFILENAME_STR "wam.dll"
#define VER_FILETYPE VFT_DLL
#include "iisver.h"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////