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/Watrack_MPD/watrack_mpd_14.vcxproj | 211 +++++++++++++++++++++ plugins/Watrack_MPD/watrack_mpd_14.vcxproj.filters | 53 ++++++ 2 files changed, 264 insertions(+) create mode 100644 plugins/Watrack_MPD/watrack_mpd_14.vcxproj create mode 100644 plugins/Watrack_MPD/watrack_mpd_14.vcxproj.filters (limited to 'plugins/Watrack_MPD') diff --git a/plugins/Watrack_MPD/watrack_mpd_14.vcxproj b/plugins/Watrack_MPD/watrack_mpd_14.vcxproj new file mode 100644 index 0000000000..669d6f3548 --- /dev/null +++ b/plugins/Watrack_MPD/watrack_mpd_14.vcxproj @@ -0,0 +1,211 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Watrack_MPD + {A7D9DFA5-C34F-4B98-BEE8-5140EFCD2E8C} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + Unicode + DynamicLibrary + + + + + + + + + + + + + + + + + + + <_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 + + + + Full + OnlyExplicitInline + Size + true + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + false + Use + commonheaders.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + Windows + + + + + Full + OnlyExplicitInline + Size + true + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + true + Level3 + false + Use + commonheaders.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + Windows + + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + false + Use + commonheaders.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + Windows + false + + + + + Disabled + ..\..\include;..\..\plugins\ExternalAPI;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + false + Use + commonheaders.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + false + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + Windows + + + + + + + + Create + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/Watrack_MPD/watrack_mpd_14.vcxproj.filters b/plugins/Watrack_MPD/watrack_mpd_14.vcxproj.filters new file mode 100644 index 0000000000..10468a5690 --- /dev/null +++ b/plugins/Watrack_MPD/watrack_mpd_14.vcxproj.filters @@ -0,0 +1,53 @@ + + + + + {2c37ce60-87c1-44a6-85ff-147b48dd84f4} + + + {1d016f21-3dfc-4617-a16d-2543db03d939} + + + {67db7959-3d43-439b-ae9b-8223911c651d} + + + + + Sources + + + Sources + + + Sources + + + Sources + + + Sources + + + + + Headers + + + Headers + + + Headers + + + Headers + + + + + Resources + + + Resources + + + \ No newline at end of file -- cgit v1.2.3