From 88966b5e76b094eff9e8a655495535a3ec2385ea Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 20 Oct 2012 15:20:00 +0000 Subject: version info standartization git-svn-id: http://svn.miranda-ng.org/main/trunk@1989 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/AssocMgr/assocmgr.vcxproj | 11 +--------- plugins/AssocMgr/assocmgr.vcxproj.filters | 35 ++++--------------------------- plugins/AssocMgr/res/resource.rc | 15 +------------ plugins/AssocMgr/res/version.rc | 7 ++----- plugins/AssocMgr/src/main.cpp | 4 ++-- 5 files changed, 10 insertions(+), 62 deletions(-) (limited to 'plugins/AssocMgr') diff --git a/plugins/AssocMgr/assocmgr.vcxproj b/plugins/AssocMgr/assocmgr.vcxproj index 1e478e249a..d20895a389 100644 --- a/plugins/AssocMgr/assocmgr.vcxproj +++ b/plugins/AssocMgr/assocmgr.vcxproj @@ -208,18 +208,9 @@ - - - - - - - - - - + diff --git a/plugins/AssocMgr/assocmgr.vcxproj.filters b/plugins/AssocMgr/assocmgr.vcxproj.filters index 85dfe0caf0..6d23c19728 100644 --- a/plugins/AssocMgr/assocmgr.vcxproj.filters +++ b/plugins/AssocMgr/assocmgr.vcxproj.filters @@ -13,10 +13,6 @@ {db2d32fd-f303-490e-bc40-ca67fd6fee73} ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe - - {6f8e30e0-bc03-46e7-b039-e0fbd019afb2} - txt - @@ -58,41 +54,18 @@ Header Files - Resource Files + Header Files - Resource Files + Header Files Resource Files - - - + Resource Files - - - Resource Files - - - Documentation - - - Documentation - - - Documentation - - - Documentation - - - Documentation - - - Documentation - + \ No newline at end of file diff --git a/plugins/AssocMgr/res/resource.rc b/plugins/AssocMgr/res/resource.rc index 3c878d0540..ca7262ebf9 100644 --- a/plugins/AssocMgr/res/resource.rc +++ b/plugins/AssocMgr/res/resource.rc @@ -95,17 +95,4 @@ END #endif // APSTUDIO_INVOKED #endif // Englisch (GB) resources -///////////////////////////////////////////////////////////////////////////// - - - -#ifndef APSTUDIO_INVOKED -///////////////////////////////////////////////////////////////////////////// -// -// Generated from the TEXTINCLUDE 3 resource. -// -#include "version.rc" - -///////////////////////////////////////////////////////////////////////////// -#endif // not APSTUDIO_INVOKED - +///////////////////////////////////////////////////////////////////////////// \ No newline at end of file diff --git a/plugins/AssocMgr/res/version.rc b/plugins/AssocMgr/res/version.rc index b8fb57b0de..cee33c8390 100644 --- a/plugins/AssocMgr/res/version.rc +++ b/plugins/AssocMgr/res/version.rc @@ -1,14 +1,11 @@ +// Microsoft Visual C++ generated resource script. +// #ifdef APSTUDIO_INVOKED #error this file is not editable by Microsoft Visual C++ #endif //APSTUDIO_INVOKED #include "..\src\version.h" -///////////////////////////////////////////////////////////////////////////// -// -// Version -// - VS_VERSION_INFO VERSIONINFO FILEVERSION __FILEVERSION_STRING PRODUCTVERSION __FILEVERSION_STRING diff --git a/plugins/AssocMgr/src/main.cpp b/plugins/AssocMgr/src/main.cpp index fdb9e09a61..4af0e5c6e0 100644 --- a/plugins/AssocMgr/src/main.cpp +++ b/plugins/AssocMgr/src/main.cpp @@ -26,7 +26,7 @@ HINSTANCE hInst; static HANDLE hHookModulesLoaded; int hLangpack; -PLUGININFOEX pluginInfo={ +PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX), __PLUGIN_NAME, PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), @@ -37,7 +37,7 @@ PLUGININFOEX pluginInfo={ __AUTHORWEB, UNICODE_AWARE, // {52685CD7-0EC7-44c1-A1A6-381612418202} - {0x52685cd7,0xec7,0x44c1,{0xa1,0xa6,0x38,0x16,0x12,0x41,0x82,0x2}} + {0x52685cd7, 0xec7, 0x44c1, {0xa1, 0xa6, 0x38, 0x16, 0x12, 0x41, 0x82, 0x2}} }; BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) -- cgit v1.2.3