windows-nt/Source/XPSP1/NT/inetsrv/iis/svcs/cmp/asptxn/version.rc2
2020-09-26 16:20:57 +08:00

17 lines
500 B
Plaintext

/////////////////////////////////////////////////////////////////////////////
//
// Version String
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILEDESCRIPTION_STR "Microsoft Internet Services ASPTXN DLL"
#define VER_INTERNALNAME_STR "asptxn.dll"
#define VER_ORIGINALFILENAME_STR "asptxn.dll"
#define VER_FILETYPE VFT_DLL
#include "iisver.h"
#include "common.ver"
/////////////////////////////////////////////////////////////////////////////