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

36 lines
615 B
Plaintext

/*++
Name:
tdict.rc
Abstract:
Resource file for HTTP Header Dictionary Test program
Environment:
File History:
Murali R. Krishnan ( MuraliK) 25-July-1997
--*/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Test For HTTP dictionary program"
#define VER_INTERNALNAME_STR "tdict.exe"
#define VER_ORIGINALFILENAME_STR "tdict.exe"
#include "common.ver"