diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-15 10:38:20 +0000 |
commit | 48540940b6c28bb4378abfeb500ec45a625b37b6 (patch) | |
tree | 2ef294c0763e802f91d868bdef4229b6868527de /plugins/avs/version.rc | |
parent | 5c350913f011e119127baeb32a6aedeb4f0d33bc (diff) |
initial commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@2 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/avs/version.rc')
-rw-r--r-- | plugins/avs/version.rc | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/plugins/avs/version.rc b/plugins/avs/version.rc new file mode 100644 index 0000000000..43d374df60 --- /dev/null +++ b/plugins/avs/version.rc @@ -0,0 +1,113 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "resource.h"
+#include "version.h"
+#include "winres.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// English (U.S.) resources
+
+#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
+#ifdef _WIN32
+LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
+#pragma code_page( 1252)
+#endif //_WIN32
+
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+2 TEXTINCLUDE
+BEGIN
+ "\r\n"
+END
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+END
+
+#endif // APSTUDIO_INVOKED
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+#if !defined(UNICODE)
+ VALUE "Comments", "Service plugin to load and update avatars for Miranda IM"
+ VALUE "CompanyName", "Written by Nightwish and Pescuma for Miranda IM project"
+ VALUE "FileDescription", "Service plugin to load and update avatars for Miranda IM"
+ VALUE "FileVersion", __FILEVERSION_STRING
+ VALUE "InternalName", "avs"
+ VALUE "LegalCopyright", "Copyright (C) 2010, Nightwish, Pescuma"
+ VALUE "LegalTrademarks", "Licensed under the Gnu General Public License V2 or any later version"
+ VALUE "OriginalFilename", "avs.dll"
+ VALUE "ProductName", "Miranda IM Avatar Service plugin"
+ VALUE "ProductVersion", __FILEVERSION_STRING
+#else
+ VALUE "Comments", "Service plugin to load and update avatars for Miranda IM"
+ VALUE "CompanyName", "Written by Nightwish and Pescuma for Miranda IM project"
+ VALUE "FileDescription", "Service plugin to load and update avatars for Miranda IM"
+ VALUE "FileVersion", __FILEVERSION_STRING
+ VALUE "InternalName", "avsW"
+ VALUE "LegalCopyright", "Copyright (C) 2010, Nightwish, Pescuma"
+ VALUE "LegalTrademarks", "Licensed under the Gnu General Public License V2 or any later version"
+ VALUE "OriginalFilename", "avs.dll"
+ VALUE "ProductName", "Miranda IM Avatar Service (Unicode)"
+ VALUE "ProductVersion", __FILEVERSION_STRING
+#endif
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
+#endif // AFX_RESOURCE_DLL
|