From 1455bde10e087c1160ca04b910615ef49e9536dc Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 18 Feb 2014 20:33:35 +0000 Subject: added vc2013 project files added precompiled header added version.rc file git-svn-id: http://svn.miranda-ng.org/main/trunk@8169 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/DropBox/DropBox_12.vcxproj | 209 +++++++++++++++++++++++++++++ plugins/DropBox/DropBox_12.vcxproj.filters | 50 +++++++ plugins/DropBox/res/resource.h | Bin 1176 -> 0 bytes plugins/DropBox/res/resource.rc | Bin 6916 -> 6948 bytes plugins/DropBox/res/version.rc | 38 ++++++ plugins/DropBox/src/common.h | 3 +- plugins/DropBox/src/dropBox_proto.cpp | 2 +- plugins/DropBox/src/main.cpp | 3 +- plugins/DropBox/src/resource.h | Bin 1180 -> 1176 bytes plugins/DropBox/src/stdafx.cpp | 18 +++ 10 files changed, 319 insertions(+), 4 deletions(-) create mode 100644 plugins/DropBox/DropBox_12.vcxproj create mode 100644 plugins/DropBox/DropBox_12.vcxproj.filters delete mode 100644 plugins/DropBox/res/resource.h create mode 100644 plugins/DropBox/res/version.rc create mode 100644 plugins/DropBox/src/stdafx.cpp (limited to 'plugins/DropBox') diff --git a/plugins/DropBox/DropBox_12.vcxproj b/plugins/DropBox/DropBox_12.vcxproj new file mode 100644 index 0000000000..6142974e29 --- /dev/null +++ b/plugins/DropBox/DropBox_12.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {CBA58126-3E02-4159-9BD3-059AF9DBC84E} + DropBox + + + + DynamicLibrary + true + Unicode + v120_xp + + + DynamicLibrary + true + Unicode + v120_xp + + + DynamicLibrary + false + true + Unicode + v120_xp + + + DynamicLibrary + false + true + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.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 + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + true + 4996;%(DisableSpecificWarnings) + MultiThreadedDebugDLL + common.h + Use + + + Windows + true + $(ProfileDir)..\..\bin12\lib + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Disabled + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + false + true + 4996;%(DisableSpecificWarnings) + MultiThreadedDebugDLL + Use + common.h + + + Windows + true + $(ProfileDir)..\..\bin12\lib + $(IntDir)$(TargetName).lib + comctl32.lib;%(AdditionalDependencies) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Full + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + 4996;%(DisableSpecificWarnings) + Use + common.h + Size + + + Windows + true + true + true + false + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin12\lib + $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + Level3 + Full + true + true + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + 4996;%(DisableSpecificWarnings) + Use + common.h + Size + + + Windows + true + true + true + false + comctl32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin12\lib + $(IntDir)$(TargetName).lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + + + + + + + + + + + + Create + + + + + + + + + + \ No newline at end of file diff --git a/plugins/DropBox/DropBox_12.vcxproj.filters b/plugins/DropBox/DropBox_12.vcxproj.filters new file mode 100644 index 0000000000..1d9e2a795d --- /dev/null +++ b/plugins/DropBox/DropBox_12.vcxproj.filters @@ -0,0 +1,50 @@ + + + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + {bb96e6a3-2d56-4aed-9352-30558014561b} + + + {007efe6e-3f6a-49d0-be83-77c03481c085} + + + {badc339a-531c-4f2a-8a2e-e46bd5630044} + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file diff --git a/plugins/DropBox/res/resource.h b/plugins/DropBox/res/resource.h deleted file mode 100644 index 4b1586d386..0000000000 Binary files a/plugins/DropBox/res/resource.h and /dev/null differ diff --git a/plugins/DropBox/res/resource.rc b/plugins/DropBox/res/resource.rc index e8c565a818..b66b61e68c 100644 Binary files a/plugins/DropBox/res/resource.rc and b/plugins/DropBox/res/resource.rc differ diff --git a/plugins/DropBox/res/version.rc b/plugins/DropBox/res/version.rc new file mode 100644 index 0000000000..5bfbab4754 --- /dev/null +++ b/plugins/DropBox/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/DropBox/src/common.h b/plugins/DropBox/src/common.h index 64d4e4cab6..c4d9c9c493 100644 --- a/plugins/DropBox/src/common.h +++ b/plugins/DropBox/src/common.h @@ -20,8 +20,9 @@ #include #include +#include "dropBox_proto.h" #include "version.h" -#include "..\res\resource.h" +#include "resource.h" #define MODULE "DropBox" diff --git a/plugins/DropBox/src/dropBox_proto.cpp b/plugins/DropBox/src/dropBox_proto.cpp index ece6097cf3..969987776c 100644 --- a/plugins/DropBox/src/dropBox_proto.cpp +++ b/plugins/DropBox/src/dropBox_proto.cpp @@ -1,4 +1,4 @@ -#include "dropBox_proto.h" +#include "common.h" HANDLE g_hNetlibUser; ULONG g_fileId = 1; diff --git a/plugins/DropBox/src/main.cpp b/plugins/DropBox/src/main.cpp index 79a826f042..5c33cd74a1 100644 --- a/plugins/DropBox/src/main.cpp +++ b/plugins/DropBox/src/main.cpp @@ -1,5 +1,4 @@ -//#include "dropBox_proto.h" -#include "dropBox_proto.h" +#include "common.h" int hLangpack; HINSTANCE g_hInstance; diff --git a/plugins/DropBox/src/resource.h b/plugins/DropBox/src/resource.h index a88429637c..4b1586d386 100644 Binary files a/plugins/DropBox/src/resource.h and b/plugins/DropBox/src/resource.h differ diff --git a/plugins/DropBox/src/stdafx.cpp b/plugins/DropBox/src/stdafx.cpp new file mode 100644 index 0000000000..2aa7ce281e --- /dev/null +++ b/plugins/DropBox/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 "common.h" \ No newline at end of file -- cgit v1.2.3