From 67c6f233d7e60ad59918e734fe565f5f5dfd28d5 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 20 May 2012 18:33:39 +0000 Subject: projects renames and fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@105 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BASS_interface/Bass_interface.vcxproj | 203 ++++++++++++++++++++++++++ 1 file changed, 203 insertions(+) create mode 100644 plugins/BASS_interface/Bass_interface.vcxproj (limited to 'plugins/BASS_interface/Bass_interface.vcxproj') diff --git a/plugins/BASS_interface/Bass_interface.vcxproj b/plugins/BASS_interface/Bass_interface.vcxproj new file mode 100644 index 0000000000..d793eb6d65 --- /dev/null +++ b/plugins/BASS_interface/Bass_interface.vcxproj @@ -0,0 +1,203 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + 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 + + + + + true + true + true + true + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + Level3 + EditAndContinue + 4996;%(DisableSpecificWarnings) + + + true + Windows + $(IntDir)$(TargetName).lib + + + ../../include/msapi + + + + + Disabled + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + EnableFastChecks + MultiThreadedDebugDLL + Level3 + 4996;%(DisableSpecificWarnings) + + + true + Windows + $(IntDir)$(TargetName).lib + + + ../../include/msapi + + + + + Full + OnlyExplicitInline + false + Size + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + + + Windows + true + true + $(IntDir)$(TargetName).lib + true + + + ../../include/msapi + + + + + Full + OnlyExplicitInline + false + Size + ../../include;../ExternalAPI;%(AdditionalIncludeDirectories) + WIN64;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + true + + + MultiThreadedDLL + false + true + Fast + Level3 + 4996;%(DisableSpecificWarnings) + + + Windows + true + true + $(IntDir)$(TargetName).lib + true + + + ../../include/msapi + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3