From db33a99e6cbf1542bcc0588ca1dc727a911bc31d Mon Sep 17 00:00:00 2001 From: mataes2007 Date: Thu, 28 Apr 2011 11:41:15 +0000 Subject: added Bass_interface plugin git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@61 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Bass_interface/Bass_interface.vcxproj | 194 ++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 Bass_interface/Bass_interface.vcxproj (limited to 'Bass_interface/Bass_interface.vcxproj') diff --git a/Bass_interface/Bass_interface.vcxproj b/Bass_interface/Bass_interface.vcxproj new file mode 100644 index 0000000..f37c5a6 --- /dev/null +++ b/Bass_interface/Bass_interface.vcxproj @@ -0,0 +1,194 @@ + + + + + Debug Unicode + Win32 + + + Debug Unicode + x64 + + + Release Unicode + Win32 + + + Release Unicode + x64 + + + + {3933E789-D185-41DC-8169-9FF4365B6015} + bass_interface + Win32Proj + Bass_interface + + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + true + + + DynamicLibrary + Unicode + + + DynamicLibrary + Unicode + + + + + + + + + + + + + + + + + + + <_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)\ + AllRules.ruleset + AllRules.ruleset + + + + + AllRules.ruleset + AllRules.ruleset + + + + + + + + Disabled + ../../include;../ExternalAPI + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + CompileAsC + 4996;%(DisableSpecificWarnings) + + + true + Windows + $(IntDir)$(TargetName).lib + MachineX86 + + + + + Disabled + ../../include;../ExternalAPI + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebug + Level3 + EditAndContinue + CompileAsC + 4996;%(DisableSpecificWarnings) + + + true + Windows + $(IntDir)$(TargetName).lib + + + + + Full + OnlyExplicitInline + false + Size + ../../include;../ExternalAPI + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + Fast + Level3 + ProgramDatabase + CompileAsC + 4996;%(DisableSpecificWarnings) + + + Windows + true + true + $(IntDir)$(TargetName).lib + MachineX86 + + + + + Full + OnlyExplicitInline + false + Size + ../../include;../ExternalAPI + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreaded + false + true + Fast + Level3 + ProgramDatabase + CompileAsC + 4996;%(DisableSpecificWarnings) + + + Windows + true + true + $(IntDir)$(TargetName).lib + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3