diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-12 19:51:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-12 19:51:40 +0000 |
commit | 30c4b3dffcac968f7275bdb0a4509b89bca7af79 (patch) | |
tree | ac2fcfbece175e044905e240df366b1497523fc9 /plugins/SeenPlugin/res/version.rc | |
parent | 0eaa9b7962e4a0ac6d54c0c8856e0ca7f9d7b110 (diff) |
SeenPlugin converted to Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@1896 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/res/version.rc')
-rw-r--r-- | plugins/SeenPlugin/res/version.rc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/plugins/SeenPlugin/res/version.rc b/plugins/SeenPlugin/res/version.rc new file mode 100644 index 0000000000..26119cf8dd --- /dev/null +++ b/plugins/SeenPlugin/res/version.rc @@ -0,0 +1,41 @@ +/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION 5,0,4,7
+ PRODUCTVERSION 5,0,4,7
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "Comments", "Last Seen Mod Plugin for Miranda NG\0"
+ VALUE "CompanyName", "Heiko Schillinger, YB\0"
+ VALUE "FileDescription", "Last Seen Plugin (NSN Compatible)\0"
+ VALUE "FileVersion", "5.0.4.7\0"
+ VALUE "InternalName", "Last Seen\0"
+ VALUE "LegalCopyright", "© 2001-2002 by Heiko Schillinger, 2003 by Bruno Rino, 2006 by YB\0"
+ VALUE "LegalTrademarks", "\0"
+ VALUE "OriginalFilename", "seenplugin.dll\0"
+ VALUE "PrivateBuild", "\0"
+ VALUE "ProductName", " Last Seen Plugin Mod\0"
+ VALUE "ProductVersion", "5.0.4.7\0"
+ VALUE "SpecialBuild", "\0"
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+END
|