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