34 lines
584 B
Plaintext
34 lines
584 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1999-2001 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
tmultiecho.rc
|
|
|
|
Abstract:
|
|
|
|
Resource file for the UL multiple control channel echo test.
|
|
|
|
Author:
|
|
|
|
Keith Moore (keithmo) 16-Nov-1999
|
|
|
|
Revision History:
|
|
|
|
Eric Stenson (ericsten) 10-May-2001 Ripped off
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "HTTP.SYS Multi-Echo Test"
|
|
#define VER_INTERNALNAME_STR "tmultiecho.exe"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|
|
|