summaryrefslogtreecommitdiff
path: root/plugins/Console/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-11 07:50:47 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-11 07:50:47 +0000
commit26791cc7ee10c73b00df9cc3cc38ff7ba06d8102 (patch)
tree679a23eaf457df37e2f07b45f917f7dc5e0a02fc /plugins/Console/resource.rc
parent4ad68f3d27feb1307e76c0cf25617a0bcf9de507 (diff)
- version resource moved to the separate file
- minor change for the plugin's start git-svn-id: http://svn.miranda-ng.org/main/trunk@386 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Console/resource.rc')
-rw-r--r--plugins/Console/resource.rc38
1 files changed, 0 insertions, 38 deletions
diff --git a/plugins/Console/resource.rc b/plugins/Console/resource.rc
index 55f6382d2f..c71241fa0a 100644
--- a/plugins/Console/resource.rc
+++ b/plugins/Console/resource.rc
@@ -118,44 +118,6 @@ END
/////////////////////////////////////////////////////////////////////////////
//
-// Version
-//
-
-VS_VERSION_INFO VERSIONINFO
- FILEVERSION 0,0,7,2
- PRODUCTVERSION 0,0,7,2
- FILEFLAGSMASK 0x3fL
-#ifdef _DEBUG
- FILEFLAGS 0x1L
-#else
- FILEFLAGS 0x0L
-#endif
- FILEOS 0x40004L
- FILETYPE 0x1L
- FILESUBTYPE 0x0L
-BEGIN
- BLOCK "StringFileInfo"
- BEGIN
- BLOCK "000004b0"
- BEGIN
- VALUE "FileDescription", "Console log window for Miranda 0.8.0.3+"
- VALUE "FileVersion", "0.0.7.2"
- VALUE "InternalName", "Console"
- VALUE "LegalCopyright", "© 2005-2009 Bio"
- VALUE "OriginalFilename", "Console.dll"
- VALUE "ProductName", "Console"
- VALUE "ProductVersion", "0.0.7.2"
- END
- END
- BLOCK "VarFileInfo"
- BEGIN
- VALUE "Translation", 0x0, 1200
- END
-END
-
-
-/////////////////////////////////////////////////////////////////////////////
-//
// Icon
//