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/Restart/Restart_14.vcxproj | 209 +++++++++++++++++++++++++++++ plugins/Restart/Restart_14.vcxproj.filters | 41 ++++++ 2 files changed, 250 insertions(+) create mode 100644 plugins/Restart/Restart_14.vcxproj create mode 100644 plugins/Restart/Restart_14.vcxproj.filters (limited to 'plugins/Restart') diff --git a/plugins/Restart/Restart_14.vcxproj b/plugins/Restart/Restart_14.vcxproj new file mode 100644 index 0000000000..1f13aa1956 --- /dev/null +++ b/plugins/Restart/Restart_14.vcxproj @@ -0,0 +1,209 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + Restart + {18195F68-A747-8643-050C-C5101DA658FD} + + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + true + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + 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 + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + false + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + false + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + false + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + false + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + false + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + $(ProfileDir)..\..\bin14\lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + + + + + + + Create + + + + + + + + + + \ No newline at end of file diff --git a/plugins/Restart/Restart_14.vcxproj.filters b/plugins/Restart/Restart_14.vcxproj.filters new file mode 100644 index 0000000000..5fb1738b7b --- /dev/null +++ b/plugins/Restart/Restart_14.vcxproj.filters @@ -0,0 +1,41 @@ + + + + + {e8aa2230-8568-4173-9e3d-97a356a22822} + + + {f2ac9c4e-4527-4a17-bf1d-41e43b91ec27} + + + {d1b03507-f6e8-450c-b4cd-c9209e4615ec} + + + + + Header Files + + + Header Files + + + Header Files + + + + + Source Files + + + Source Files + + + + + Resource Files + + + Resource Files + + + \ No newline at end of file -- cgit v1.2.3