From df49baba2c2cd53e9d7cc53ab5e9dc7d354053c4 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 23 Feb 2013 09:06:33 +0000 Subject: - msvc 2010 project adjusted git-svn-id: http://svn.miranda-ng.org/main/trunk@3698 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/BASS_interface/Bass_interface_10.vcxproj | 22 ++++++++++++++++++---- .../Bass_interface_10.vcxproj.filters | 3 +++ 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/plugins/BASS_interface/Bass_interface_10.vcxproj b/plugins/BASS_interface/Bass_interface_10.vcxproj index c901cf0571..728adc896e 100644 --- a/plugins/BASS_interface/Bass_interface_10.vcxproj +++ b/plugins/BASS_interface/Bass_interface_10.vcxproj @@ -73,7 +73,7 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true EnableFastChecks MultiThreadedDebugDLL @@ -81,6 +81,8 @@ EditAndContinue 4996;%(DisableSpecificWarnings) false + Bass_interface.h + Use true @@ -98,12 +100,14 @@ Disabled ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + WIN64;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebugDLL Level3 4996;%(DisableSpecificWarnings) false + Use + Bass_interface.h true @@ -124,7 +128,7 @@ false Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false true @@ -132,6 +136,8 @@ Level3 4996;%(DisableSpecificWarnings) false + Use + Bass_interface.h Windows @@ -155,7 +161,7 @@ false Size ..\..\include;..\ExternalAPI;%(AdditionalIncludeDirectories) - WIN64;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) + WIN64;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions) true false true @@ -163,6 +169,8 @@ Level3 4996;%(DisableSpecificWarnings) false + Use + Bass_interface.h Windows @@ -191,6 +199,12 @@ + + Create + Create + Create + Create + diff --git a/plugins/BASS_interface/Bass_interface_10.vcxproj.filters b/plugins/BASS_interface/Bass_interface_10.vcxproj.filters index 9549add1f3..eab8ca7503 100644 --- a/plugins/BASS_interface/Bass_interface_10.vcxproj.filters +++ b/plugins/BASS_interface/Bass_interface_10.vcxproj.filters @@ -40,5 +40,8 @@ Source Files + + Source Files + \ No newline at end of file -- cgit v1.2.3