From 8d3307adf7ba64b75fb4de363f873c97286b0e9b Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Tue, 2 Apr 2013 13:26:06 +0000 Subject: - XSoundNotify - adopted git-svn-id: http://svn.miranda-ng.org/main/trunk@4284 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/XSoundNotify/XSoundNotify_10.vcxproj | 218 +++++++++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 plugins/XSoundNotify/XSoundNotify_10.vcxproj (limited to 'plugins/XSoundNotify/XSoundNotify_10.vcxproj') diff --git a/plugins/XSoundNotify/XSoundNotify_10.vcxproj b/plugins/XSoundNotify/XSoundNotify_10.vcxproj new file mode 100644 index 0000000000..bae742710a --- /dev/null +++ b/plugins/XSoundNotify/XSoundNotify_10.vcxproj @@ -0,0 +1,218 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + XSoundNotify + {5935CC24-A1C9-4CF9-8B1C-1AA2321627DE} + + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + 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 + Level3 + ..\..\include;..\ExternalAPI;..\..\..\boost;src\wtl\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + winmm.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + OnlyExplicitInline + true + true + Full + Level3 + ..\..\include;..\ExternalAPI;..\..\..\boost;src\wtl\include;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + Size + Use + Common.h + + + NDEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + Windows + $(IntDir)$(TargetName).lib + winmm.lib;%(AdditionalDependencies) + $(ProfileDir)..\..\bin10\lib + true + true + true + false + /PDBALTPATH:%_PDB% %(AdditionalOptions) + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + true + EditAndContinue + ..\..\include;..\ExternalAPI;..\..\..\boost;src\wtl\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + winmm.lib;%(AdditionalDependencies) + + + $(ProfileDir)..\..\bin10\lib + false + + + + + MultiThreadedDebugDLL + false + Disabled + Level3 + ProgramDatabase + ..\..\include;..\ExternalAPI;..\..\..\boost;src\wtl\include;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) + EnableFastChecks + Use + Common.h + + + _DEBUG;%(PreprocessorDefinitions) + ..\..\include\msapi + + + true + true + Windows + $(IntDir)$(TargetName).lib + winmm.lib;%(AdditionalDependencies) + + + $(ProfileDir)..\..\bin10\lib + false + + + + + + + + + + + + + + + + + + Create + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3