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/Sessions/Sessions_14.vcxproj | 207 +++++++++++++++++++++++++++ plugins/Sessions/Sessions_14.vcxproj.filters | 53 +++++++ 2 files changed, 260 insertions(+) create mode 100644 plugins/Sessions/Sessions_14.vcxproj create mode 100644 plugins/Sessions/Sessions_14.vcxproj.filters (limited to 'plugins/Sessions') diff --git a/plugins/Sessions/Sessions_14.vcxproj b/plugins/Sessions/Sessions_14.vcxproj new file mode 100644 index 0000000000..27a4960d9d --- /dev/null +++ b/plugins/Sessions/Sessions_14.vcxproj @@ -0,0 +1,207 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {37C2B9A4-63EF-49E8-BF23-677B5EBD73E9} + Sessions + + + + 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 + AnySuitable + true + true + Use + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + sessions.h + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + 0x67100000 + $(IntDir)$(TargetName).lib + true + true + false + true + Windows + $(ProfileDir)..\..\bin14\lib + + + + + Full + AnySuitable + true + true + Use + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Size + sessions.h + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + 0x67100000 + $(IntDir)$(TargetName).lib + true + true + false + true + Windows + $(ProfileDir)..\..\bin14\lib + + + + + %(AdditionalOptions) + MultiThreadedDebugDLL + Use + Level4 + EditAndContinue + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + Disabled + sessions.h + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x67100000 + $(IntDir)$(TargetName).lib + false + Windows + $(ProfileDir)..\..\bin14\lib + false + + + + + %(AdditionalOptions) + Disabled + MultiThreadedDebugDLL + Use + Level4 + ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) + sessions.h + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + false + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + 0x67100000 + $(IntDir)$(TargetName).lib + false + Windows + $(ProfileDir)..\..\bin14\lib + + + + + Create + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/plugins/Sessions/Sessions_14.vcxproj.filters b/plugins/Sessions/Sessions_14.vcxproj.filters new file mode 100644 index 0000000000..8119802ffc --- /dev/null +++ b/plugins/Sessions/Sessions_14.vcxproj.filters @@ -0,0 +1,53 @@ + + + + + {7924bb78-e0e0-41a9-bef3-21ee81d65e4e} + cpp;c;cxx;rc;def;r;odl;idl;hpj;bat + + + {69bb5ab9-e440-4eb0-87c5-ab15198f3f7d} + h;hpp;hxx;hm;inl + + + {b6a581e7-b460-4f40-b782-acff3afc0a00} + ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe + + + + + Source Files + + + Source Files + + + Source Files + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files + + + Header Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3