windows-nt/Source/XPSP1/NT/inetsrv/query/apps/usnmon/usnmon.rc
2020-09-26 16:20:57 +08:00

23 lines
576 B
Plaintext

//+-------------------------------------------------------------------------
//
// Microsoft Windows
//
// Copyright (C) Microsoft Corporation, 1998 - 1999
//
// File: usnmon.rc
//
//--------------------------------------------------------------------------
#include "windows.h"
#include "ntverp.h"
#define VER_FILETYPE VFT_APP
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Usn utility"
#define VER_INTERNALNAME_STR "usnmon.exe"
#define VER_ORIGINALFILENAME_STR "usnmon.exe"
#include "common.ver"