summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin/res/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/SeenPlugin/res/version.rc')
-rw-r--r--plugins/SeenPlugin/res/version.rc41
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