//+-------------------------------------------------------------------------
//
//  Microsoft Windows
//
//  Copyright (C) Microsoft Corporation, 1998 - 1999
//
//  File:       redbook.rc
//
//--------------------------------------------------------------------------

#include <windows.h>
#include <ntverp.h>

#define VER_FILETYPE                VFT_DLL
#define VER_FILESUBTYPE             VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR     "RedBook Debugger Extensions"

#define VER_INTERNALNAME_STR        "redbook.dll"
#define VER_ORIGINALFILENAME_STR    "redbook.dll"
#define VER_LANGNEUTRAL

#include <common.ver>