windows-nt/Source/XPSP1/NT/inetsrv/iis/admin/appconfig/version.rc2

17 lines
484 B
Plaintext
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/////////////////////////////////////////////////////////////////////////////
//
// Version String
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "IIS AppConfig Module"
#define VER_INTERNALNAME_STR "AppConf.dll"
#define VER_ORIGINALFILENAME_STR "AppConf.dll"
#define VER_FILETYPE VFT_DLL
#include "iisver.h"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////