Mercurial > hg > vamp-plugin-sdk
changeset 238:4b5a3031cd08
* Update Visual C++ projects
author | cannam |
---|---|
date | Sun, 09 Nov 2008 17:42:37 +0000 |
parents | 3ad28b1e2150 |
children | cc467e52da4c |
files | build/VampExamplePlugins.vcproj build/VampHostSDK.vcproj build/VampPluginSDK.vcproj |
diffstat | 3 files changed, 275 insertions(+), 82 deletions(-) [+] |
line wrap: on
line diff
--- a/build/VampExamplePlugins.vcproj Fri Nov 07 17:05:07 2008 +0000 +++ b/build/VampExamplePlugins.vcproj Sun Nov 09 17:42:37 2008 +0000 @@ -40,7 +40,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories=""$(ProjectDir)"" + AdditionalIncludeDirectories=""$(ProjectDir)/.."" PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -114,7 +114,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="$(ProjectDir)" + AdditionalIncludeDirectories=""$(ProjectDir)/.."" PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;VAMPEXAMPLEPLUGINS_EXPORTS;" RuntimeLibrary="2" UsePrecompiledHeader="0" @@ -175,43 +175,43 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > <File - RelativePath=".\examples\AmplitudeFollower.h" + RelativePath="..\examples\AmplitudeFollower.h" > </File> <File - RelativePath=".\examples\FixedTempoEstimator.h" + RelativePath="..\examples\FixedTempoEstimator.h" > </File> <File - RelativePath=".\examples\PercussionOnsetDetector.h" + RelativePath="..\examples\PercussionOnsetDetector.h" > </File> <File - RelativePath=".\vamp-sdk\Plugin.h" + RelativePath="..\vamp-sdk\plugguard.h" > </File> <File - RelativePath=".\vamp-sdk\PluginAdapter.h" + RelativePath="..\vamp-sdk\Plugin.h" > </File> <File - RelativePath=".\vamp-sdk\PluginBase.h" + RelativePath="..\vamp-sdk\PluginAdapter.h" > </File> <File - RelativePath=".\vamp-sdk\RealTime.h" + RelativePath="..\vamp-sdk\PluginBase.h" > </File> <File - RelativePath=".\examples\SpectralCentroid.h" + RelativePath="..\vamp-sdk\RealTime.h" > </File> <File - RelativePath=".\vamp\vamp.h" + RelativePath="..\examples\SpectralCentroid.h" > </File> <File - RelativePath=".\examples\ZeroCrossing.h" + RelativePath="..\examples\ZeroCrossing.h" > </File> </Filter> @@ -227,35 +227,35 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath=".\examples\AmplitudeFollower.cpp" + RelativePath="..\examples\AmplitudeFollower.cpp" > </File> <File - RelativePath=".\examples\FixedTempoEstimator.cpp" + RelativePath="..\examples\FixedTempoEstimator.cpp" > </File> <File - RelativePath=".\examples\PercussionOnsetDetector.cpp" + RelativePath="..\examples\PercussionOnsetDetector.cpp" > </File> <File - RelativePath=".\vamp-sdk\PluginAdapter.cpp" + RelativePath="..\src\vamp-sdk\PluginAdapter.cpp" > </File> <File - RelativePath=".\examples\plugins.cpp" + RelativePath="..\examples\plugins.cpp" > </File> <File - RelativePath=".\vamp-sdk\RealTime.cpp" + RelativePath="..\src\vamp-sdk\RealTime.cpp" > </File> <File - RelativePath=".\examples\SpectralCentroid.cpp" + RelativePath="..\examples\SpectralCentroid.cpp" > </File> <File - RelativePath=".\examples\ZeroCrossing.cpp" + RelativePath="..\examples\ZeroCrossing.cpp" > </File> </Filter>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/build/VampHostSDK.vcproj Sun Nov 09 17:42:37 2008 +0000 @@ -0,0 +1,245 @@ +<?xml version="1.0" encoding="UTF-8"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9.00" + Name="VampHostSDK" + ProjectGUID="{3875EF8B-14E8-4825-B2C1-A8B869C336F5}" + RootNamespace="VampHostSDK" + Keyword="Win32Proj" + TargetFrameworkVersion="0" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories=".." + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" + MinimalRebuild="true" + BasicRuntimeChecks="3" + RuntimeLibrary="3" + UsePrecompiledHeader="0" + WarningLevel="3" + Detect64BitPortabilityProblems="true" + DebugInformationFormat="4" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="4" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=".." + PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" + RuntimeLibrary="2" + UsePrecompiledHeader="0" + WarningLevel="2" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + /> + <Tool + Name="VCManagedResourceCompilerTool" + /> + <Tool + Name="VCResourceCompilerTool" + /> + <Tool + Name="VCPreLinkEventTool" + /> + <Tool + Name="VCLibrarianTool" + /> + <Tool + Name="VCALinkTool" + /> + <Tool + Name="VCXDCMakeTool" + /> + <Tool + Name="VCBscMakeTool" + /> + <Tool + Name="VCFxCopTool" + /> + <Tool + Name="VCPostBuildEventTool" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\vamp-hostsdk\hostguard.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\Plugin.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginBase.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginBufferingAdapter.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginChannelAdapter.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginHostAdapter.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginInputDomainAdapter.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginLoader.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginSummarisingAdapter.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\PluginWrapper.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\RealTime.h" + > + </File> + <File + RelativePath="..\vamp-hostsdk\vamp-hostsdk.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\src\vamp-hostsdk\PluginBufferingAdapter.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\PluginChannelAdapter.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\PluginHostAdapter.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\PluginInputDomainAdapter.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\PluginLoader.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\PluginSummarisingAdapter.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\PluginWrapper.cpp" + > + </File> + <File + RelativePath="..\src\vamp-hostsdk\RealTime.cpp" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject>
--- a/build/VampPluginSDK.vcproj Fri Nov 07 17:05:07 2008 +0000 +++ b/build/VampPluginSDK.vcproj Sun Nov 09 17:42:37 2008 +0000 @@ -40,7 +40,7 @@ <Tool Name="VCCLCompilerTool" Optimization="0" - AdditionalIncludeDirectories="." + AdditionalIncludeDirectories=".." PreprocessorDefinitions="WIN32;_DEBUG;_LIB;" MinimalRebuild="true" BasicRuntimeChecks="3" @@ -101,7 +101,7 @@ /> <Tool Name="VCCLCompilerTool" - AdditionalIncludeDirectories="." + AdditionalIncludeDirectories=".." PreprocessorDefinitions="WIN32;NDEBUG;_LIB;" RuntimeLibrary="2" UsePrecompiledHeader="0" @@ -147,51 +147,27 @@ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" > <File - RelativePath=".\vamp-sdk\Plugin.h" + RelativePath="..\vamp-sdk\plugguard.h" > </File> <File - RelativePath=".\vamp-sdk\PluginAdapter.h" + RelativePath="..\vamp-sdk\Plugin.h" > </File> <File - RelativePath=".\vamp-sdk\PluginBase.h" + RelativePath="..\vamp-sdk\PluginAdapter.h" > </File> <File - RelativePath=".\vamp-sdk\hostext\PluginBufferingAdapter.h" + RelativePath="..\vamp-sdk\PluginBase.h" > </File> <File - RelativePath=".\vamp-sdk\hostext\PluginChannelAdapter.h" + RelativePath="..\vamp-sdk\RealTime.h" > </File> <File - RelativePath=".\vamp-sdk\PluginHostAdapter.h" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginInputDomainAdapter.h" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginLoader.h" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginSummarisingAdapter.h" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginWrapper.h" - > - </File> - <File - RelativePath=".\vamp-sdk\RealTime.h" - > - </File> - <File - RelativePath=".\vamp\vamp.h" + RelativePath="..\vamp-sdk\vamp-sdk.h" > </File> </Filter> @@ -207,39 +183,11 @@ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" > <File - RelativePath=".\vamp-sdk\PluginAdapter.cpp" + RelativePath="..\src\vamp-sdk\PluginAdapter.cpp" > </File> <File - RelativePath=".\vamp-sdk\hostext\PluginBufferingAdapter.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginChannelAdapter.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\PluginHostAdapter.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginInputDomainAdapter.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginLoader.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginSummarisingAdapter.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\hostext\PluginWrapper.cpp" - > - </File> - <File - RelativePath=".\vamp-sdk\RealTime.cpp" + RelativePath="..\src\vamp-sdk\RealTime.cpp" > </File> </Filter>