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