//************************************************************************
//**
//**  dmusic16.rc
//**
//**  Copyright (c) 1992-1998 Microsoft Corporation
//**
//**  DESCRIPTION:
//**
//**  HISTORY:
//**    04/10/93     [t-kyleb]      
//**
//************************************************************************


#include <windows.h>
#include <ver.h>
#include "res.h"

#include <windows.h>

#define VERSIONNAME               "dmusic16.dll\0"
#define VERSIONDESCRIPTION        "Microsoft DirectMusic Legacy Port (16-bit thunk peer)\0"
#define VERSIONTYPE               VFT_DLL
#define VERSIONSUBTYPE            VFT2_UNKNOWN

#include <verinfo.h>
#include <verinfo.ver>


STRINGTABLE MOVEABLE DISCARDABLE
BEGIN
   IDS_DMUSIC16,            "DirectMusic 16-bit sequencer"
END