forked from dolphin-emu/dolphin
		
	Advantages: * Less confusion for users * No need to build twice to make sure you didn't break something * Easier to switch between the cores for testing Disadvantages: * None, as far as I can tell :) Maybe some extra code complexity, but not much. Also break some include chains that caused <windows.h> to get included into everything, slowing down the build on Windows. There's more to do here though, there's still a lot of files that get it included that don't need it at all. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4891 8ced0084-cf51-0410-be5f-012b33b47a6e
		
			
				
	
	
		
			927 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			927 lines
		
	
	
		
			19 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="Windows-1252"?>
 | 
						|
<VisualStudioProject
 | 
						|
	ProjectType="Visual C++"
 | 
						|
	Version="9.00"
 | 
						|
	Name="Common"
 | 
						|
	ProjectGUID="{C573CAF7-EE6A-458E-8049-16C0BF34C2E9}"
 | 
						|
	RootNamespace="Common"
 | 
						|
	Keyword="Win32Proj"
 | 
						|
	TargetFrameworkVersion="131072"
 | 
						|
	>
 | 
						|
	<Platforms>
 | 
						|
		<Platform
 | 
						|
			Name="Win32"
 | 
						|
		/>
 | 
						|
		<Platform
 | 
						|
			Name="x64"
 | 
						|
		/>
 | 
						|
	</Platforms>
 | 
						|
	<ToolFiles>
 | 
						|
	</ToolFiles>
 | 
						|
	<Configurations>
 | 
						|
		<Configuration
 | 
						|
			Name="Debug|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
				CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories="../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				PrecompiledHeaderThrough="stdafx.h"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="wsock32.lib psapi.lib"
 | 
						|
				OutputFile="$(OutDir)/Common.lib"
 | 
						|
			/>
 | 
						|
			<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"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
				CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="0"
 | 
						|
				AdditionalIncludeDirectories="../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0"
 | 
						|
				StringPooling="true"
 | 
						|
				MinimalRebuild="true"
 | 
						|
				BasicRuntimeChecks="3"
 | 
						|
				RuntimeLibrary="1"
 | 
						|
				BufferSecurityCheck="false"
 | 
						|
				FloatingPointModel="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				PrecompiledHeaderThrough="stdafx.h"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="wsock32.lib winmm.lib psapi.lib"
 | 
						|
				OutputFile="$(OutDir)/Common.lib"
 | 
						|
			/>
 | 
						|
			<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"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
				CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				FavorSizeOrSpeed="2"
 | 
						|
				AdditionalIncludeDirectories="../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				BufferSecurityCheck="false"
 | 
						|
				EnableEnhancedInstructionSet="2"
 | 
						|
				FloatingPointModel="0"
 | 
						|
				RuntimeTypeInfo="false"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				PrecompiledHeaderThrough="stdafx.h"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="wsock32.lib psapi.lib"
 | 
						|
				OutputFile="$(OutDir)/Common.lib"
 | 
						|
			/>
 | 
						|
			<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"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
				CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="2"
 | 
						|
				EnableIntrinsicFunctions="true"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				AdditionalIncludeDirectories="../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				StringPooling="true"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				BufferSecurityCheck="false"
 | 
						|
				EnableEnhancedInstructionSet="0"
 | 
						|
				FloatingPointModel="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				PrecompiledHeaderThrough="stdafx.h"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="winmm.lib psapi.lib"
 | 
						|
				OutputFile="$(OutDir)/Common.lib"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
		<Configuration
 | 
						|
			Name="DebugFast|Win32"
 | 
						|
			OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 | 
						|
			ConfigurationType="4"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
				CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="3"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				AdditionalIncludeDirectories="../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;DEBUGFAST;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				BufferSecurityCheck="false"
 | 
						|
				EnableEnhancedInstructionSet="2"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				PrecompiledHeaderThrough="stdafx.h"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="wsock32.lib psapi.lib"
 | 
						|
				OutputFile="$(OutDir)/Common.lib"
 | 
						|
			/>
 | 
						|
			<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"
 | 
						|
			InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
 | 
						|
			CharacterSet="2"
 | 
						|
			>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreBuildEventTool"
 | 
						|
				CommandLine=""$(ProjectDir)SubWCRev.exe" "$(SolutionDir)\." "$(ProjectDir)\src\svnrev_template.h" "$(ProjectDir)\src\svnrev.h""
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCustomBuildTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXMLDataGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCWebServiceProxyGeneratorTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCMIDLTool"
 | 
						|
				TargetEnvironment="3"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCCLCompilerTool"
 | 
						|
				Optimization="3"
 | 
						|
				FavorSizeOrSpeed="1"
 | 
						|
				AdditionalIncludeDirectories="../../PluginSpecs"
 | 
						|
				PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;DEBUGFAST;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE"
 | 
						|
				RuntimeLibrary="0"
 | 
						|
				FloatingPointModel="0"
 | 
						|
				UsePrecompiledHeader="2"
 | 
						|
				PrecompiledHeaderThrough="stdafx.h"
 | 
						|
				AssemblerListingLocation="$(IntDir)\"
 | 
						|
				WarningLevel="3"
 | 
						|
				DebugInformationFormat="3"
 | 
						|
				ForcedIncludeFiles="stdafx.h"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCManagedResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCResourceCompilerTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPreLinkEventTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCLibrarianTool"
 | 
						|
				AdditionalDependencies="wsock32.lib psapi.lib"
 | 
						|
				OutputFile="$(OutDir)/Common.lib"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCALinkTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCXDCMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCBscMakeTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCFxCopTool"
 | 
						|
			/>
 | 
						|
			<Tool
 | 
						|
				Name="VCPostBuildEventTool"
 | 
						|
			/>
 | 
						|
		</Configuration>
 | 
						|
	</Configurations>
 | 
						|
	<References>
 | 
						|
	</References>
 | 
						|
	<Files>
 | 
						|
		<Filter
 | 
						|
			Name="Plugins"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Plugin.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Plugin.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginDSP.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginDSP.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginPAD.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginPAD.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginVideo.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginVideo.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginWiimote.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\PluginWiimote.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<Filter
 | 
						|
				Name="Specs"
 | 
						|
				>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\ExportEpilog.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\ExportProlog.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\PluginSpecs.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\pluginspecs_dsp.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\pluginspecs_pad.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\pluginspecs_video.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
				<File
 | 
						|
					RelativePath="..\..\PluginSpecs\pluginspecs_wiimote.h"
 | 
						|
					>
 | 
						|
				</File>
 | 
						|
			</Filter>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Logging"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\ConsoleListener.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\ConsoleListener.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Log.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\LogManager.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\LogManager.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<Filter
 | 
						|
			Name="Crypto"
 | 
						|
			>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\bn.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\ec.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\md5.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\md5.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\sha1.cpp"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\sha1.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
			<File
 | 
						|
				RelativePath=".\Src\Crypto\tools.h"
 | 
						|
				>
 | 
						|
			</File>
 | 
						|
		</Filter>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ABI.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ABI.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Atomic.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Atomic_GCC.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Atomic_Win32.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\BreakPoints.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\BreakPoints.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CDUtils.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CDUtils.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ChunkFile.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ChunkFile.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ColorUtil.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ColorUtil.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Common.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CommonFuncs.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CommonPaths.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CommonTypes.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CPUDetect.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\CPUDetect.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\DebugInterface.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\DynamicLibrary.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\DynamicLibrary.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ExtendedTrace.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\ExtendedTrace.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\FileSearch.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\FileSearch.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\FileUtil.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\FileUtil.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\FixedSizeQueue.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Hash.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Hash.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\IniFile.cpp"
 | 
						|
			>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="Release|x64"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					Optimization="2"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\IniFile.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\LinearDiskCache.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\LinearDiskCache.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MathUtil.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MathUtil.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MemArena.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MemArena.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MemoryUtil.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MemoryUtil.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Misc.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MsgHandler.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\MsgHandler.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\OpenCL.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\OpenCL.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SConscript"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SDCardUtil.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SDCardUtil.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Setup.h"
 | 
						|
			>
 | 
						|
		</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\StringUtil.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\StringUtil.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SymbolDB.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SymbolDB.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SysConf.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\SysConf.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Thread.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Thread.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Thunk.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Thunk.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Timer.cpp"
 | 
						|
			>
 | 
						|
			<FileConfiguration
 | 
						|
				Name="Release|Win32"
 | 
						|
				>
 | 
						|
				<Tool
 | 
						|
					Name="VCCLCompilerTool"
 | 
						|
					AssemblerOutput="2"
 | 
						|
				/>
 | 
						|
			</FileConfiguration>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\Timer.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\x64Analyzer.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\x64Analyzer.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\x64Emitter.cpp"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
		<File
 | 
						|
			RelativePath=".\Src\x64Emitter.h"
 | 
						|
			>
 | 
						|
		</File>
 | 
						|
	</Files>
 | 
						|
	<Globals>
 | 
						|
	</Globals>
 | 
						|
</VisualStudioProject>
 |