view build/VampHostSDK.vcproj @ 354:e85513153c71

Initialise rate to 0. Otherwise there's a danger plugins will change the SampleType (e.g. to VariableSampleRate) but not set the rate because they don't think they need it (when in fact it needs to be set to 0)
author Chris Cannam
date Thu, 28 Mar 2013 15:49:17 +0000
parents 8cab5a0198d6
children 86b9f817223a
line wrap: on
line source
<?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;_USE_MATH_DEFINES"
				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>