From 9247d80048c34094d83099473b420a635712f186 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 21 Jul 2015 07:29:21 +0000 Subject: preparing for vc2015 git-svn-id: http://svn.miranda-ng.org/main/trunk@14594 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewsAggregator/NewsAggregator_14.vcxproj | 218 +++++++++++++++++++++ .../NewsAggregator_14.vcxproj.filters | 97 +++++++++ .../Proto_NewsAggregator_14.vcxproj | 135 +++++++++++++ .../Proto_NewsAggregator_14.vcxproj.filters | 23 +++ 4 files changed, 473 insertions(+) create mode 100644 plugins/NewsAggregator/NewsAggregator_14.vcxproj create mode 100644 plugins/NewsAggregator/NewsAggregator_14.vcxproj.filters create mode 100644 plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj create mode 100644 plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj.filters (limited to 'plugins/NewsAggregator') diff --git a/plugins/NewsAggregator/NewsAggregator_14.vcxproj b/plugins/NewsAggregator/NewsAggregator_14.vcxproj new file mode 100644 index 0000000000..166a7a4d88 --- /dev/null +++ b/plugins/NewsAggregator/NewsAggregator_14.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + NewsAggregator + {6DE11A47-2268-4B08-8DE5-15A1705FCE28} + + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + 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 + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level4 + EditAndContinue + 4996 + Use + Common.h + false + + + true + Windows + false + $(IntDir)$(TargetName).lib + comdlg32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + false + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + MultiThreadedDebugDLL + Level4 + 4996 + Use + Common.h + false + + + comdlg32.lib;%(AdditionalDependencies) + true + Windows + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + + + ..\..\include\msapi + _DEBUG;%(PreprocessorDefinitions) + + + + + Full + Size + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Level4 + 4996 + Use + Common.h + false + + + Windows + true + true + false + $(IntDir)$(TargetName).lib + true + comdlg32.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + Full + Size + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Level4 + 4996 + Use + Common.h + false + + + comdlg32.lib;%(AdditionalDependencies) + Windows + true + true + false + $(IntDir)$(TargetName).lib + true + $(ProfileDir)..\..\bin14\lib + + + ..\..\include\msapi + NDEBUG;%(PreprocessorDefinitions) + + + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/NewsAggregator_14.vcxproj.filters b/plugins/NewsAggregator/NewsAggregator_14.vcxproj.filters new file mode 100644 index 0000000000..d207133ec7 --- /dev/null +++ b/plugins/NewsAggregator/NewsAggregator_14.vcxproj.filters @@ -0,0 +1,97 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;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;tiff;tif;png;wav + + + {8d39e269-e9a1-4af1-b278-6d65d1afe13b} + + + + + Resource Files + + + Resource Files + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Resource Files\Icons + + + Resource Files\Icons + + + Resource Files\Icons + + + Resource Files\Icons + + + Resource Files\Icons + + + Resource Files\Icons + + + Resource Files\Icons + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj new file mode 100644 index 0000000000..0b95ab9ed2 --- /dev/null +++ b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj @@ -0,0 +1,135 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {B97882DC-7462-41DB-A390-BDFCE5295265} + Proto_NewsAggregator + + + + DynamicLibrary + true + Unicode + v120_xp + + + DynamicLibrary + true + Unicode + v120_xp + + + DynamicLibrary + false + Unicode + v120_xp + + + DynamicLibrary + false + Unicode + v120_xp + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Icons\ + $(SolutionDir)$(Configuration)64\Icons\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + Windows + true + false + $(SolutionDir)\lib + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\..\include\msapi + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj.filters b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj.filters new file mode 100644 index 0000000000..f9a6c96da5 --- /dev/null +++ b/plugins/NewsAggregator/proto_newsaggregator/Proto_NewsAggregator_14.vcxproj.filters @@ -0,0 +1,23 @@ + + + + + {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;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3