diff options
| author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-20 18:33:39 +0000 |
|---|---|---|
| committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-20 18:33:39 +0000 |
| commit | 67c6f233d7e60ad59918e734fe565f5f5dfd28d5 (patch) | |
| tree | 213ab09cf6250d2bee311dc20e0c580838681580 /plugins/Bass_interface/Version.rc | |
| parent | c9bf0c30a59a922b96713db54e2293fdf7334adf (diff) | |
projects renames and fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Bass_interface/Version.rc')
| -rw-r--r-- | plugins/Bass_interface/Version.rc | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/Bass_interface/Version.rc b/plugins/Bass_interface/Version.rc deleted file mode 100644 index e637f0cb33..0000000000 --- a/plugins/Bass_interface/Version.rc +++ /dev/null @@ -1,38 +0,0 @@ -// Microsoft Visual C++ generated resource script.
-//
-#include "afxres.h"
-#include "version.h"
-
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION __FILEVERSION_STRING
- PRODUCTVERSION __FILEVERSION_STRING
- FILEFLAGSMASK 0x17L
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x4L
- FILETYPE 0x0L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "FileDescription", __DESCRIPTION
- VALUE "InternalName", __PLUGIN_NAME
- VALUE "LegalCopyright", __COPYRIGHT
- VALUE "OriginalFilename", __FILENAME
- VALUE "ProductName", __PLUGIN_NAME
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
|
