32 lines
487 B
Plaintext
32 lines
487 B
Plaintext
/*++
|
|
|
|
Copyright (c) 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
tfilt.rc
|
|
|
|
Abstract:
|
|
|
|
Resource file for the UL filter test server.
|
|
|
|
Author:
|
|
|
|
Michael Courage (mcourage) 16-Mar-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "Filter Test Server"
|
|
#define VER_INTERNALNAME_STR "tfilt.exe"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|
|
|