35 lines
583 B
Plaintext
35 lines
583 B
Plaintext
/*++
|
|
Name:
|
|
|
|
cisaps.rc
|
|
|
|
Abstract:
|
|
Defines the resources for ComISApi applications
|
|
|
|
File History:
|
|
|
|
Murali R. Krishnan ( MuraliK) 23-Aug-1996
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Com ISAPI Proxy Stub"
|
|
#define VER_INTERNALNAME_STR "cisaps.dll"
|
|
#define VER_ORIGINALFILENAME_STR "cisaps.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|