forked from dolphin-emu/dolphin
		
	git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@22 8ced0084-cf51-0410-be5f-012b33b47a6e
		
			
				
	
	
		
			790 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			790 lines
		
	
	
		
			17 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioProject
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	Version="8.00"
 | 
						|
	Name="Plugin_DSP_LLE"
 | 
						|
	ProjectGUID="{C60D0E7A-ED05-4C67-9EE7-3A6C0D7801C8}"
 | 
						|
	RootNamespace="Plugin_DSP_LLE"
 | 
						|
	Keyword="Win32Proj"
 | 
						|
	>
 | 
						|
	<Platforms>
 | 
						|
		<Platform
 | 
						|
			Name="Win32"
 | 
						|
		/>
 | 
						|
		<Platform
 | 
						|
			Name="x64"
 | 
						|
		/>
 | 
						|
	</Platforms>
 | 
						|
	<ToolFiles>
 | 
						|
	</ToolFiles>
 | 
						|
	<Configurations>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			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;../../../Externals/WTL80;../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DSP_HLE_EXPORTS"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="4"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib"
 | 
						|
				OutputFile="../../../Binary/Win32/Plugins/Plugin_DSP_LLED.dll"
 | 
						|
				LinkIncremental="2"
 | 
						|
				GenerateManifest="false"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
 | 
						|
				SubSystem="2"
 | 
						|
				ImportLibrary="$(TargetDir)$(TargetName).lib"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			ManagedExtensions="0"
 | 
						|
			>
 | 
						|
			<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;../../../Externals/WTL80;../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;DSP_HLE_EXPORTS"
 | 
						|
				MinimalRebuild="false"
 | 
						|
				BasicRuntimeChecks="0"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib"
 | 
						|
				OutputFile="../../../Binary/x64/Plugins/Plugin_DSP_LLED.dll"
 | 
						|
				LinkIncremental="2"
 | 
						|
				GenerateManifest="false"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				AssemblyDebug="1"
 | 
						|
				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
 | 
						|
				SubSystem="2"
 | 
						|
				ImportLibrary="$(TargetDir)$(TargetName).lib"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Release|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="true"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src;../../../Externals/WTL80;../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSP_HLE_EXPORTS"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib"
 | 
						|
				OutputFile="../../../Binary/Win32/Plugins/Plugin_DSP_LLE.dll"
 | 
						|
				LinkIncremental="1"
 | 
						|
				GenerateManifest="false"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
 | 
						|
				SubSystem="2"
 | 
						|
				OptimizeReferences="2"
 | 
						|
				EnableCOMDATFolding="2"
 | 
						|
				ImportLibrary="$(TargetDir)$(TargetName).lib"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="Release|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			ManagedExtensions="0"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="true"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src;../../../Externals/WTL80;../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSP_HLE_EXPORTS"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib"
 | 
						|
				OutputFile="../../../Binary/x64/Plugins/Plugin_DSP_LEE.dll"
 | 
						|
				LinkIncremental="1"
 | 
						|
				GenerateManifest="false"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
 | 
						|
				SubSystem="2"
 | 
						|
				OptimizeReferences="2"
 | 
						|
				EnableCOMDATFolding="2"
 | 
						|
				ImportLibrary="$(TargetDir)$(TargetName).lib"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="DebugFast|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="true"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src;../../../Externals/WTL80;../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSP_HLE_EXPORTS;DEBUGFAST"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib"
 | 
						|
				OutputFile="../../../Binary/Win32/Plugins/Plugin_DSP_LLEDF.dll"
 | 
						|
				LinkIncremental="1"
 | 
						|
				GenerateManifest="false"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
 | 
						|
				SubSystem="2"
 | 
						|
				OptimizeReferences="2"
 | 
						|
				EnableCOMDATFolding="2"
 | 
						|
				ImportLibrary="$(TargetDir)$(TargetName).lib"
 | 
						|
				TargetMachine="1"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="DebugFast|x64"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="2"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			ManagedExtensions="0"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				InlineFunctionExpansion="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				OmitFramePointers="true"
 | 
						|
				AdditionalIncludeDirectories="../../Core/Common/Src;../../../Externals/WTL80;../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;DSP_HLE_EXPORTS;DEBUGFAST"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLinkerTool"
 | 
						|
				AdditionalDependencies="dxguid.lib dsound.lib"
 | 
						|
				OutputFile="../../../Binary/x64/Plugins/Plugin_DSP_LEEDF.dll"
 | 
						|
				LinkIncremental="1"
 | 
						|
				GenerateManifest="false"
 | 
						|
				GenerateDebugInformation="true"
 | 
						|
				ProgramDatabaseFile="$(TargetDir)$(TargetName).pdb"
 | 
						|
				SubSystem="2"
 | 
						|
				OptimizeReferences="2"
 | 
						|
				EnableCOMDATFolding="2"
 | 
						|
				ImportLibrary="$(TargetDir)$(TargetName).lib"
 | 
						|
				TargetMachine="17"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManifestTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCAppVerifierTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebDeploymentTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
	</Configurations>
 | 
						|
	<References>
 | 
						|
		<AssemblyReference
 | 
						|
			RelativePath="System.dll"
 | 
						|
			AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
 | 
						|
		/>
 | 
						|
		<AssemblyReference
 | 
						|
			RelativePath="System.Data.dll"
 | 
						|
			AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
 | 
						|
		/>
 | 
						|
		<AssemblyReference
 | 
						|
			RelativePath="System.Drawing.dll"
 | 
						|
			AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
 | 
						|
		/>
 | 
						|
		<AssemblyReference
 | 
						|
			RelativePath="System.Windows.Forms.dll"
 | 
						|
			AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
 | 
						|
		/>
 | 
						|
		<AssemblyReference
 | 
						|
			RelativePath="System.XML.dll"
 | 
						|
			AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
 | 
						|
		/>
 | 
						|
	</References>
 | 
						|
	<Files>
 | 
						|
		<Filter
 | 
						|
			Name="Disasm"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\disassemble.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\disassemble.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\opcodes.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\opcodes.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Debugger"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\DisAsmDlg.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\DisAsmDlg.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\DisAsmListView.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\RegisterDlg.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\RegisterDlg.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\RegSettings.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\RegSettings.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Resources"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Res\resource.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Res\resources.rc"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="DSP"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_aram.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_aram.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_ext_op.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_ext_op.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_ifx.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_interface.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_interface.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_interpreter.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_interpreter.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_memory.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_memory.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_opcodes.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_opcodes.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_opcodes_helper.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_registers.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\gdsp_registers.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\DSoundStream.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\DSoundStream.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Globals.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Globals.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\main.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\stdafx.cpp"
 | 
						|
			>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="Debug|Win32"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					UsePrecompiledHeader="1"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="Debug|x64"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					UsePrecompiledHeader="1"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="Release|Win32"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					UsePrecompiledHeader="1"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="Release|x64"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					UsePrecompiledHeader="1"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="DebugFast|Win32"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					UsePrecompiledHeader="1"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="DebugFast|x64"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					UsePrecompiledHeader="1"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\stdafx.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Tools.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Tools.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
	</Files>
 | 
						|
	<Globals>
 | 
						|
		<Global
 | 
						|
			Name="RESOURCE_FILE"
 | 
						|
			Value="Res\resources.rc"
 | 
						|
		/>
 | 
						|
	</Globals>
 | 
						|
</VisualStudioProject>
 |