42 lines
574 B
Plaintext
42 lines
574 B
Plaintext
/*++
|
|
|
|
Copyright (c) 1999-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ultest.rc
|
|
|
|
Abstract:
|
|
|
|
Resource file for the UL automation tests.
|
|
|
|
Author:
|
|
|
|
Paul McDaniel (paulmcd) 21-Jan-1999
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <_ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "WMI Provider for UL.SYS PerfCounters"
|
|
#define VER_INTERNALNAME_STR "ulperf.dll"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_ULPERF REGISTRY DISCARDABLE "ulperf.rgs"
|
|
|
|
|