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/XSoundNotify/XSoundNotify_14.vcxproj | 213 +++++++++++++++++++++++++++ 1 file changed, 213 insertions(+) create mode 100644 plugins/XSoundNotify/XSoundNotify_14.vcxproj (limited to 'plugins/XSoundNotify/XSoundNotify_14.vcxproj') diff --git a/plugins/XSoundNotify/XSoundNotify_14.vcxproj b/plugins/XSoundNotify/XSoundNotify_14.vcxproj new file mode 100644 index 0000000000..2a72bc72c0 --- /dev/null +++ b/plugins/XSoundNotify/XSoundNotify_14.vcxproj @@ -0,0 +1,213 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + XSoundNotify + {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} + + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + + + DynamicLibrary + Unicode + v120_xp + true + + + DynamicLibrary + Unicode + v120_xp + true + + + + + + + + + + + + + + + + + + + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)\Plugins\ + $(SolutionDir)$(Configuration)\Obj\$(ProjectName)\ + $(SolutionDir)$(Configuration)64\Plugins\ + $(SolutionDir)$(Configuration)64\Obj\$(ProjectName)\ + true + + + + OnlyExplicitInline + true + true + Full + Level4 + ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + Shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + OnlyExplicitInline + true + true + Full + Level4 + ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) + NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + Shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + MultiThreadedDebugDLL + false + Disabled + Level4 + true + EditAndContinue + ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + Shlwapi.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin14\lib + false + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level4 + ProgramDatabase + ..\..\include;..\ExternalAPI;src\wtl\include;%(AdditionalIncludeDirectories) + _DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + Shlwapi.lib;%(AdditionalDependencies) + + + $(ProfileDir)..\..\bin14\lib + false + + + + + + + + + + + + Create + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3