aboutsummaryrefslogtreecommitdiff
path: root/midifmt-plugin/midifmt-plugin.rc
blob: 348934092bb80194e67776689bff221708bd3ecd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
1		VERSIONINFO
FILEVERSION	RC_VER_MAJOR,RC_VER_MINOR,RC_VER_PATCH,0
PRODUCTVERSION	RC_VER_MAJOR,RC_VER_MINOR,RC_VER_PATCH,0
FILETYPE	VFT_DLL
BEGIN
	BLOCK "StringFileInfo"
	BEGIN
		BLOCK "040904E4""
		BEGIN
			VALUE "FileDescription",	"QMidiPlayer extra MIDI format support plugin"
			VALUE "FileVersion",		APP_VERSION
			VALUE "ProductName",		"QMidiPlayer extra MIDI format support plugin"
			VALUE "ProductVersion",		APP_VERSION
		END
	END
END