forked from dolphin-emu/dolphin
		
	Had to shuffle around quite a lot of code to be able to extract the CodeView into a library nicely so it can be used from both the main dolphin and the LLE plugin... also extracted the symboldb code. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3517 8ced0084-cf51-0410-be5f-012b33b47a6e
		
			
				
	
	
		
			496 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			496 lines
		
	
	
		
			10 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioProject
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	Version="9.00"
 | 
						|
	Name="AudioCommon"
 | 
						|
	ProjectGUID="{FBAFB369-07EB-4460-9CAD-08BE5789DAB6}"
 | 
						|
	RootNamespace="AudioCommon"
 | 
						|
	TargetFrameworkVersion="196613"
 | 
						|
	>
 | 
						|
	<Platforms>
 | 
						|
		<Platform
 | 
						|
			Name="Win32"
 | 
						|
		/>
 | 
						|
		<Platform
 | 
						|
			Name="x64"
 | 
						|
		/>
 | 
						|
	</Platforms>
 | 
						|
	<ToolFiles>
 | 
						|
	</ToolFiles>
 | 
						|
	<Configurations>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalLibraryDirectories=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				WarningLevel="3"
 | 
						|
				WarnAsError="false"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalLibraryDirectories=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Release|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2"
 | 
						|
			WholeProgramOptimization="0"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				StringPooling="false"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				BufferSecurityCheck="true"
 | 
						|
				EnableFunctionLevelLinking="false"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib dxerr.lib"
 | 
						|
				OutputFile="$(OutDir)\$(ProjectName).lib"
 | 
						|
				AdditionalLibraryDirectories=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Release|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2"
 | 
						|
			WholeProgramOptimization="0"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				StringPooling="false"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				BufferSecurityCheck="true"
 | 
						|
				EnableFunctionLevelLinking="false"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib dxerr.lib"
 | 
						|
				OutputFile="$(OutDir)\$(ProjectName).lib"
 | 
						|
				AdditionalLibraryDirectories=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="DebugFast|Win32"
 | 
						|
			OutputDirectory="$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="4"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				MinimalRebuild="false"
 | 
						|
				ExceptionHandling="1"
 | 
						|
				BasicRuntimeChecks="0"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalLibraryDirectories=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="DebugFast|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				MinimalRebuild="false"
 | 
						|
				BasicRuntimeChecks="0"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalLibraryDirectories=""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
	</Configurations>
 | 
						|
	<References>
 | 
						|
	</References>
 | 
						|
	<Files>
 | 
						|
		<Filter
 | 
						|
			Name="SoundStreams"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\AOSoundStream.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\AOSoundStream.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\DSoundStream.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\DSoundStream.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\NullSoundStream.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\OpenALStream.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\OpenALStream.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\SoundStream.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\aldlist.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\aldlist.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\AudioCommon.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\AudioCommon.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\AudioCommonConfig.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\AudioCommonConfig.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Mixer.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Mixer.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SConscript"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\WaveFile.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\WaveFile.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
	</Files>
 | 
						|
	<Globals>
 | 
						|
	</Globals>
 | 
						|
</VisualStudioProject>
 |