summaryrefslogtreecommitdiffstats
path: root/Src/Plugins/Input/in_vorbis/version.rc2
diff options
context:
space:
mode:
authorwinampgit <github@winamp.com>2024-09-27 08:32:58 +0200
committerGitHub <noreply@github.com>2024-09-27 08:32:58 +0200
commit5b91e3f697cb6a484b6a63d4fe529e4e15f6dd19 (patch)
tree1f14e8e1d4a93c9379e2731ef0d967add426546f /Src/Plugins/Input/in_vorbis/version.rc2
parentUpdate README.md (diff)
downloadwinamp-community.tar
winamp-community.tar.gz
winamp-community.tar.bz2
winamp-community.tar.lz
winamp-community.tar.xz
winamp-community.tar.zst
winamp-community.zip
Diffstat (limited to 'Src/Plugins/Input/in_vorbis/version.rc2')
-rw-r--r--Src/Plugins/Input/in_vorbis/version.rc239
1 files changed, 0 insertions, 39 deletions
diff --git a/Src/Plugins/Input/in_vorbis/version.rc2 b/Src/Plugins/Input/in_vorbis/version.rc2
deleted file mode 100644
index b6a163886..000000000
--- a/Src/Plugins/Input/in_vorbis/version.rc2
+++ /dev/null
@@ -1,39 +0,0 @@
-
-/////////////////////////////////////////////////////////////////////////////
-//
-// Version
-//
-#include "../../../Winamp/buildType.h"
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,79,0,0
- PRODUCTVERSION WINAMP_PRODUCTVER
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x2L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "040904b0"
- BEGIN
- VALUE "CompanyName", "Winamp SA"
- VALUE "FileDescription", "Winamp Input Plug-in"
- VALUE "FileVersion", "1,79,0,0"
- VALUE "InternalName", "Nullsoft Vorbis Decoder"
- VALUE "LegalCopyright", "Copyright © 2001-2023 Winamp SA"
- VALUE "LegalTrademarks", "Nullsoft and Winamp are trademarks of Winamp SA"
- VALUE "OriginalFilename", "in_vorbis.dll"
- VALUE "ProductName", "Winamp"
- VALUE "ProductVersion", STR_WINAMP_PRODUCTVER
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x409, 1200
- END
-END