From a2e911b7ad90a143cd01eacee3f526f775b3e613 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 25 Jul 2015 15:12:48 +0000 Subject: mobilestate: common project git-svn-id: http://svn.miranda-ng.org/main/trunk@14692 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MobileState/mobilestate.vcxproj | 28 +++ plugins/MobileState/mobilestate.vcxproj.filters | 4 + plugins/MobileState/mobilestate_10.vcxproj | 200 -------------------- plugins/MobileState/mobilestate_10.vcxproj.filters | 47 ----- plugins/MobileState/mobilestate_12.vcxproj | 203 --------------------- plugins/MobileState/mobilestate_12.vcxproj.filters | 47 ----- plugins/MobileState/mobilestate_14.vcxproj | 203 --------------------- plugins/MobileState/mobilestate_14.vcxproj.filters | 47 ----- plugins/MobileState/src/commonheaders.h | 38 ---- plugins/MobileState/src/main.cpp | 2 +- plugins/MobileState/src/stdafx.cpp | 18 -- plugins/MobileState/src/stdafx.cxx | 18 ++ plugins/MobileState/src/stdafx.h | 38 ++++ 13 files changed, 89 insertions(+), 804 deletions(-) create mode 100644 plugins/MobileState/mobilestate.vcxproj create mode 100644 plugins/MobileState/mobilestate.vcxproj.filters delete mode 100644 plugins/MobileState/mobilestate_10.vcxproj delete mode 100644 plugins/MobileState/mobilestate_10.vcxproj.filters delete mode 100644 plugins/MobileState/mobilestate_12.vcxproj delete mode 100644 plugins/MobileState/mobilestate_12.vcxproj.filters delete mode 100644 plugins/MobileState/mobilestate_14.vcxproj delete mode 100644 plugins/MobileState/mobilestate_14.vcxproj.filters delete mode 100644 plugins/MobileState/src/commonheaders.h delete mode 100644 plugins/MobileState/src/stdafx.cpp create mode 100644 plugins/MobileState/src/stdafx.cxx create mode 100644 plugins/MobileState/src/stdafx.h (limited to 'plugins/MobileState') diff --git a/plugins/MobileState/mobilestate.vcxproj b/plugins/MobileState/mobilestate.vcxproj new file mode 100644 index 0000000000..6a30e60c60 --- /dev/null +++ b/plugins/MobileState/mobilestate.vcxproj @@ -0,0 +1,28 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + MobileState + {AE677E3A-DAC5-42FD-8762-47370C57639B} + + + + + \ No newline at end of file diff --git a/plugins/MobileState/mobilestate.vcxproj.filters b/plugins/MobileState/mobilestate.vcxproj.filters new file mode 100644 index 0000000000..de5ad9f66c --- /dev/null +++ b/plugins/MobileState/mobilestate.vcxproj.filters @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_10.vcxproj b/plugins/MobileState/mobilestate_10.vcxproj deleted file mode 100644 index c9e03372fd..0000000000 --- a/plugins/MobileState/mobilestate_10.vcxproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - MobileState - {AE677E3A-DAC5-42FD-8762-47370C57639B} - - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - DynamicLibrary - Unicode - true - - - DynamicLibrary - Unicode - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Commonheaders.h - Level3 - EditAndContinue - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Commonheaders.h - Level3 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - true - true - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Commonheaders.h - Level3 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Commonheaders.h - Level3 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - true - true - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin10\lib - /PDBALTPATH:%_PDB% - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Create - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_10.vcxproj.filters b/plugins/MobileState/mobilestate_10.vcxproj.filters deleted file mode 100644 index 95a5a94861..0000000000 --- a/plugins/MobileState/mobilestate_10.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_12.vcxproj b/plugins/MobileState/mobilestate_12.vcxproj deleted file mode 100644 index 500dd9663c..0000000000 --- a/plugins/MobileState/mobilestate_12.vcxproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - MobileState - {AE677E3A-DAC5-42FD-8762-47370C57639B} - - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - DynamicLibrary - Unicode - true - v120_xp - - - DynamicLibrary - Unicode - v120_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Commonheaders.h - Level4 - EditAndContinue - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Commonheaders.h - Level4 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - true - true - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Commonheaders.h - Level4 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Commonheaders.h - Level4 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - true - true - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin12\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Create - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_12.vcxproj.filters b/plugins/MobileState/mobilestate_12.vcxproj.filters deleted file mode 100644 index ef3556d46c..0000000000 --- a/plugins/MobileState/mobilestate_12.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_14.vcxproj b/plugins/MobileState/mobilestate_14.vcxproj deleted file mode 100644 index 4f185dd735..0000000000 --- a/plugins/MobileState/mobilestate_14.vcxproj +++ /dev/null @@ -1,203 +0,0 @@ - - - - - Debug - Win32 - - - Debug - x64 - - - Release - Win32 - - - Release - x64 - - - - MobileState - {AE677E3A-DAC5-42FD-8762-47370C57639B} - - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - DynamicLibrary - Unicode - true - v140_xp - - - DynamicLibrary - Unicode - v140_xp - - - - - - - - - - - - - - - - - - - <_ProjectFileVersion>10.0.30319.1 - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)\Plugins\ - $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - $(SolutionDir)$(Configuration)64\Plugins\ - $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ - true - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Commonheaders.h - Level4 - EditAndContinue - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - false - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Commonheaders.h - Level4 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - true - true - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Disabled - ..\..\include;%(AdditionalIncludeDirectories) - _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - MultiThreadedDebugDLL - Use - Commonheaders.h - Level4 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - - - _DEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Full - OnlyExplicitInline - Size - ..\..\include;%(AdditionalIncludeDirectories) - NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) - Use - Commonheaders.h - Level4 - 4996;%(DisableSpecificWarnings) - false - - - true - Windows - true - true - 0x22620000 - false - $(IntDir)$(TargetName).lib - $(ProfileDir)..\..\bin14\lib - - - NDEBUG;%(PreprocessorDefinitions) - ..\..\include\msapi - - - - - Create - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/plugins/MobileState/mobilestate_14.vcxproj.filters b/plugins/MobileState/mobilestate_14.vcxproj.filters deleted file mode 100644 index ef3556d46c..0000000000 --- a/plugins/MobileState/mobilestate_14.vcxproj.filters +++ /dev/null @@ -1,47 +0,0 @@ - - - - - {4FC737F1-C7A5-4376-A066-2A32D752A2FF} - cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx - - - {93995380-89BD-4b04-88EB-625FBE52EBFB} - h;hpp;hxx;hm;inl;inc;xsd - - - {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} - rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx - - - - - Source Files - - - Source Files - - - - - Header Files - - - Header Files - - - Header Files - - - Header Files - - - - - Resource Files - - - Resource Files - - - \ No newline at end of file diff --git a/plugins/MobileState/src/commonheaders.h b/plugins/MobileState/src/commonheaders.h deleted file mode 100644 index 432aaf3911..0000000000 --- a/plugins/MobileState/src/commonheaders.h +++ /dev/null @@ -1,38 +0,0 @@ -/* - Mobile State plugin for Miranda NG (www.miranda-ng.org) - (c) 2012-15 by Robert Pösel - - 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; either version 2 of the License, or - (at your option) any later version. - - 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, write to the Free Software - Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#pragma once - -#include -#include - -// Miranda API headers -#include -#include -#include -#include -#include -#include -#include - -#include "resource.h" -#include "Version.h" -#include "clients.h" - -#define MODULENAME "MobileState" diff --git a/plugins/MobileState/src/main.cpp b/plugins/MobileState/src/main.cpp index e39187cad1..53c7f0e2af 100644 --- a/plugins/MobileState/src/main.cpp +++ b/plugins/MobileState/src/main.cpp @@ -17,7 +17,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#include "commonheaders.h" +#include "stdafx.h" HINSTANCE g_hInst; int hLangpack; diff --git a/plugins/MobileState/src/stdafx.cpp b/plugins/MobileState/src/stdafx.cpp deleted file mode 100644 index 048b14e9d2..0000000000 --- a/plugins/MobileState/src/stdafx.cpp +++ /dev/null @@ -1,18 +0,0 @@ -/* -Copyright (C) 2012-15 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/MobileState/src/stdafx.cxx b/plugins/MobileState/src/stdafx.cxx new file mode 100644 index 0000000000..6fb37564b7 --- /dev/null +++ b/plugins/MobileState/src/stdafx.cxx @@ -0,0 +1,18 @@ +/* +Copyright (C) 2012-15 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 "stdafx.h" \ No newline at end of file diff --git a/plugins/MobileState/src/stdafx.h b/plugins/MobileState/src/stdafx.h new file mode 100644 index 0000000000..432aaf3911 --- /dev/null +++ b/plugins/MobileState/src/stdafx.h @@ -0,0 +1,38 @@ +/* + Mobile State plugin for Miranda NG (www.miranda-ng.org) + (c) 2012-15 by Robert Pösel + + 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; either version 2 of the License, or + (at your option) any later version. + + 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, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#pragma once + +#include +#include + +// Miranda API headers +#include +#include +#include +#include +#include +#include +#include + +#include "resource.h" +#include "Version.h" +#include "clients.h" + +#define MODULENAME "MobileState" -- cgit v1.2.3