From 9c90c39b2bf798892a48e13a252a930447a0c092 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 18 Sep 2014 20:41:59 +0000 Subject: FirstRun plugin moved to deprecated git-svn-id: http://svn.miranda-ng.org/main/trunk@10511 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- bin10/mir_full.sln | 10 -- bin10/mir_full_pro.sln | 11 -- bin12/mir_full.sln | 10 -- langpacks/english/Plugins/FirstRun.txt | 8 - langpacks/russian/Deprecated/FirstRun.txt | 9 + langpacks/russian/Plugins/FirstRun.txt | 9 - langpacks/ukrainian/Deprecated/FirstRun.txt | 9 + langpacks/ukrainian/Plugins/FirstRun.txt | 9 - plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj | 192 ++++++++++++++++++++ .../FirstRun/FirstRun_10.vcxproj.filters | 37 ++++ plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj | 195 +++++++++++++++++++++ .../FirstRun/FirstRun_12.vcxproj.filters | 37 ++++ plugins/!Deprecated/FirstRun/res/Version.rc | 38 ++++ plugins/!Deprecated/FirstRun/src/Version.h | 14 ++ plugins/!Deprecated/FirstRun/src/commonheaders.h | 10 ++ plugins/!Deprecated/FirstRun/src/main.cpp | 60 +++++++ plugins/!Deprecated/FirstRun/src/stdafx.cpp | 18 ++ plugins/FirstRun/FirstRun_10.vcxproj | 192 -------------------- plugins/FirstRun/FirstRun_10.vcxproj.filters | 37 ---- plugins/FirstRun/FirstRun_12.vcxproj | 195 --------------------- plugins/FirstRun/FirstRun_12.vcxproj.filters | 37 ---- plugins/FirstRun/res/Version.rc | 38 ---- plugins/FirstRun/src/Version.h | 14 -- plugins/FirstRun/src/commonheaders.h | 10 -- plugins/FirstRun/src/main.cpp | 60 ------- plugins/FirstRun/src/stdafx.cpp | 18 -- 26 files changed, 619 insertions(+), 658 deletions(-) delete mode 100644 langpacks/english/Plugins/FirstRun.txt create mode 100644 langpacks/russian/Deprecated/FirstRun.txt delete mode 100644 langpacks/russian/Plugins/FirstRun.txt create mode 100644 langpacks/ukrainian/Deprecated/FirstRun.txt delete mode 100644 langpacks/ukrainian/Plugins/FirstRun.txt create mode 100644 plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj create mode 100644 plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj.filters create mode 100644 plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj create mode 100644 plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj.filters create mode 100644 plugins/!Deprecated/FirstRun/res/Version.rc create mode 100644 plugins/!Deprecated/FirstRun/src/Version.h create mode 100644 plugins/!Deprecated/FirstRun/src/commonheaders.h create mode 100644 plugins/!Deprecated/FirstRun/src/main.cpp create mode 100644 plugins/!Deprecated/FirstRun/src/stdafx.cpp delete mode 100644 plugins/FirstRun/FirstRun_10.vcxproj delete mode 100644 plugins/FirstRun/FirstRun_10.vcxproj.filters delete mode 100644 plugins/FirstRun/FirstRun_12.vcxproj delete mode 100644 plugins/FirstRun/FirstRun_12.vcxproj.filters delete mode 100644 plugins/FirstRun/res/Version.rc delete mode 100644 plugins/FirstRun/src/Version.h delete mode 100644 plugins/FirstRun/src/commonheaders.h delete mode 100644 plugins/FirstRun/src/main.cpp delete mode 100644 plugins/FirstRun/src/stdafx.cpp diff --git a/bin10/mir_full.sln b/bin10/mir_full.sln index 3e5ca5edd2..c3fb6cf64e 100644 --- a/bin10/mir_full.sln +++ b/bin10/mir_full.sln @@ -59,8 +59,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Db_autobackups", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\FavContacts\favcontacts_10.vcxproj", "{2D0B4CB0-3ACA-4612-B745-FF3050E1500A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FirstRun", "..\plugins\FirstRun\FirstRun_10.vcxproj", "{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont_10.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_10.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" @@ -653,14 +651,6 @@ Global {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|Win32.Build.0 = Release|Win32 {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|x64.ActiveCfg = Release|x64 {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|x64.Build.0 = Release|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.ActiveCfg = Debug|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.Build.0 = Debug|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.ActiveCfg = Debug|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.Build.0 = Debug|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.ActiveCfg = Release|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.Build.0 = Release|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.ActiveCfg = Release|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.Build.0 = Release|x64 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|Win32.ActiveCfg = Debug|Win32 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|Win32.Build.0 = Debug|Win32 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/bin10/mir_full_pro.sln b/bin10/mir_full_pro.sln index 015349b376..ec060d6f2e 100644 --- a/bin10/mir_full_pro.sln +++ b/bin10/mir_full_pro.sln @@ -59,8 +59,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Db_autobackups", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\FavContacts\favcontacts_10.vcxproj", "{2D0B4CB0-3ACA-4612-B745-FF3050E1500A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FirstRun", "..\plugins\FirstRun\FirstRun_10.vcxproj", "{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont_10.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_10.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" @@ -685,14 +683,6 @@ Global {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|Win32.Build.0 = Release|Win32 {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|x64.ActiveCfg = Release|x64 {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|x64.Build.0 = Release|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.ActiveCfg = Debug|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.Build.0 = Debug|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.ActiveCfg = Debug|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.Build.0 = Debug|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.ActiveCfg = Release|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.Build.0 = Release|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.ActiveCfg = Release|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.Build.0 = Release|x64 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|Win32.ActiveCfg = Debug|Win32 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|Win32.Build.0 = Debug|Win32 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|x64.ActiveCfg = Debug|x64 @@ -1922,7 +1912,6 @@ Global {153DD132-084C-4DE4-8F40-A088BCB22723} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} {A231E008-2D1A-4F24-95DD-59F56F85A499} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} {B4361FA0-4073-4B60-EE72-F5C08E6EDF61} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} {019FAEBD-BD7B-4470-A15B-A7DB1787E6BD} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} {8190CFAA-3B73-43D8-9101-8368E21F1864} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} {5A6095F4-B037-4DA8-8410-8004A90C961A} = {A93476F5-9C4C-48A6-A8A4-C79D804A3228} diff --git a/bin12/mir_full.sln b/bin12/mir_full.sln index 07dd9d386f..b97e9b762a 100644 --- a/bin12/mir_full.sln +++ b/bin12/mir_full.sln @@ -61,8 +61,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Db_autobackups", "..\plugin EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FavContacts", "..\plugins\FavContacts\favcontacts_12.vcxproj", "{2D0B4CB0-3ACA-4612-B745-FF3050E1500A}" EndProject -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FirstRun", "..\plugins\FirstRun\FirstRun_12.vcxproj", "{2CBA4321-8FA3-4385-BAB6-5387668FBBC4}" -EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "FltContacts", "..\plugins\FloatingContacts\FltCont_12.vcxproj", "{9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}" EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Folders", "..\plugins\Folders\folders_12.vcxproj", "{019FAEBD-BD7B-4470-A15B-A7DB1787E6BD}" @@ -655,14 +653,6 @@ Global {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|Win32.Build.0 = Release|Win32 {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|x64.ActiveCfg = Release|x64 {2D0B4CB0-3ACA-4612-B745-FF3050E1500A}.Release|x64.Build.0 = Release|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.ActiveCfg = Debug|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|Win32.Build.0 = Debug|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.ActiveCfg = Debug|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Debug|x64.Build.0 = Debug|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.ActiveCfg = Release|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|Win32.Build.0 = Release|Win32 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.ActiveCfg = Release|x64 - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4}.Release|x64.Build.0 = Release|x64 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|Win32.ActiveCfg = Debug|Win32 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|Win32.Build.0 = Debug|Win32 {9290A9CC-3FDA-4FD6-A8A2-04AD4BA1C856}.Debug|x64.ActiveCfg = Debug|x64 diff --git a/langpacks/english/Plugins/FirstRun.txt b/langpacks/english/Plugins/FirstRun.txt deleted file mode 100644 index 80bc33bd63..0000000000 --- a/langpacks/english/Plugins/FirstRun.txt +++ /dev/null @@ -1,8 +0,0 @@ -#muuid {49c2cf54-7898-44de-be3a-6d2e4ef90079} -;============================================================ -; File: FirstRun.dll -; Plugin: First run -; Version: 0.0.0.2 -; Authors: Yasnovidyashii -;============================================================ -[Displays the Accounts window at the first start.] diff --git a/langpacks/russian/Deprecated/FirstRun.txt b/langpacks/russian/Deprecated/FirstRun.txt new file mode 100644 index 0000000000..ee4e5d4c4c --- /dev/null +++ b/langpacks/russian/Deprecated/FirstRun.txt @@ -0,0 +1,9 @@ +#muuid {49c2cf54-7898-44de-be3a-6d2e4ef90079} +;============================================================ +; File: FirstRun.dll +; Plugin: First run +; Version: 0.0.0.2 +; Authors: Yasnovidyashii +;============================================================ +[Displays the Accounts window at the first start.] +Показывает окно управления учётными записями при первом запуске. diff --git a/langpacks/russian/Plugins/FirstRun.txt b/langpacks/russian/Plugins/FirstRun.txt deleted file mode 100644 index ee4e5d4c4c..0000000000 --- a/langpacks/russian/Plugins/FirstRun.txt +++ /dev/null @@ -1,9 +0,0 @@ -#muuid {49c2cf54-7898-44de-be3a-6d2e4ef90079} -;============================================================ -; File: FirstRun.dll -; Plugin: First run -; Version: 0.0.0.2 -; Authors: Yasnovidyashii -;============================================================ -[Displays the Accounts window at the first start.] -Показывает окно управления учётными записями при первом запуске. diff --git a/langpacks/ukrainian/Deprecated/FirstRun.txt b/langpacks/ukrainian/Deprecated/FirstRun.txt new file mode 100644 index 0000000000..3b6edfeeb5 --- /dev/null +++ b/langpacks/ukrainian/Deprecated/FirstRun.txt @@ -0,0 +1,9 @@ +#muuid {49c2cf54-7898-44de-be3a-6d2e4ef90079} +;============================================================ +; File: FirstRun.dll +; Plugin: First run +; Version: 0.0.0.2 +; Authors: Yasnovidyashii +;============================================================ +[Displays the Accounts window at the first start.] +Показує вікно керування обліковими записами при першому запуску. diff --git a/langpacks/ukrainian/Plugins/FirstRun.txt b/langpacks/ukrainian/Plugins/FirstRun.txt deleted file mode 100644 index 3b6edfeeb5..0000000000 --- a/langpacks/ukrainian/Plugins/FirstRun.txt +++ /dev/null @@ -1,9 +0,0 @@ -#muuid {49c2cf54-7898-44de-be3a-6d2e4ef90079} -;============================================================ -; File: FirstRun.dll -; Plugin: First run -; Version: 0.0.0.2 -; Authors: Yasnovidyashii -;============================================================ -[Displays the Accounts window at the first start.] -Показує вікно керування обліковими записами при першому запуску. diff --git a/plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj b/plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj new file mode 100644 index 0000000000..a9296f47d6 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj @@ -0,0 +1,192 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4} + FirstRun + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + commonheaders.h + + + false + true + true + $(IntDir)$(TargetName).lib + true + Windows + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + commonheaders.h + + + false + true + true + $(IntDir)$(TargetName).lib + true + Windows + $(ProfileDir)..\..\bin10\lib + /PDBALTPATH:%_PDB% + + + ..\..\include\msapi + + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + false + Use + commonheaders.h + + + true + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi + + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + false + Use + commonheaders.h + + + true + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin10\lib + + + ..\..\include\msapi + + + + + + Create + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj.filters b/plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj.filters new file mode 100644 index 0000000000..5faa296026 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/FirstRun_10.vcxproj.filters @@ -0,0 +1,37 @@ + + + + + {27fbd9e8-a1b4-43ce-9fb9-18d89fdb2d70} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {196047f9-ebe5-4820-92f6-8142fff77f44} + h;hpp;hxx;hm;inl + + + {25f47b14-8246-4a8c-aa14-bc73970c74bf} + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj b/plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj new file mode 100644 index 0000000000..bea8897167 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2CBA4321-8FA3-4385-BAB6-5387668FBBC4} + FirstRun + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Full + OnlyExplicitInline + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + commonheaders.h + + + false + true + true + $(IntDir)$(TargetName).lib + true + Windows + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + + + + + Full + OnlyExplicitInline + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + Size + false + Use + commonheaders.h + + + false + true + true + $(IntDir)$(TargetName).lib + true + Windows + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + false + Use + commonheaders.h + + + true + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin12\lib + false + + + ..\..\include\msapi + + + + + Disabled + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + false + Use + commonheaders.h + + + true + false + $(IntDir)$(TargetName).lib + Windows + $(ProfileDir)..\..\bin12\lib + + + ..\..\include\msapi + + + + + + Create + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj.filters b/plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj.filters new file mode 100644 index 0000000000..5faa296026 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/FirstRun_12.vcxproj.filters @@ -0,0 +1,37 @@ + + + + + {27fbd9e8-a1b4-43ce-9fb9-18d89fdb2d70} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {196047f9-ebe5-4820-92f6-8142fff77f44} + h;hpp;hxx;hm;inl + + + {25f47b14-8246-4a8c-aa14-bc73970c74bf} + + + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/!Deprecated/FirstRun/res/Version.rc b/plugins/!Deprecated/FirstRun/res/Version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/res/Version.rc @@ -0,0 +1,38 @@ +// Microsoft Visual C++ generated resource script. +// +#ifdef APSTUDIO_INVOKED +#error this file is not editable by Microsoft Visual C++ +#endif //APSTUDIO_INVOKED + +#include "afxres.h" +#include "..\src\version.h" + +VS_VERSION_INFO VERSIONINFO + FILEVERSION __FILEVERSION_STRING + PRODUCTVERSION __FILEVERSION_STRING + FILEFLAGSMASK 0x17L +#ifdef _DEBUG + FILEFLAGS 0x1L +#else + FILEFLAGS 0x0L +#endif + FILEOS 0x4L + FILETYPE 0x0L + FILESUBTYPE 0x0L +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "000004b0" + BEGIN + VALUE "FileDescription", __DESCRIPTION + VALUE "InternalName", __PLUGIN_NAME + VALUE "LegalCopyright", __COPYRIGHT + VALUE "OriginalFilename", __FILENAME + VALUE "ProductName", __PLUGIN_NAME + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0, 1200 + END +END diff --git a/plugins/!Deprecated/FirstRun/src/Version.h b/plugins/!Deprecated/FirstRun/src/Version.h new file mode 100644 index 0000000000..1536df74b5 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/src/Version.h @@ -0,0 +1,14 @@ +#define __MAJOR_VERSION 0 +#define __MINOR_VERSION 0 +#define __RELEASE_NUM 0 +#define __BUILD_NUM 2 + +#include + +#define __PLUGIN_NAME "First run" +#define __FILENAME "FirstRun.dll" +#define __DESCRIPTION "Displays the Accounts window at the first start." +#define __AUTHOR "Yasnovidyashii" +#define __AUTHOREMAIL "yasnovidyashii@gmail.com" +#define __AUTHORWEB "http://miranda-ng.org/p/FirstRun/" +#define __COPYRIGHT " 2008 Mikhail Yuriev" diff --git a/plugins/!Deprecated/FirstRun/src/commonheaders.h b/plugins/!Deprecated/FirstRun/src/commonheaders.h new file mode 100644 index 0000000000..369f963af8 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/src/commonheaders.h @@ -0,0 +1,10 @@ +#define _CRT_SECURE_NO_WARNINGS + +#include + +#include +#include +#include +#include + +#include "Version.h" \ No newline at end of file diff --git a/plugins/!Deprecated/FirstRun/src/main.cpp b/plugins/!Deprecated/FirstRun/src/main.cpp new file mode 100644 index 0000000000..23a9867d1a --- /dev/null +++ b/plugins/!Deprecated/FirstRun/src/main.cpp @@ -0,0 +1,60 @@ +#include "commonheaders.h" + +HINSTANCE hInst; + +int hLangpack; + +PLUGININFOEX pluginInfo={ + sizeof(PLUGININFOEX), + __PLUGIN_NAME, + PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), + __DESCRIPTION, + __AUTHOR, + __AUTHOREMAIL, + __COPYRIGHT, + __AUTHORWEB, + UNICODE_AWARE, + // {49C2CF54-7898-44DE-BE3A-6D2E4EF90079} + {0x49c2cf54, 0x7898, 0x44de, {0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x0, 0x79}} +}; + +int ModulesLoaded(WPARAM wParam, LPARAM lParam) +{ + TCHAR* ptszDllName; + TCHAR ptszDllPath[MAX_PATH]; + + GetModuleFileName(hInst, ptszDllPath, MAX_PATH); + ptszDllName = _tcslwr(_tcsrchr(ptszDllPath, '\\')); + + if (ptszDllName != NULL) + ptszDllName = ptszDllName + 1; + + CallService(MS_PROTO_SHOWACCMGR, 0, 0); + + db_set_b(NULL, "PluginDisable", _T2A(ptszDllName), 1); + + return 0; +} + +BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) +{ + hInst = hinstDLL; + return TRUE; +} + +extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) +{ + return &pluginInfo; +} + +extern "C" __declspec(dllexport) int Load(void) +{ + mir_getLP(&pluginInfo); + HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded); + return 0; +} + +extern "C" __declspec(dllexport) int Unload(void) +{ + return 0; +} \ No newline at end of file diff --git a/plugins/!Deprecated/FirstRun/src/stdafx.cpp b/plugins/!Deprecated/FirstRun/src/stdafx.cpp new file mode 100644 index 0000000000..0edf9e36e6 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/src/stdafx.cpp @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-14 Miranda NG project (http://miranda-ng.org) + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation version 2 +of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see . +*/ + +#include "commonheaders.h" \ No newline at end of file diff --git a/plugins/FirstRun/FirstRun_10.vcxproj b/plugins/FirstRun/FirstRun_10.vcxproj deleted file mode 100644 index a9296f47d6..0000000000 --- a/plugins/FirstRun/FirstRun_10.vcxproj +++ /dev/null @@ -1,192 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4} - FirstRun - - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - true - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level3 - Size - false - Use - commonheaders.h - - - false - true - true - $(IntDir)$(TargetName).lib - true - Windows - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level3 - Size - false - Use - commonheaders.h - - - false - true - true - $(IntDir)$(TargetName).lib - true - Windows - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - false - Use - commonheaders.h - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - false - Use - commonheaders.h - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin10\lib - - - ..\..\include\msapi - - - - - - Create - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/FirstRun/FirstRun_10.vcxproj.filters b/plugins/FirstRun/FirstRun_10.vcxproj.filters deleted file mode 100644 index 5faa296026..0000000000 --- a/plugins/FirstRun/FirstRun_10.vcxproj.filters +++ /dev/null @@ -1,37 +0,0 @@ - - - - - {27fbd9e8-a1b4-43ce-9fb9-18d89fdb2d70} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {196047f9-ebe5-4820-92f6-8142fff77f44} - h;hpp;hxx;hm;inl - - - {25f47b14-8246-4a8c-aa14-bc73970c74bf} - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/FirstRun/FirstRun_12.vcxproj b/plugins/FirstRun/FirstRun_12.vcxproj deleted file mode 100644 index bea8897167..0000000000 --- a/plugins/FirstRun/FirstRun_12.vcxproj +++ /dev/null @@ -1,195 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - {2CBA4321-8FA3-4385-BAB6-5387668FBBC4} - FirstRun - - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.40219.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level3 - Size - false - Use - commonheaders.h - - - false - true - true - $(IntDir)$(TargetName).lib - true - Windows - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - true - Level3 - Size - false - Use - commonheaders.h - - - false - true - true - $(IntDir)$(TargetName).lib - true - Windows - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - true - EnableFastChecks - MultiThreadedDebugDLL - Level3 - EditAndContinue - false - Use - commonheaders.h - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin12\lib - false - - - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - EnableFastChecks - MultiThreadedDebugDLL - Level3 - false - Use - commonheaders.h - - - true - false - $(IntDir)$(TargetName).lib - Windows - $(ProfileDir)..\..\bin12\lib - - - ..\..\include\msapi - - - - - - Create - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/FirstRun/FirstRun_12.vcxproj.filters b/plugins/FirstRun/FirstRun_12.vcxproj.filters deleted file mode 100644 index 5faa296026..0000000000 --- a/plugins/FirstRun/FirstRun_12.vcxproj.filters +++ /dev/null @@ -1,37 +0,0 @@ - - - - - {27fbd9e8-a1b4-43ce-9fb9-18d89fdb2d70} - cpp;c;cxx;rc;def;r;odl;idl;hpj;bat - - - {196047f9-ebe5-4820-92f6-8142fff77f44} - h;hpp;hxx;hm;inl - - - {25f47b14-8246-4a8c-aa14-bc73970c74bf} - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/FirstRun/res/Version.rc b/plugins/FirstRun/res/Version.rc deleted file mode 100644 index 5bfbab4754..0000000000 --- a/plugins/FirstRun/res/Version.rc +++ /dev/null @@ -1,38 +0,0 @@ -// Microsoft Visual C++ generated resource script. -// -#ifdef APSTUDIO_INVOKED -#error this file is not editable by Microsoft Visual C++ -#endif //APSTUDIO_INVOKED - -#include "afxres.h" -#include "..\src\version.h" - -VS_VERSION_INFO VERSIONINFO - FILEVERSION __FILEVERSION_STRING - PRODUCTVERSION __FILEVERSION_STRING - FILEFLAGSMASK 0x17L -#ifdef _DEBUG - FILEFLAGS 0x1L -#else - FILEFLAGS 0x0L -#endif - FILEOS 0x4L - FILETYPE 0x0L - FILESUBTYPE 0x0L -BEGIN - BLOCK "StringFileInfo" - BEGIN - BLOCK "000004b0" - BEGIN - VALUE "FileDescription", __DESCRIPTION - VALUE "InternalName", __PLUGIN_NAME - VALUE "LegalCopyright", __COPYRIGHT - VALUE "OriginalFilename", __FILENAME - VALUE "ProductName", __PLUGIN_NAME - END - END - BLOCK "VarFileInfo" - BEGIN - VALUE "Translation", 0x0, 1200 - END -END diff --git a/plugins/FirstRun/src/Version.h b/plugins/FirstRun/src/Version.h deleted file mode 100644 index 1536df74b5..0000000000 --- a/plugins/FirstRun/src/Version.h +++ /dev/null @@ -1,14 +0,0 @@ -#define __MAJOR_VERSION 0 -#define __MINOR_VERSION 0 -#define __RELEASE_NUM 0 -#define __BUILD_NUM 2 - -#include - -#define __PLUGIN_NAME "First run" -#define __FILENAME "FirstRun.dll" -#define __DESCRIPTION "Displays the Accounts window at the first start." -#define __AUTHOR "Yasnovidyashii" -#define __AUTHOREMAIL "yasnovidyashii@gmail.com" -#define __AUTHORWEB "http://miranda-ng.org/p/FirstRun/" -#define __COPYRIGHT " 2008 Mikhail Yuriev" diff --git a/plugins/FirstRun/src/commonheaders.h b/plugins/FirstRun/src/commonheaders.h deleted file mode 100644 index 369f963af8..0000000000 --- a/plugins/FirstRun/src/commonheaders.h +++ /dev/null @@ -1,10 +0,0 @@ -#define _CRT_SECURE_NO_WARNINGS - -#include - -#include -#include -#include -#include - -#include "Version.h" \ No newline at end of file diff --git a/plugins/FirstRun/src/main.cpp b/plugins/FirstRun/src/main.cpp deleted file mode 100644 index 23a9867d1a..0000000000 --- a/plugins/FirstRun/src/main.cpp +++ /dev/null @@ -1,60 +0,0 @@ -#include "commonheaders.h" - -HINSTANCE hInst; - -int hLangpack; - -PLUGININFOEX pluginInfo={ - sizeof(PLUGININFOEX), - __PLUGIN_NAME, - PLUGIN_MAKE_VERSION(__MAJOR_VERSION, __MINOR_VERSION, __RELEASE_NUM, __BUILD_NUM), - __DESCRIPTION, - __AUTHOR, - __AUTHOREMAIL, - __COPYRIGHT, - __AUTHORWEB, - UNICODE_AWARE, - // {49C2CF54-7898-44DE-BE3A-6D2E4EF90079} - {0x49c2cf54, 0x7898, 0x44de, {0xbe, 0x3a, 0x6d, 0x2e, 0x4e, 0xf9, 0x0, 0x79}} -}; - -int ModulesLoaded(WPARAM wParam, LPARAM lParam) -{ - TCHAR* ptszDllName; - TCHAR ptszDllPath[MAX_PATH]; - - GetModuleFileName(hInst, ptszDllPath, MAX_PATH); - ptszDllName = _tcslwr(_tcsrchr(ptszDllPath, '\\')); - - if (ptszDllName != NULL) - ptszDllName = ptszDllName + 1; - - CallService(MS_PROTO_SHOWACCMGR, 0, 0); - - db_set_b(NULL, "PluginDisable", _T2A(ptszDllName), 1); - - return 0; -} - -BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved) -{ - hInst = hinstDLL; - return TRUE; -} - -extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) -{ - return &pluginInfo; -} - -extern "C" __declspec(dllexport) int Load(void) -{ - mir_getLP(&pluginInfo); - HookEvent(ME_SYSTEM_MODULESLOADED, ModulesLoaded); - return 0; -} - -extern "C" __declspec(dllexport) int Unload(void) -{ - return 0; -} \ No newline at end of file diff --git a/plugins/FirstRun/src/stdafx.cpp b/plugins/FirstRun/src/stdafx.cpp deleted file mode 100644 index 0edf9e36e6..0000000000 --- a/plugins/FirstRun/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-14 Miranda NG project (http://miranda-ng.org) - -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation version 2 -of the License. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . -*/ - -#include "commonheaders.h" \ No newline at end of file -- cgit v1.2.3