summaryrefslogtreecommitdiff
path: root/plugins/NewAwaySysMod/res/version.rc
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewAwaySysMod/res/version.rc')
-rw-r--r--plugins/NewAwaySysMod/res/version.rc58
1 files changed, 58 insertions, 0 deletions
diff --git a/plugins/NewAwaySysMod/res/version.rc b/plugins/NewAwaySysMod/res/version.rc
new file mode 100644
index 0000000000..408fa5fa8b
--- /dev/null
+++ b/plugins/NewAwaySysMod/res/version.rc
@@ -0,0 +1,58 @@
+//
+// version.rc - resources Microsoft Visual C++ does not edit directly
+//
+#ifdef APSTUDIO_INVOKED
+#error this file is not editable by Microsoft Visual C++
+#endif //APSTUDIO_INVOKED
+
+
+/////////////////////////////////////////////////////////////////////////////
+// Add manually edited resources here...
+
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+#include "VersionNo.h"
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION FILEVER
+ PRODUCTVERSION PRODUCTVER
+ FILEFLAGSMASK 0x3fL
+#ifdef _DEBUG
+ FILEFLAGS 0x21L
+#else
+ FILEFLAGS 0x20L
+#endif
+ FILEOS 0x40004L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "040904b0"
+ BEGIN
+ VALUE "CompanyName", "NightFox; Deathdemon; XF007; Goblineye Entertainment"
+ VALUE "FileDescription", "New Away System plugin for Miranda NG"
+ VALUE "FileVersion", STRFILEVER
+ VALUE "LegalCopyright", "© 2010 NightFox; © 2005-2006 Chervov Dmitry; © 2004-2005 Iksaif Entertainment; © 2002-2003 Goblineye Entertainment"
+#ifdef _UNICODE
+ VALUE "InternalName", "NewAwaySysW"
+ VALUE "OriginalFilename", "NewAwaySysW.dll"
+ VALUE "ProductName", "New Away System (Unicode)"
+#else
+ VALUE "InternalName", "NewAwaySys"
+ VALUE "OriginalFilename", "NewAwaySys.dll"
+ VALUE "ProductName", "New Away System (ANSI)"
+#endif
+ VALUE "ProductVersion", STRPRODUCTVER
+ VALUE "SpecialBuild", STRSPECIALBUILD
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x409, 1200
+ END
+END
+
+/////////////////////////////////////////////////////////////////////////////