diff options
Diffstat (limited to 'plugins/AuthState/res/version.rc')
-rw-r--r-- | plugins/AuthState/res/version.rc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/plugins/AuthState/res/version.rc b/plugins/AuthState/res/version.rc index 770f6ff8f2..cee33c8390 100644 --- a/plugins/AuthState/res/version.rc +++ b/plugins/AuthState/res/version.rc @@ -4,13 +4,8 @@ #error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
-#include "afxres.h"
#include "..\src\version.h"
-#ifdef _WIN32
-LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
-#endif //_WIN32
-
VS_VERSION_INFO VERSIONINFO
FILEVERSION __FILEVERSION_STRING
PRODUCTVERSION __FILEVERSION_STRING
@@ -29,12 +24,10 @@ BEGIN BLOCK "000004b0"
BEGIN
VALUE "FileDescription", __DESCRIPTION
- VALUE "FileVersion", __FILEVERSION_DOTS
VALUE "InternalName", __PLUGIN_NAME
VALUE "LegalCopyright", __COPYRIGHT
VALUE "OriginalFilename", __FILENAME
VALUE "ProductName", __PLUGIN_NAME
- VALUE "ProductVersion", __FILEVERSION_DOTS
END
END
BLOCK "VarFileInfo"
|