37 lines
635 B
Plaintext
37 lines
635 B
Plaintext
/*++
|
|
Name:
|
|
|
|
isatps.rc
|
|
Abstract:
|
|
The resource file for Internet Server App object proxy stub
|
|
|
|
Environment:
|
|
Win32
|
|
|
|
File History:
|
|
|
|
Murali R. Krishnan ( MuraliK) 6-Sept-1996
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Internet Server Application Proxy Stub "
|
|
#define VER_INTERNALNAME_STR "isatps.dll"
|
|
#define VER_ORIGINALFILENAME_STR "isatps.dll"
|
|
|
|
#include "common.ver"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|