2025-11-28 00:35:46 +09:00

41 lines
1.1 KiB
Plaintext

#define APPVERSION 4
#define APPREVISION 0
#define APPRELEASE 0
#define VERSIONPRODUCTNAME "PolyMessage MIDI Player Sample Application"
#define VERSIONCOPYRIGHT "Copyright 1991 - 1999 Microsoft Corporation.\0"
#define VERSIONSTR "4.00\0"
#define VERSIONCOMPANYNAME "Microsoft Corporation\0"
#ifndef OFFICIAL
#define VER_PRIVATEBUILD VS_FF_PRIVATEBUILD
#else
#define VER_PRIVATEBUILD 0
#endif
#ifndef FINAL
#define VER_PRERELEASE VS_FF_PRERELEASE
#else
#define VER_PRERELEASE 0
#endif
#if defined(DEBUG_RETAIL)
#define VER_DEBUG VS_FF_DEBUG
#elif defined(DEBUG)
#define VER_DEBUG VS_FF_DEBUG
#else
#define VER_DEBUG 0
#endif
#define VERSIONFLAGS (VER_PRIVATEBUILD|VER_PRERELEASE|VER_DEBUG)
#define VERSIONFILEFLAGSMASK 0x0030003FL
#define VERSIONNAME "MIDIPlyr.exe\0"
#define VERSIONDESCRIPTION "PolyMessage MIDI Player Sample Application"
#define VERSIONTYPE VFT_APP
#define VERSIONSUBTYPE VFT2_UNKNOWN
#include "verinfo.ver"