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

35 lines
538 B
Plaintext

/*++
Name:
gsv.rc
Abstract:
Environment:
File History:
Murali R. Krishnan ( MuraliK) 7-May-1997
--*/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "IIS ISAPI Tester API DLL "
#define VER_INTERNALNAME_STR "gsv.dll"
#define VER_ORIGINALFILENAME_STR "gsv.dll"
#include "common.ver"