diff options
| author | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
|---|---|---|
| committer | mataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-11-26 15:41:10 +0000 |
| commit | f04d64869f3b1de54fb343f28f955584780001b8 (patch) | |
| tree | 5453dc10de3d980de79ffe019fa0b5fcb692a27d /UserInfoEx/IconPacks/default/icons_version.rc | |
| parent | 7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (diff) | |
Project folders rename part 3
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@215 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'UserInfoEx/IconPacks/default/icons_version.rc')
| -rw-r--r-- | UserInfoEx/IconPacks/default/icons_version.rc | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/UserInfoEx/IconPacks/default/icons_version.rc b/UserInfoEx/IconPacks/default/icons_version.rc new file mode 100644 index 0000000..afcc2bb --- /dev/null +++ b/UserInfoEx/IconPacks/default/icons_version.rc @@ -0,0 +1,94 @@ +// Microsoft Visual C++ generated resource script.
+//
+#include "icons_version.h"
+
+#define APSTUDIO_READONLY_SYMBOLS
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 2 resource.
+//
+#include "afxres.h"
+
+/////////////////////////////////////////////////////////////////////////////
+#undef APSTUDIO_READONLY_SYMBOLS
+
+/////////////////////////////////////////////////////////////////////////////
+// Neutral resources
+
+#if !defined( AFX_RESOURCE_DLL ) || defined( AFX_TARG_NEU )
+#ifdef _WIN32
+LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
+#pragma code_page( 1252 )
+#endif //_WIN32
+
+/////////////////////////////////////////////////////////////////////////////
+//
+// Version
+//
+
+VS_VERSION_INFO VERSIONINFO
+ FILEVERSION __ICO_FILEVERSION_STRING
+ PRODUCTVERSION __FILEVERSION_STRING
+ FILEFLAGSMASK 0x17L
+#ifdef _DEBUG
+ FILEFLAGS 0x1L
+#else
+ FILEFLAGS 0x0L
+#endif
+ FILEOS 0x4L
+ FILETYPE 0x2L
+ FILESUBTYPE 0x0L
+ BEGIN
+ BLOCK "StringFileInfo"
+ BEGIN
+ BLOCK "000004b0"
+ BEGIN
+ VALUE "Author", __ICO_AUTHOR
+ VALUE "E-Mail", __ICO_AUTHOREMAIL
+ VALUE "Homepage", __ICO_AUTHORWEB
+ VALUE "FileDescription", __ICO_SHORT_DESC
+ VALUE "FileVersion", __ICO_VERSION_STRING
+ VALUE "LegalCopyright", __ICO_COPYRIGHT
+ VALUE "ProductName", __PLUGIN_DISPLAY_NAME
+ VALUE "ProductVersion", __VERSION_STRING
+ END
+ END
+ BLOCK "VarFileInfo"
+ BEGIN
+ VALUE "Translation", 0x0, 1200
+ END
+ END
+
+#endif // Neutral resources
+/////////////////////////////////////////////////////////////////////////////
+#ifdef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// TEXTINCLUDE
+//
+
+1 TEXTINCLUDE
+BEGIN
+ "resource.h\0"
+END
+
+
+3 TEXTINCLUDE
+BEGIN
+ "\r\n"
+END
+
+#endif // APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+
+
+#ifndef APSTUDIO_INVOKED
+/////////////////////////////////////////////////////////////////////////////
+//
+// Generated from the TEXTINCLUDE 3 resource.
+//
+
+
+/////////////////////////////////////////////////////////////////////////////
+#endif // not APSTUDIO_INVOKED
+
|
