25 lines
585 B
Plaintext
25 lines
585 B
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1997 - 1999
|
|
//
|
|
// File: qryperf.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include "ntverp.h"
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "CI perf utility"
|
|
#define VER_INTERNALNAME_STR "qryperf.exe"
|
|
#define VER_ORIGINALFILENAME_STR "qryperf.exe"
|
|
|
|
#include "common.ver"
|
|
|
|
|
|
|
|
|