From 854ae46c5b013b2dea00a35a3ccef2cfd207cd90 Mon Sep 17 00:00:00 2001 From: kreol13 Date: Sun, 15 May 2011 18:48:12 +0000 Subject: *fix path in proj git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@110 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb --- Bass_interface/Bass_interface.sln | 26 ++++++++++++++++++++++++++ Bass_interface/Bass_interface.vcxproj | 8 ++++---- 2 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 Bass_interface/Bass_interface.sln (limited to 'Bass_interface') diff --git a/Bass_interface/Bass_interface.sln b/Bass_interface/Bass_interface.sln new file mode 100644 index 0000000..3e14078 --- /dev/null +++ b/Bass_interface/Bass_interface.sln @@ -0,0 +1,26 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bass_interface", "Bass_interface.vcxproj", "{3933E789-D185-41DC-8169-9FF4365B6015}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug Unicode|Win32 = Debug Unicode|Win32 + Debug Unicode|x64 = Debug Unicode|x64 + Release Unicode|Win32 = Release Unicode|Win32 + Release Unicode|x64 = Release Unicode|x64 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3933E789-D185-41DC-8169-9FF4365B6015}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32 + {3933E789-D185-41DC-8169-9FF4365B6015}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32 + {3933E789-D185-41DC-8169-9FF4365B6015}.Debug Unicode|x64.ActiveCfg = Debug Unicode|x64 + {3933E789-D185-41DC-8169-9FF4365B6015}.Debug Unicode|x64.Build.0 = Debug Unicode|x64 + {3933E789-D185-41DC-8169-9FF4365B6015}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32 + {3933E789-D185-41DC-8169-9FF4365B6015}.Release Unicode|Win32.Build.0 = Release Unicode|Win32 + {3933E789-D185-41DC-8169-9FF4365B6015}.Release Unicode|x64.ActiveCfg = Release Unicode|x64 + {3933E789-D185-41DC-8169-9FF4365B6015}.Release Unicode|x64.Build.0 = Release Unicode|x64 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal diff --git a/Bass_interface/Bass_interface.vcxproj b/Bass_interface/Bass_interface.vcxproj index f37c5a6..769a760 100644 --- a/Bass_interface/Bass_interface.vcxproj +++ b/Bass_interface/Bass_interface.vcxproj @@ -85,7 +85,7 @@ Disabled - ../../include;../ExternalAPI + ../../include;../../ExternalAPI WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) true EnableFastChecks @@ -105,7 +105,7 @@ Disabled - ../../include;../ExternalAPI + ../../include;../../ExternalAPI WIN32;_DEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) EnableFastChecks MultiThreadedDebug @@ -126,7 +126,7 @@ OnlyExplicitInline false Size - ../../include;../ExternalAPI + ../../include;../../ExternalAPI WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) true @@ -154,7 +154,7 @@ OnlyExplicitInline false Size - ../../include;../ExternalAPI + ../../include;../../ExternalAPI WIN32;NDEBUG;_WINDOWS;_USRDLL;BASS_INTERFACE_EXPORTS;%(PreprocessorDefinitions) true -- cgit v1.2.3