- <?xml version="1.0" encoding="windows-1250"?>
- <VisualStudioProject
- ProjectType="Visual C++"
- Version="8,00"
- Name="GSdx9"
- ProjectGUID="{345C9F24-0B9A-4289-B375-ADD3B63461B7}"
- RootNamespace="GSdx9"
- Keyword="MFCDLLProj"
- SignManifests="true"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="false"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="D3D_DEBUG_INFO;WIN32;_WINDOWS;_DEBUG;_USRDLL"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseD.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_0.6winpluginsGSdx9.dll"
- LinkIncremental="2"
- ModuleDefinitionFile=".GSdx9.def"
- GenerateDebugInformation="true"
- SubSystem="2"
- ImportLibrary="$(OutDir)/GSdx9.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- EmbedManifest="false"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="x64$(ConfigurationName)"
- IntermediateDirectory="x64$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="false"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="C:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Include"
- PreprocessorDefinitions="D3D_DEBUG_INFO;_WINDOWS;_DEBUG;_USRDLL"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- StructMemberAlignment="5"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseD.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_amd64pluginsGSdx9.dll"
- LinkIncremental="2"
- ModuleDefinitionFile=""
- GenerateDebugInformation="true"
- SubSystem="2"
- ImportLibrary="$(OutDir)/GSdx9.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="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="false"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
- StringPooling="true"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- FloatingPointModel="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseR.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_0.6winpluginsGSdx9.dll"
- LinkIncremental="1"
- ModuleDefinitionFile=".GSdx9.def"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/GSdx9.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- EmbedManifest="false"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="x64$(ConfigurationName)"
- IntermediateDirectory="x64$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="false"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="C:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Include"
- PreprocessorDefinitions="_WINDOWS;NDEBUG;_USRDLL"
- StringPooling="true"
- RuntimeLibrary="0"
- StructMemberAlignment="5"
- FloatingPointModel="2"
- ForceConformanceInForLoopScope="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseR.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_amd64pluginsGSdx9.dll"
- LinkIncremental="1"
- ModuleDefinitionFile=""
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/GSdx9.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="DebugSSE2|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="false"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="D3D_DEBUG_INFO;WIN32;_WINDOWS;_DEBUG;_USRDLL"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- EnableEnhancedInstructionSet="2"
- FloatingPointModel="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="4"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseD.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_0.6winpluginsGSdx9.dll"
- LinkIncremental="2"
- ModuleDefinitionFile=".GSdx9.def"
- GenerateDebugInformation="true"
- SubSystem="2"
- ImportLibrary="$(OutDir)/GSdx9.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- EmbedManifest="false"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="DebugSSE2|x64"
- OutputDirectory="x64$(ConfigurationName)"
- IntermediateDirectory="x64$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="2"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="false"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="C:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Include"
- PreprocessorDefinitions="D3D_DEBUG_INFO;_WINDOWS;_DEBUG;_USRDLL"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- EnableEnhancedInstructionSet="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseD.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_amd64pluginsGSdx9.dll"
- LinkIncremental="2"
- ModuleDefinitionFile=""
- GenerateDebugInformation="true"
- SubSystem="2"
- ImportLibrary="$(OutDir)/GSdx9.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="ReleaseSSE2|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="false"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL"
- StringPooling="true"
- RuntimeLibrary="0"
- BufferSecurityCheck="false"
- EnableEnhancedInstructionSet="2"
- FloatingPointModel="2"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseR.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_0.6winpluginsGSdx9.dll"
- LinkIncremental="1"
- ModuleDefinitionFile=".GSdx9.def"
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/GSdx9.lib"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- EmbedManifest="false"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="ReleaseSSE2|x64"
- OutputDirectory="x64$(ConfigurationName)"
- IntermediateDirectory="x64$(ConfigurationName)"
- ConfigurationType="2"
- UseOfMFC="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="false"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- InlineFunctionExpansion="2"
- EnableIntrinsicFunctions="true"
- FavorSizeOrSpeed="1"
- OmitFramePointers="true"
- AdditionalIncludeDirectories="C:Program FilesMicrosoft DirectX 9.0 SDK (Summer 2004)Include"
- PreprocessorDefinitions="_WINDOWS;NDEBUG;_USRDLL"
- StringPooling="true"
- RuntimeLibrary="0"
- EnableEnhancedInstructionSet="2"
- ForceConformanceInForLoopScope="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="true"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="d3d9.lib d3dx9.lib strmbaseR.lib ddraw.lib dxguid.lib"
- OutputFile="e:pcsx2_amd64pluginsGSdx9.dll"
- LinkIncremental="1"
- ModuleDefinitionFile=""
- GenerateDebugInformation="true"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/GSdx9.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>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath=".GS.cpp"
- >
- </File>
- <File
- RelativePath=".GSCapture.cpp"
- >
- </File>
- <File
- RelativePath=".GSCaptureDlg.cpp"
- >
- </File>
- <File
- RelativePath=".GSdx9.cpp"
- >
- </File>
- <File
- RelativePath=".GSdx9.def"
- >
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".GSHash.cpp"
- >
- </File>
- <File
- RelativePath=".GSLocalMemory.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".GSPerfMon.cpp"
- >
- </File>
- <File
- RelativePath=".GSRegs.cpp"
- >
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".GSRenderer.cpp"
- >
- </File>
- <File
- RelativePath=".GSRendererHW.cpp"
- >
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- GeneratePreprocessedFile="0"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".GSRendererNull.cpp"
- >
- </File>
- <File
- RelativePath=".GSRendererSoft.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".GSSettingsDlg.cpp"
- >
- </File>
- <File
- RelativePath=".GSSoftVertex.cpp"
- >
- </File>
- <File
- RelativePath=".GSState.cpp"
- >
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".GSTables.cpp"
- >
- </File>
- <File
- RelativePath=".GSTextureCache.cpp"
- >
- </File>
- <File
- RelativePath=".GSTransfer.cpp"
- >
- </File>
- <File
- RelativePath=".GSUtil.cpp"
- >
- </File>
- <File
- RelativePath=".GSVertexList.cpp"
- >
- </File>
- <File
- RelativePath=".GSWnd.cpp"
- >
- </File>
- <File
- RelativePath=".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="DebugSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".x86-32.asm"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|x64"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".x86-64.asm"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="DebugSSE2|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- CommandLine="ml64 /nologo /c /Zi /Fo"$(IntDir)$(InputName).obj" "$(InputPath)"
"
- Outputs="$(IntDir)$(InputName).obj"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath=".x86.cpp"
- >
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="ReleaseSSE2|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- AssemblerOutput="4"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath=".GS.h"
- >
- </File>
- <File
- RelativePath=".GSCapture.h"
- >
- </File>
- <File
- RelativePath=".GSCaptureDlg.h"
- >
- </File>
- <File
- RelativePath=".GSdx9.h"
- >
- </File>
- <File
- RelativePath=".GSHash.h"
- >
- </File>
- <File
- RelativePath=".GSLocalMemory.h"
- >
- </File>
- <File
- RelativePath=".GSPerfMon.h"
- >
- </File>
- <File
- RelativePath=".GSRenderer.h"
- >
- </File>
- <File
- RelativePath=".GSRendererHW.h"
- >
- </File>
- <File
- RelativePath=".GSRendererNull.h"
- >
- </File>
- <File
- RelativePath=".GSRendererSoft.h"
- >
- </File>
- <File
- RelativePath=".GSSettingsDlg.h"
- >
- </File>
- <File
- RelativePath=".GSSoftVertex.h"
- >
- </File>
- <File
- RelativePath=".GSState.h"
- >
- </File>
- <File
- RelativePath=".GSTables.h"
- >
- </File>
- <File
- RelativePath=".GSTextureCache.h"
- >
- </File>
- <File
- RelativePath=".GSUtil.h"
- >
- </File>
- <File
- RelativePath=".GSVertexList.h"
- >
- </File>
- <File
- RelativePath=".GSWnd.h"
- >
- </File>
- <File
- RelativePath=".Resource.h"
- >
- </File>
- <File
- RelativePath=".stdafx.h"
- >
- </File>
- <File
- RelativePath=".x86.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}"
- >
- <File
- RelativePath=".GSdx9.rc"
- >
- </File>
- <File
- RelativePath=".resGSdx9.rc2"
- >
- </File>
- <File
- RelativePath=".reslogo1.bmp"
- >
- </File>
- </Filter>
- <Filter
- Name="Shaders"
- >
- <File
- RelativePath=".reshlsl_merge.fx"
- >
- </File>
- <File
- RelativePath=".reshlsl_rb.fx"
- >
- </File>
- <File
- RelativePath=".reshlsl_tfx.fx"
- >
- </File>
- <File
- RelativePath=".resps11_en00.psh"
- >
- </File>
- <File
- RelativePath=".resps11_en01.psh"
- >
- </File>
- <File
- RelativePath=".resps11_en10.psh"
- >
- </File>
- <File
- RelativePath=".resps11_en11.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx000.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx010.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx011.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx1x0.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx1x1.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx200.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx210.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx211.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx300.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx310.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx311.psh"
- >
- </File>
- <File
- RelativePath=".resps11_tfx4xx.psh"
- >
- </File>
- <File
- RelativePath=".resps14_en00.psh"
- >
- </File>
- <File
- RelativePath=".resps14_en01.psh"
- >
- </File>
- <File
- RelativePath=".resps14_en10.psh"
- >
- </File>
- <File
- RelativePath=".resps14_en11.psh"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- <Global
- Name="RESOURCE_FILE"
- Value="GSdx9.rc"
- />
- </Globals>
- </VisualStudioProject>