diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2011-02-11 15:43:05 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2011-02-11 15:43:05 +0000 |
| commit | e480ab2b104b1f5b801e82c62c2011e90dbf2b6f (patch) | |
| tree | 605cccb95fcfbb6f8e8413d0ac18e66b507eed60 /Source/Core | |
| parent | 22553bd6251e889f5f6e2d1a5c89c86e44f66bce (diff) | |
drop vs2008 projects in favor of vs2010
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7129 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/AudioCommon/AudioCommon.vcproj | 608 | ||||
| -rw-r--r-- | Source/Core/Common/Common.vcproj | 871 | ||||
| -rw-r--r-- | Source/Core/Common/SVNRevGen.vcproj | 51 | ||||
| -rw-r--r-- | Source/Core/Core/Core.vcproj | 2083 | ||||
| -rw-r--r-- | Source/Core/DebuggerUICommon/DebuggerUICommon.vcproj | 440 | ||||
| -rw-r--r-- | Source/Core/DebuggerWX/DebuggerWX.vcproj | 902 | ||||
| -rw-r--r-- | Source/Core/DiscIO/DiscIO.vcproj | 660 | ||||
| -rw-r--r-- | Source/Core/DolphinWX/DolphinWX.vcproj | 1237 | ||||
| -rw-r--r-- | Source/Core/DolphinWX/DolphinWX.vcproj.user | 50 | ||||
| -rw-r--r-- | Source/Core/InputCommon/InputCommon.vcproj | 535 | ||||
| -rw-r--r-- | Source/Core/VideoCommon/VideoCommon.vcproj | 826 | ||||
| -rw-r--r-- | Source/Core/VideoUICommon/VideoUICommon.vcproj | 428 |
12 files changed, 0 insertions, 8691 deletions
diff --git a/Source/Core/AudioCommon/AudioCommon.vcproj b/Source/Core/AudioCommon/AudioCommon.vcproj deleted file mode 100644 index 388135f0d0..0000000000 --- a/Source/Core/AudioCommon/AudioCommon.vcproj +++ /dev/null @@ -1,608 +0,0 @@ -<?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="1" - > - <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" - AdditionalDependencies="dxguid.lib dsound.lib dxerr.lib" - 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="1" - > - <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" - AdditionalDependencies="dxguid.lib dsound.lib dxerr.lib" - 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="1" - 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="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - 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="1" - > - <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" - AdditionalDependencies="dxguid.lib dsound.lib dxerr.lib" - 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="1" - > - <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" - AdditionalDependencies="dxguid.lib dsound.lib dxerr.lib" - 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.cpp" - > - </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> - <File - RelativePath=".\Src\XAudio2Stream.cpp" - > - </File> - <File - RelativePath=".\Src\XAudio2Stream.h" - > - </File> - </Filter> - <File - RelativePath=".\Src\aldlist.cpp" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\Src\aldlist.h" - > - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCustomBuildTool" - /> - </FileConfiguration> - </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> diff --git a/Source/Core/Common/Common.vcproj b/Source/Core/Common/Common.vcproj deleted file mode 100644 index f3ef52f869..0000000000 --- a/Source/Core/Common/Common.vcproj +++ /dev/null @@ -1,871 +0,0 @@ -<?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="" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="../../../Externals/CLRun/include" - 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="" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="../../../Externals/CLRun/include" - 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="" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="2" - AdditionalIncludeDirectories="../../../Externals/CLRun/include" - 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="" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="../../../Externals/CLRun/include" - 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="" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="../../../Externals/CLRun/include" - 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="" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="../../../Externals/CLRun/include" - 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="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\aes.h" - > - </File> - <File - RelativePath=".\Src\Crypto\aes_cbc.cpp" - > - </File> - <File - RelativePath=".\Src\Crypto\aes_core.cpp" - > - </File> - <File - RelativePath=".\Src\Crypto\aes_locl.h" - > - </File> - <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.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\ExtendedTrace.cpp" - > - </File> - <File - RelativePath=".\Src\ExtendedTrace.h" - > - </File> - <File - RelativePath=".\Src\FifoQueue.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.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\NandPaths.cpp" - > - </File> - <File - RelativePath=".\Src\NandPaths.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\StdThread.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\Version.cpp" - > - </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> - <File - RelativePath=".\Src\VideoBackendBase.cpp" - > - </File> - <File - RelativePath=".\Src\VideoBackendBase.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/Common/SVNRevGen.vcproj b/Source/Core/Common/SVNRevGen.vcproj deleted file mode 100644 index 1ecfefb805..0000000000 --- a/Source/Core/Common/SVNRevGen.vcproj +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="SVNRevGen" - ProjectGUID="{B807E8DB-4241-4754-BC2A-2F435BCA881A}" - RootNamespace="SVNRevGen" - TargetFrameworkVersion="196613" - > - <Platforms> - <Platform - Name="Win32" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(SolutionDir)$(ConfigurationName)" - IntermediateDirectory="$(ConfigurationName)" - ConfigurationType="10" - CharacterSet="2" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="cscript /nologo /E:JScript "make_svnrev.h.js"" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\make_svnrev.h.js" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/Core/Core.vcproj b/Source/Core/Core/Core.vcproj deleted file mode 100644 index fb933283de..0000000000 --- a/Source/Core/Core/Core.vcproj +++ /dev/null @@ -1,2083 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="Core" - ProjectGUID="{F0B874CB-4476-4199-9315-8343D05AE684}" - RootNamespace="Core" - 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" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=".\Src;.\Core\Core\Src;.\Core\Core\Src\Debugger;..\Common\Src;..\VideoCommon\Src;..\DiscIO\Src;..\AudioCommon\Src;..\..\Core\InputCommon\Src;..\..\..\Externals\LZO;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\zlib;..\..\..\Externals\SFML\include" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - BufferSecurityCheck="true" - FloatingPointModel="0" - UsePrecompiledHeader="2" - AssemblerListingLocation="$(IntDir)\" - WarningLevel="3" - DebugInformationFormat="4" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="setupapi.lib" - OutputFile="$(OutDir)/Core.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\LZO\$(OutDir)\lzo.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" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories=".\Src;.\Core\Core\Src;.\Core\Core\Src\Debugger;..\Common\Src;..\VideoCommon\Src;..\DiscIO\Src;..\AudioCommon\Src;..\..\Core\InputCommon\Src;..\..\..\Externals\LZO;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\zlib;..\..\..\Externals\SFML\include" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - BufferSecurityCheck="true" - FloatingPointModel="0" - UsePrecompiledHeader="2" - AssemblerListingLocation="$(IntDir)\" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="setupapi.lib" - OutputFile="$(OutDir)/Core.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\LZO\$(OutDir)\lzo.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" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - EnableFiberSafeOptimizations="false" - AdditionalIncludeDirectories=".\Src;.\Core\Core\Src;.\Core\Core\Src\Debugger;..\Common\Src;..\VideoCommon\Src;..\DiscIO\Src;..\AudioCommon\Src;..\..\Core\InputCommon\Src;..\..\..\Externals\LZO;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\zlib;..\..\..\Externals\SFML\include" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - StringPooling="true" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableEnhancedInstructionSet="2" - FloatingPointModel="0" - UsePrecompiledHeader="2" - AssemblerListingLocation="$(IntDir)\" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="setupapi.lib" - OutputFile="$(OutDir)/Core.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\LZO\$(OutDir)\lzo.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" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="3" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - EnableFiberSafeOptimizations="false" - WholeProgramOptimization="false" - AdditionalIncludeDirectories=".\Src;.\Core\Core\Src;.\Core\Core\Src\Debugger;..\Common\Src;..\VideoCommon\Src;..\DiscIO\Src;..\AudioCommon\Src;..\..\Core\InputCommon\Src;..\..\..\Externals\LZO;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\zlib;..\..\..\Externals\SFML\include" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - StringPooling="true" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableEnhancedInstructionSet="0" - FloatingPointModel="0" - UsePrecompiledHeader="2" - AssemblerListingLocation="$(IntDir)\" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="setupapi.lib" - OutputFile="$(OutDir)/Core.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\LZO\$(OutDir)\lzo.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" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - EnableFiberSafeOptimizations="false" - AdditionalIncludeDirectories=".\Src;.\Core\Core\Src;.\Core\Core\Src\Debugger;..\Common\Src;..\VideoCommon\Src;..\DiscIO\Src;..\AudioCommon\Src;..\..\Core\InputCommon\Src;..\..\..\Externals\LZO;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\zlib;..\..\..\Externals\SFML\include" - PreprocessorDefinitions="NDEBUG;_LIB;DEBUGFAST;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - RuntimeLibrary="0" - BufferSecurityCheck="true" - EnableEnhancedInstructionSet="2" - FloatingPointModel="0" - UsePrecompiledHeader="2" - AssemblerListingLocation="$(IntDir)\" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="setupapi.lib" - OutputFile="$(OutDir)/Core.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\LZO\$(OutDir)\lzo.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" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="true" - EnableFiberSafeOptimizations="false" - AdditionalIncludeDirectories=".\Src;.\Core\Core\Src;.\Core\Core\Src\Debugger;..\Common\Src;..\VideoCommon\Src;..\DiscIO\Src;..\AudioCommon\Src;..\..\Core\InputCommon\Src;..\..\..\Externals\LZO;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\zlib;..\..\..\Externals\SFML\include" - PreprocessorDefinitions="NDEBUG;_LIB;DEBUGFAST;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - RuntimeLibrary="0" - BufferSecurityCheck="false" - FloatingPointModel="0" - UsePrecompiledHeader="2" - AssemblerListingLocation="$(IntDir)\" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="setupapi.lib" - OutputFile="$(OutDir)/Core.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\LZO\$(OutDir)\lzo.lib"" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Interpreter" - > - <File - RelativePath=".\Src\DSP\DspIntArithmetic.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DspIntBranch.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPIntCCUtil.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPIntCCUtil.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPIntExtOps.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPIntExtOps.h" - > - </File> - <File - RelativePath=".\Src\DSP\DspIntLoadStore.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DspIntMisc.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DspIntMultiplier.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPIntUtil.h" - > - </File> - </Filter> - <Filter - Name="HLE" - > - <File - RelativePath=".\Src\Hle\HLE.cpp" - > - </File> - <File - RelativePath=".\Src\Hle\HLE.h" - > - </File> - <File - RelativePath=".\Src\HLE\HLE_Misc.cpp" - > - </File> - <File - RelativePath=".\Src\HLE\HLE_Misc.h" - > - </File> - <File - RelativePath=".\Src\Hle\HLE_OS.cpp" - > - </File> - <File - RelativePath=".\Src\Hle\HLE_OS.h" - > - </File> - </Filter> - <Filter - Name="HW" - > - <File - RelativePath=".\Src\Hw\CPU.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\CPU.h" - > - </File> - <File - RelativePath=".\Src\Hw\HW.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\HW.h" - > - </File> - <File - RelativePath=".\Src\Hw\Memmap.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\Memmap.h" - > - </File> - <File - RelativePath=".\Src\HW\MemmapFunctions.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SystemTimers.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SystemTimers.h" - > - </File> - <Filter - Name="EXI - Expansion Interface" - > - <File - RelativePath=".\Src\Hw\EXI.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\EXI.h" - > - </File> - <File - RelativePath=".\Src\HW\EXI_Channel.cpp" - > - </File> - <File - RelativePath=".\Src\HW\EXI_Channel.h" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_Device.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_Device.h" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_DeviceAD16.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_DeviceAD16.h" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceAMBaseboard.cpp" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceAMBaseboard.h" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceEthernet.cpp" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceEthernet.h" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceGecko.cpp" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceGecko.h" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_DeviceIPL.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_DeviceIPL.h" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_DeviceMemoryCard.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\EXI_DeviceMemoryCard.h" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceMic.cpp" - > - </File> - <File - RelativePath=".\Src\HW\EXI_DeviceMic.h" - > - </File> - <File - RelativePath=".\Src\HW\Sram.cpp" - > - </File> - <File - RelativePath=".\Src\HW\Sram.h" - > - </File> - <File - RelativePath=".\Src\HW\BBA-TAP\TAP_Win32.cpp" - > - </File> - <File - RelativePath=".\Src\HW\BBA-TAP\TAP_Win32.h" - > - </File> - </Filter> - <Filter - Name="SI - Serial Interface" - > - <File - RelativePath=".\Src\HW\SI.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SI.h" - > - </File> - <File - RelativePath=".\Src\HW\SI_Device.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SI_Device.h" - > - </File> - <File - RelativePath=".\Src\HW\SI_DeviceAMBaseboard.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SI_DeviceAMBaseboard.h" - > - </File> - <File - RelativePath=".\Src\HW\SI_DeviceGBA.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SI_DeviceGBA.h" - > - </File> - <File - RelativePath=".\Src\HW\SI_DeviceGCController.cpp" - > - </File> - <File - RelativePath=".\Src\HW\SI_DeviceGCController.h" - > - </File> - </Filter> - <Filter - Name="MI - Memory Interface" - > - <File - RelativePath=".\Src\HW\MemoryInterface.cpp" - > - </File> - <File - RelativePath=".\Src\HW\MemoryInterface.h" - > - </File> - </Filter> - <Filter - Name="AI - Audio Interface" - > - <File - RelativePath=".\Src\Hw\AudioInterface.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\AudioInterface.h" - > - </File> - <File - RelativePath=".\Src\HW\StreamADPCM.cpp" - > - </File> - <File - RelativePath=".\Src\HW\StreamADPCM.h" - > - </File> - </Filter> - <Filter - Name="DSP" - > - <File - RelativePath=".\Src\Hw\DSP.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\DSP.h" - > - </File> - <Filter - Name="HLE" - > - <File - RelativePath=".\Src\HW\DSPHLE\DSPHLE.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\DSPHLE.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\HLEMixer.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\HLEMixer.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\MailHandler.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\MailHandler.h" - > - </File> - <Filter - Name="UCodes" - > - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AX.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AX.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AX_ADPCM.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AX_Voice.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AXStructs.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AXWii.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_AXWii.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_CARD.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_CARD.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_GBA.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_GBA.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_InitAudioSystem.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_InitAudioSystem.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_ROM.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_ROM.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_Zelda.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_Zelda.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_Zelda_ADPCM.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_Zelda_Obsolete.txt" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_Zelda_Synth.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCode_Zelda_Voice.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCodes.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPHLE\UCodes\UCodes.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="LLE" - > - <File - RelativePath=".\Src\HW\DSPLLE\DSPDebugInterface.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPDebugInterface.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPHost.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPLLE.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPLLE.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPLLEGlobals.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPLLEGlobals.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPLLETools.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPLLETools.h" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPSymbols.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DSPLLE\DSPSymbols.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="DI - DVD Interface" - > - <File - RelativePath=".\Src\HW\DVDInterface.cpp" - > - </File> - <File - RelativePath=".\Src\HW\DVDInterface.h" - > - </File> - </Filter> - <Filter - Name="GP - Gather Pipe Fifo" - > - <File - RelativePath=".\Src\Hw\GPFifo.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\GPFifo.h" - > - </File> - </Filter> - <Filter - Name="VI - Video Interface" - > - <File - RelativePath=".\Src\Hw\VideoInterface.cpp" - > - </File> - <File - RelativePath=".\Src\Hw\VideoInterface.h" - > - </File> - </Filter> - <Filter - Name="PI - Processor Interface" - > - <File - RelativePath=".\Src\HW\ProcessorInterface.cpp" - > - </File> - <File - RelativePath=".\Src\HW\ProcessorInterface.h" - > - </File> - </Filter> - <Filter - Name="WII_IOB - IO Bridge" - > - <File - RelativePath=".\Src\HW\WII_IOB.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WII_IOB.h" - > - </File> - </Filter> - <Filter - Name="WII_IPC" - > - <File - RelativePath=".\Src\HW\WII_IPC.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WII_IPC.h" - > - </File> - </Filter> - <Filter - Name="GCPad" - > - <File - RelativePath=".\Src\HW\GCPad.cpp" - > - </File> - <File - RelativePath=".\Src\HW\GCPad.h" - > - </File> - <File - RelativePath=".\Src\HW\GCPadEmu.cpp" - > - </File> - <File - RelativePath=".\Src\HW\GCPadEmu.h" - > - </File> - </Filter> - <Filter - Name="Wiimote" - > - <File - RelativePath=".\Src\HW\Wiimote.cpp" - > - </File> - <File - RelativePath=".\Src\HW\Wiimote.h" - > - </File> - <Filter - Name="Emu" - > - <File - RelativePath=".\Src\HW\WiimoteEmu\EmuSubroutines.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Encryption.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Encryption.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\MatrixMath.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Speaker.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\UDPTLayer.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\WiimoteEmu.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\WiimoteEmu.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\WiimoteHid.h" - > - </File> - <Filter - Name="Attachment" - > - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Attachment.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Attachment.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Classic.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Classic.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Drums.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Drums.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Guitar.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Guitar.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Nunchuk.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Nunchuk.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Turntable.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteEmu\Attachment\Turntable.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="Real" - > - <File - RelativePath=".\Src\HW\WiimoteReal\IOWin.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteReal\WiimoteReal.cpp" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteReal\WiimoteReal.h" - > - </File> - <File - RelativePath=".\Src\HW\WiimoteReal\WiimoteRealBase.h" - > - </File> - </Filter> - </Filter> - </Filter> - <Filter - Name="PowerPC" - > - <File - RelativePath=".\Src\PowerPC\Gekko.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\LUT_frsqrtex.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\LUT_frsqrtex.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\PowerPC.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\PowerPC.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCAnalyst.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCAnalyst.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCCache.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCCache.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCSymbolDB.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCSymbolDB.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCTables.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\PPCTables.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Profiler.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Profiler.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\SignatureDB.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\SignatureDB.h" - > - </File> - <Filter - Name="Interpreter" - > - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_Branch.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_FloatingPoint.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_FPUtils.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_Integer.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_LoadStore.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_LoadStorePaired.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_Paired.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_SystemRegisters.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_Tables.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Interpreter\Interpreter_Tables.h" - > - </File> - </Filter> - <Filter - Name="Jit64" - > - <File - RelativePath=".\Src\PowerPC\Jit64\Jit.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit64_Tables.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit64_Tables.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_Branch.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_FloatingPoint.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_Integer.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_LoadStore.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_LoadStoreFloating.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_LoadStorePaired.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_Paired.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\Jit_SystemRegisters.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\JitAsm.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\JitAsm.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\JitRegCache.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64\JitRegCache.h" - > - </File> - </Filter> - <Filter - Name="JitIL" - > - <File - RelativePath=".\Src\PowerPC\Jit64IL\IR.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\IR.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\IR_X86.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_Branch.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_FloatingPoint.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_Integer.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_LoadStore.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_LoadStoreFloating.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_LoadStorePaired.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_Paired.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_SystemRegisters.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_Tables.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitIL_Tables.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitILAsm.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\Jit64IL\JitILAsm.h" - > - </File> - </Filter> - <Filter - Name="JitCommon" - > - <File - RelativePath=".\Src\PowerPC\JitCommon\Jit_Util.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\Jit_Util.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitAsmCommon.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitAsmCommon.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitBackpatch.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitBackpatch.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitBase.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitBase.h" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitCache.cpp" - > - </File> - <File - RelativePath=".\Src\PowerPC\JitCommon\JitCache.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="Debugger" - > - <File - RelativePath=".\Src\Debugger\Debugger_SymbolMap.cpp" - > - </File> - <File - RelativePath=".\Src\Debugger\Debugger_SymbolMap.h" - > - </File> - <File - RelativePath=".\Src\Debugger\Dump.cpp" - > - </File> - <File - RelativePath=".\Src\Debugger\GCELF.h" - > - </File> - <File - RelativePath=".\Src\Debugger\PPCDebugInterface.cpp" - > - </File> - <File - RelativePath=".\Src\Debugger\PPCDebugInterface.h" - > - </File> - </Filter> - <Filter - Name="Boot" - > - <File - RelativePath=".\Src\Boot\Boot.cpp" - > - </File> - <File - RelativePath=".\Src\Boot\Boot.h" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_BS2Emu.cpp" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_DOL.cpp" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_DOL.h" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_ELF.cpp" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_ELF.h" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_WiiWAD.cpp" - > - </File> - <File - RelativePath=".\Src\Boot\Boot_WiiWAD.h" - > - </File> - <File - RelativePath=".\Src\Boot\ElfReader.cpp" - > - </File> - <File - RelativePath=".\Src\Boot\ElfReader.h" - > - </File> - <File - RelativePath=".\Src\Boot\ElfTypes.h" - > - </File> - </Filter> - <Filter - Name="ActionReplay" - > - <File - RelativePath=".\Src\ActionReplay.cpp" - > - </File> - <File - RelativePath=".\Src\ActionReplay.h" - > - </File> - <File - RelativePath=".\Src\ARDecrypt.cpp" - > - </File> - <File - RelativePath=".\Src\ARDecrypt.h" - > - </File> - </Filter> - <Filter - Name="IPC HLE" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_stm.h" - > - </File> - <Filter - Name="Keyboard" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_usb_kbd.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_usb_kbd.h" - > - </File> - </Filter> - <Filter - Name="USB/BT/Wiimote" - > - <File - RelativePath=".\Src\IPC_HLE\hci.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\l2cap.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_usb.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_WiiMote.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_WiiMote.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WiiMote_HID_Attr.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WiiMote_HID_Attr.h" - > - </File> - </Filter> - <Filter - Name="Net" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_net.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_net.h" - > - </File> - </Filter> - <Filter - Name="SDIO - SD card" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_sdio_slot0.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_sdio_slot0.h" - > - </File> - </Filter> - <Filter - Name="DI -DVD Interface" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_DI.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_DI.h" - > - </File> - </Filter> - <Filter - Name="ES" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_es.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_es.h" - > - </File> - </Filter> - <Filter - Name="FS" - > - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_FileIO.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_FileIO.h" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_fs.cpp" - > - </File> - <File - RelativePath=".\Src\IPC_HLE\WII_IPC_HLE_Device_fs.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="GeckoCode" - > - <File - RelativePath=".\Src\GeckoCode.cpp" - > - </File> - <File - RelativePath=".\Src\GeckoCode.h" - > - </File> - <File - RelativePath=".\Src\GeckoCodeConfig.cpp" - > - </File> - <File - RelativePath=".\Src\GeckoCodeConfig.h" - > - </File> - </Filter> - <Filter - Name="DSPEmu" - > - <File - RelativePath=".\Src\DSP\assemble.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\assemble.h" - > - </File> - <File - RelativePath=".\Src\DSP\disassemble.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\disassemble.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPAccelerator.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPAccelerator.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPAnalyzer.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPAnalyzer.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPBreakpoints.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPCodeUtil.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPCodeUtil.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPCommon.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPCore.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPCore.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPHost.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPHWInterface.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPHWInterface.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPInterpreter.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPInterpreter.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPMemoryMap.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPMemoryMap.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPStacks.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPStacks.h" - > - </File> - <File - RelativePath=".\Src\DSP\DSPTables.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPTables.h" - > - </File> - <File - RelativePath=".\Src\DSP\LabelMap.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\LabelMap.h" - > - </File> - <Filter - Name="JIT" - > - <File - RelativePath=".\Src\DSP\DSPEmitter.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\DSPEmitter.h" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitArithmetic.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitBranch.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitCCUtil.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitExtOps.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitLoadStore.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitMisc.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitMultiplier.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitRegCache.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitRegCache.h" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitUtil.cpp" - > - </File> - <File - RelativePath=".\Src\DSP\Jit\DSPJitUtil.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="NetPlay" - > - <File - RelativePath=".\Src\NetPlay.cpp" - > - </File> - <File - RelativePath=".\Src\NetPlay.h" - > - </File> - <File - RelativePath=".\Src\NetPlayClient.cpp" - > - </File> - <File - RelativePath=".\Src\NetPlayServer.cpp" - > - </File> - </Filter> - <File - RelativePath=".\CMakeLists.txt" - > - </File> - <File - RelativePath=".\Src\ConfigManager.cpp" - > - </File> - <File - RelativePath=".\Src\ConfigManager.h" - > - </File> - <File - RelativePath=".\Src\Console.cpp" - > - </File> - <File - RelativePath=".\Src\Console.h" - > - </File> - <File - RelativePath=".\Src\Core.cpp" - > - </File> - <File - RelativePath=".\Src\Core.h" - > - </File> - <File - RelativePath=".\Src\CoreParameter.cpp" - > - </File> - <File - RelativePath=".\Src\CoreParameter.h" - > - </File> - <File - RelativePath=".\Src\CoreRerecording.cpp" - > - </File> - <File - RelativePath=".\Src\CoreTiming.cpp" - > - </File> - <File - RelativePath=".\Src\CoreTiming.h" - > - </File> - <File - RelativePath=".\Src\DSPEmulator.cpp" - > - </File> - <File - RelativePath=".\Src\DSPEmulator.h" - > - </File> - <File - RelativePath=".\Src\Host.h" - > - </File> - <File - RelativePath=".\Src\MemTools.cpp" - > - </File> - <File - RelativePath=".\Src\MemTools.h" - > - </File> - <File - RelativePath=".\Src\OnFrame.cpp" - > - </File> - <File - RelativePath=".\Src\OnFrame.h" - > - </File> - <File - RelativePath=".\Src\PatchEngine.cpp" - > - </File> - <File - RelativePath=".\Src\PatchEngine.h" - > - </File> - <File - RelativePath=".\Src\SConscript" - > - </File> - <File - RelativePath=".\Src\SConscript" - > - </File> - <File - RelativePath=".\Src\State.cpp" - > - </File> - <File - RelativePath=".\Src\State.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\Tracer.cpp" - > - </File> - <File - RelativePath=".\Src\Tracer.h" - > - </File> - <File - RelativePath=".\Src\VolumeHandler.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeHandler.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/DebuggerUICommon/DebuggerUICommon.vcproj b/Source/Core/DebuggerUICommon/DebuggerUICommon.vcproj deleted file mode 100644 index e29233443b..0000000000 --- a/Source/Core/DebuggerUICommon/DebuggerUICommon.vcproj +++ /dev/null @@ -1,440 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="DebuggerUICommon" - ProjectGUID="{F81AE75C-3D17-4D8C-A201-82FA5351C123}" - RootNamespace="DebuggerUICommon" - Keyword="Win32Proj" - 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="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - 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="..\Common\Src;..\Core\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="2" - EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - 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="..\Common\Src;..\Core\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - 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" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\Src\CodeView.cpp" - > - </File> - <File - RelativePath=".\Src\CodeView.h" - > - </File> - <File - RelativePath=".\Src\DebuggerUIUtil.cpp" - > - </File> - <File - RelativePath=".\Src\DebuggerUIUtil.h" - > - </File> - <File - RelativePath=".\Src\MemoryView.cpp" - > - </File> - <File - RelativePath=".\Src\MemoryView.h" - > - </File> - <File - RelativePath=".\Src\SConscript" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/DebuggerWX/DebuggerWX.vcproj b/Source/Core/DebuggerWX/DebuggerWX.vcproj deleted file mode 100644 index 619722da42..0000000000 --- a/Source/Core/DebuggerWX/DebuggerWX.vcproj +++ /dev/null @@ -1,902 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="Debugger" - ProjectGUID="{4D3CD4C5-412B-4B49-9B1B-A68A2A129C77}" - RootNamespace="DebuggerWX" - 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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\VideoUICommon\Src;..\VideoCommon\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\DebuggerUICommon\Src" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="4" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="comctl32.lib rpcrt4.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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\VideoUICommon\Src;..\VideoCommon\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\DebuggerUICommon\Src" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - ExceptionHandling="2" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="comctl32.lib rpcrt4.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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\VideoUICommon\Src;..\VideoCommon\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\DebuggerUICommon\Src" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableEnhancedInstructionSet="2" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="rpcrt4.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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\VideoUICommon\Src;..\VideoCommon\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\DebuggerUICommon\Src" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="rpcrt4.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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\VideoUICommon\Src;..\VideoCommon\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\DebuggerUICommon\Src" - PreprocessorDefinitions="WIN32;__WXMSW__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;DEBUGFAST" - MinimalRebuild="true" - BasicRuntimeChecks="0" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableEnhancedInstructionSet="2" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="comctl32.lib rpcrt4.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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\VideoUICommon\Src;..\VideoCommon\Src;..\InputCommon\Src;..\..\..\Externals\Bochs_disasm;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\DebuggerUICommon\Src" - PreprocessorDefinitions="WIN32;__WXMSW__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;DEBUGFAST" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="0" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="comctl32.lib rpcrt4.lib" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Controls" - > - <File - RelativePath=".\src\BreakpointView.cpp" - > - </File> - <File - RelativePath=".\src\BreakpointView.h" - > - </File> - <File - RelativePath=".\src\RegisterView.cpp" - > - </File> - <File - RelativePath=".\src\RegisterView.h" - > - </File> - </Filter> - <Filter - Name="Resources" - > - <File - RelativePath=".\resources\toolbar_add_breakpoint.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\resources\toolbar_add_memorycheck.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\resources\toolbar_delete.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\resources\toolbar_pause.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\resources\toolbar_play.c" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - CompileAs="2" - /> - </FileConfiguration> - </File> - </Filter> - <File - RelativePath=".\Src\BreakpointDlg.cpp" - > - </File> - <File - RelativePath=".\Src\BreakpointDlg.h" - > - </File> - <File - RelativePath=".\src\BreakpointWindow.cpp" - > - </File> - <File - RelativePath=".\src\BreakpointWindow.h" - > - </File> - <File - RelativePath=".\CMakeLists.txt" - > - </File> - <File - RelativePath=".\src\CodeWindow.cpp" - > - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - Optimization="0" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\CodeWindow.h" - > - </File> - <File - RelativePath=".\Src\CodeWindowFunctions.cpp" - > - </File> - <File - RelativePath=".\Src\DSPDebugWindow.cpp" - > - </File> - <File - RelativePath=".\Src\DSPDebugWindow.h" - > - </File> - <File - RelativePath=".\Src\DSPRegisterView.cpp" - > - </File> - <File - RelativePath=".\Src\DSPRegisterView.h" - > - </File> - <File - RelativePath=".\src\JitWindow.cpp" - > - </File> - <File - RelativePath=".\src\JitWindow.h" - > - </File> - <File - RelativePath=".\src\MemoryCheckDlg.cpp" - > - </File> - <File - RelativePath=".\src\MemoryCheckDlg.h" - > - </File> - <File - RelativePath=".\src\MemoryWindow.cpp" - > - </File> - <File - RelativePath=".\src\MemoryWindow.h" - > - </File> - <File - RelativePath=".\src\RegisterWindow.cpp" - > - </File> - <File - RelativePath=".\src\RegisterWindow.h" - > - </File> - <File - RelativePath=".\src\SConscript" - > - </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> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/DiscIO/DiscIO.vcproj b/Source/Core/DiscIO/DiscIO.vcproj deleted file mode 100644 index 6bf57643b5..0000000000 --- a/Source/Core/DiscIO/DiscIO.vcproj +++ /dev/null @@ -1,660 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="DiscIO" - ProjectGUID="{B7F1A9FB-BEA8-416E-9460-AE35A6A5165C}" - RootNamespace="DiscIO" - 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" - CharacterSet="2" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\Common\Src;..\..\..\Externals\zlib" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="4" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|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="0" - AdditionalIncludeDirectories="..\Common\Src;..\..\..\Externals\zlib" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(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" - AdditionalIncludeDirectories="..\Common\Src;..\..\..\Externals\zlib" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableEnhancedInstructionSet="2" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|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" - AdditionalOptions="/MP" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="..\Common\Src;..\..\..\Externals\zlib" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|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" - AdditionalIncludeDirectories="..\Common\Src;..\..\..\Externals\zlib" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;" - RuntimeLibrary="0" - EnableEnhancedInstructionSet="2" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|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" - AdditionalIncludeDirectories="..\Common\Src;..\..\..\Externals\zlib" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0" - RuntimeLibrary="0" - UsePrecompiledHeader="2" - WarningLevel="3" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Volume" - > - <File - RelativePath=".\Src\FileMonitor.cpp" - > - </File> - <File - RelativePath=".\Src\FileMonitor.h" - > - </File> - <File - RelativePath=".\Src\Volume.h" - > - </File> - <File - RelativePath=".\Src\VolumeCommon.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeCreator.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeCreator.h" - > - </File> - <File - RelativePath=".\Src\VolumeDirectory.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeDirectory.h" - > - </File> - <File - RelativePath=".\Src\VolumeGC.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeGC.h" - > - </File> - <File - RelativePath=".\Src\VolumeWad.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeWad.h" - > - </File> - <File - RelativePath=".\Src\VolumeWiiCrypted.cpp" - > - </File> - <File - RelativePath=".\Src\VolumeWiiCrypted.h" - > - </File> - <Filter - Name="Blob" - > - <File - RelativePath=".\Src\Blob.cpp" - > - </File> - <File - RelativePath=".\Src\Blob.h" - > - </File> - <File - RelativePath=".\Src\CISOBlob.cpp" - > - </File> - <File - RelativePath=".\Src\CISOBlob.h" - > - </File> - <File - RelativePath=".\Src\CompressedBlob.cpp" - > - </File> - <File - RelativePath=".\Src\CompressedBlob.h" - > - </File> - <File - RelativePath=".\Src\DriveBlob.cpp" - > - </File> - <File - RelativePath=".\Src\DriveBlob.h" - > - </File> - <File - RelativePath=".\Src\FileBlob.cpp" - > - </File> - <File - RelativePath=".\Src\FileBlob.h" - > - </File> - </Filter> - </Filter> - <Filter - Name="FileSystem" - > - <File - RelativePath=".\Src\Filesystem.cpp" - > - </File> - <File - RelativePath=".\Src\Filesystem.h" - > - </File> - <File - RelativePath=".\Src\FileSystemGCWii.cpp" - > - </File> - <File - RelativePath=".\Src\FileSystemGCWii.h" - > - </File> - </Filter> - <Filter - Name="FileHandler" - > - <File - RelativePath=".\Src\BannerLoader.cpp" - > - </File> - <File - RelativePath=".\Src\BannerLoader.h" - > - </File> - <File - RelativePath=".\Src\BannerLoaderGC.cpp" - > - </File> - <File - RelativePath=".\Src\BannerLoaderGC.h" - > - </File> - <File - RelativePath=".\Src\BannerLoaderWii.cpp" - > - </File> - <File - RelativePath=".\Src\BannerLoaderWii.h" - > - </File> - <File - RelativePath=".\Src\FileHandlerARC.cpp" - > - </File> - <File - RelativePath=".\Src\FileHandlerARC.h" - > - </File> - </Filter> - <Filter - Name="NAND" - > - <File - RelativePath=".\Src\NANDContentLoader.cpp" - > - </File> - <File - RelativePath=".\Src\NANDContentLoader.h" - > - </File> - <File - RelativePath=".\Src\WiiWAD.cpp" - > - </File> - <File - RelativePath=".\Src\WiiWAD.h" - > - </File> - </Filter> - <Filter - Name="DiscScrubber" - > - <File - RelativePath=".\Src\DiscScrubber.cpp" - > - </File> - <File - RelativePath=".\Src\DiscScrubber.h" - > - </File> - </Filter> - <File - RelativePath=".\Src\SConscript" - > - </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> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj b/Source/Core/DolphinWX/DolphinWX.vcproj deleted file mode 100644 index b2ddf3180f..0000000000 --- a/Source/Core/DolphinWX/DolphinWX.vcproj +++ /dev/null @@ -1,1237 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="Dolphin" - ProjectGUID="{A72606EF-C5C1-4954-90AD-F0F93A8D97D9}" - RootNamespace="DolphinWX" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - <Platform - Name="x64" - /> - </Platforms> - <ToolFiles> - </ToolFiles> - <Configurations> - <Configuration - Name="Release|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - ExcludedFromBuild="false" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="WIN32,__WXMSW__,_WINDOWS,NOPCH" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\vc_msw/toolbar.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="3" - InlineFunctionExpansion="0" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\AudioCommon\Src;..\InputCommon\Src;..\DebuggerWX\src;..\DebuggerUICommon\Src;..\DiscIO\Src;..\AudioCommon\Src..\InputCommon\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\SFML\include;..\..\..\Externals\CLRun\include" - PreprocessorDefinitions="WIN32;__WXMSW__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - StringPooling="false" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableFunctionLevelLinking="false" - EnableEnhancedInstructionSet="2" - FloatingPointModel="0" - RuntimeTypeInfo="false" - UsePrecompiledHeader="2" - PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - WarningLevel="4" - WarnAsError="false" - SuppressStartupBanner="true" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="__WXMSW__,_WINDOWS,NOPCH" - Culture="1033" - AdditionalIncludeDirectories=".\..\..\lib\vc_lib\msw;.\..\..\include;.;.\..\..\samples" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="Iphlpapi.lib comctl32.lib rpcrt4.lib winmm.lib wxbase28u.lib wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_aui.lib" - OutputFile="../../../Binary/$(PlatformName)/Dolphin.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories=""..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)";../../../Externals/OpenAL/Win32/;"..\..\..\Externals\SDL\$(PlatformName)"" - IgnoreAllDefaultLibraries="false" - IgnoreDefaultLibraryNames="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" - GenerateMapFile="false" - MapFileName="$(TargetDir)linkermap.map" - SubSystem="2" - BaseAddress="0x00400000" - RandomizedBaseAddress="1" - DataExecutionPrevention="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\vc_msw/toolbar.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - Description="Copying Data\* to $(TargetDir)" - CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /e /s /y /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /e /s /y /q /d
xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /e /s /y /q /d
" - ExcludedFromBuild="false" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - ExcludedFromBuild="false" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="WIN32,__WXMSW__,_WINDOWS,NOPCH" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="3" - TypeLibraryName=".\vc_msw/toolbar.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="3" - InlineFunctionExpansion="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="false" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\AudioCommon\Src;..\InputCommon\Src;..\DebuggerWX\src;..\DebuggerUICommon\Src;..\DiscIO\Src;..\AudioCommon\Src..\InputCommon\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\SFML\include;..\..\..\Externals\CLRun\include" - PreprocessorDefinitions="WIN32;__WXMSW__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - StringPooling="true" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableFunctionLevelLinking="false" - FloatingPointModel="0" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - WarningLevel="4" - WarnAsError="false" - SuppressStartupBanner="true" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="__WXMSW__,_WINDOWS,NOPCH" - Culture="1033" - AdditionalIncludeDirectories=".\..\..\lib\vc_lib\msw;.\..\..\include;.;.\..\..\samples" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="Iphlpapi.lib comctl32.lib rpcrt4.lib wxbase28u.lib wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_aui.lib" - OutputFile="../../../Binary/$(PlatformName)/Dolphin.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories=""..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)";../../../Externals/OpenAL/Win64/;"..\..\..\Externals\SDL\$(PlatformName)"" - IgnoreAllDefaultLibraries="false" - IgnoreDefaultLibraryNames="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" - SubSystem="2" - BaseAddress="0x00400000" - RandomizedBaseAddress="1" - FixedBaseAddress="1" - DataExecutionPrevention="2" - TargetMachine="17" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\vc_msw/toolbar.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - Description="Copying Data\* to $(TargetDir)" - CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /y /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg64\*.dll" "$(TargetDir)" /s /e /y /q /d
xcopy "$(SolutionDir)..\Externals\SDL\x64\*.dll" "$(TargetDir)" /s /e /y /q /d
" - ExcludedFromBuild="false" - /> - </Configuration> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - ExcludedFromBuild="false" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="WIN32,_DEBUG,__WXMSW__,__WXDEBUG__,_WINDOWS,NOPCH" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\vc_mswd/toolbar.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\AudioCommon\Src;..\InputCommon\Src;..\DebuggerWX\src;..\DebuggerUICommon\Src;..\DiscIO\Src;..\AudioCommon\Src..\InputCommon\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\SFML\include;..\..\..\Externals\CLRun\include" - PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;__WXDEBUG__;_WINDOWS;NOPCH;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - FloatingPointModel="0" - TreatWChar_tAsBuiltInType="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - WarningLevel="4" - WarnAsError="false" - SuppressStartupBanner="true" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG,__WXMSW__,__WXDEBUG__,_WINDOWS,NOPCH" - Culture="1033" - AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswd;.\..\..\include;.;.\..\..\samples" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalOptions="/TLBID:1" - AdditionalDependencies="Iphlpapi.lib comctl32.lib rpcrt4.lib winmm.lib wxbase28ud.lib wxmsw28ud_core.lib wxmsw28ud_adv.lib wxmsw28ud_aui.lib" - OutputFile="../../../Binary/Win32/DolphinD.exe" - LinkIncremental="2" - SuppressStartupBanner="true" - AdditionalLibraryDirectories=""..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)";../../../Externals/OpenAL/Win32/;"..\..\..\Externals\SDL\$(PlatformName)"" - IgnoreDefaultLibraryNames="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" - SubSystem="2" - BaseAddress="0x00400000" - RandomizedBaseAddress="1" - DataExecutionPrevention="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\vc_mswd/toolbar.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - Description="Copying Data\* to $(TargetDir)" - CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /e /s /y /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /e /s /y /q /d
xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /e /s /y /q /d
" - ExcludedFromBuild="false" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - ExcludedFromBuild="false" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="WIN32,_DEBUG,__WXMSW__,__WXDEBUG__,_WINDOWS,NOPCH" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="3" - TypeLibraryName=".\vc_mswd/toolbar.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\AudioCommon\Src;..\InputCommon\Src;..\DebuggerWX\src;..\DebuggerUICommon\Src;..\DiscIO\Src;..\AudioCommon\Src..\InputCommon\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\SFML\include;..\..\..\Externals\CLRun\include" - PreprocessorDefinitions="WIN32;_DEBUG;__WXMSW__;__WXDEBUG__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - FloatingPointModel="0" - TreatWChar_tAsBuiltInType="true" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - WarningLevel="4" - WarnAsError="false" - SuppressStartupBanner="true" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="_DEBUG,__WXMSW__,__WXDEBUG__,_WINDOWS,NOPCH" - Culture="1033" - AdditionalIncludeDirectories=".\..\..\lib\vc_lib\mswd;.\..\..\include;.;.\..\..\samples" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalOptions="/TLBID:1" - AdditionalDependencies="Iphlpapi.lib comctl32.lib rpcrt4.lib winmm.lib wxbase28ud.lib wxmsw28ud_core.lib wxmsw28ud_adv.lib wxmsw28ud_aui.lib" - OutputFile="../../../Binary/x64/DolphinD.exe" - LinkIncremental="2" - SuppressStartupBanner="true" - AdditionalLibraryDirectories=""..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)";../../../Externals/OpenAL/Win64/;"..\..\..\Externals\SDL\$(PlatformName)"" - IgnoreDefaultLibraryNames="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" - SubSystem="2" - BaseAddress="0x00400000" - RandomizedBaseAddress="1" - DataExecutionPrevention="2" - TargetMachine="17" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\vc_mswd/toolbar.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - Description="Copying Data\* to $(TargetDir)" - CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /y /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg64\*.dll" "$(TargetDir)" /s /e /y /q /d
xcopy "$(SolutionDir)..\Externals\SDL\x64\*.dll" "$(TargetDir)" /s /e /y /q /d
" - ExcludedFromBuild="false" - /> - </Configuration> - <Configuration - Name="DebugFast|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - ExcludedFromBuild="false" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="WIN32,__WXMSW__,_WINDOWS,NOPCH" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="1" - TypeLibraryName=".\vc_msw/toolbar.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\AudioCommon\Src;..\InputCommon\Src;..\DebuggerWX\src;..\DebuggerUICommon\Src;..\DiscIO\Src;..\AudioCommon\Src..\InputCommon\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\SFML\include;..\..\..\Externals\CLRun\include" - PreprocessorDefinitions="DEBUGFAST;WIN32;__WXMSW__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - StringPooling="true" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableFunctionLevelLinking="true" - EnableEnhancedInstructionSet="2" - FloatingPointModel="0" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - WarningLevel="4" - WarnAsError="false" - SuppressStartupBanner="true" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="__WXMSW__,_WINDOWS,NOPCH" - Culture="1033" - AdditionalIncludeDirectories=".\..\..\lib\vc_lib\msw;.\..\..\include;.;.\..\..\samples" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalOptions="/NODEFAULTLIB:msvcrt.lib
/NODEFAULTLIB:libcmtd.lib" - AdditionalDependencies="Iphlpapi.lib comctl32.lib rpcrt4.lib winmm.lib wxbase28u.lib wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_aui.lib" - OutputFile="../../../Binary/Win32/DolphinDF.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories=""..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)";../../../Externals/OpenAL/Win32/;"..\..\..\Externals\SDL\$(PlatformName)"" - IgnoreDefaultLibraryNames="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" - SubSystem="2" - LargeAddressAware="1" - BaseAddress="0x00400000" - RandomizedBaseAddress="1" - DataExecutionPrevention="2" - TargetMachine="1" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\vc_msw/toolbar.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - Description="Copying Data\* to $(TargetDir)" - CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /e /s /y /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg\*.dll" "$(TargetDir)" /e /s /y /q /d
xcopy "$(SolutionDir)..\Externals\SDL\win32\*.dll" "$(TargetDir)" /e /s /y /q /d
" - ExcludedFromBuild="false" - /> - </Configuration> - <Configuration - Name="DebugFast|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="1" - InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops" - UseOfMFC="0" - ATLMinimizesCRunTimeLibraryUsage="false" - CharacterSet="1" - > - <Tool - Name="VCPreBuildEventTool" - CommandLine="" - ExcludedFromBuild="false" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - PreprocessorDefinitions="WIN32,__WXMSW__,_WINDOWS,NOPCH" - MkTypLibCompatible="true" - SuppressStartupBanner="true" - TargetEnvironment="3" - TypeLibraryName=".\vc_msw/toolbar.tlb" - HeaderFileName="" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - AdditionalIncludeDirectories="..\Common\Src;..\Core\Src;..\AudioCommon\Src;..\InputCommon\Src;..\DebuggerWX\src;..\DebuggerUICommon\Src;..\DiscIO\Src;..\AudioCommon\Src..\InputCommon\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc;..\..\..\Externals\SFML\include;..\..\..\Externals\CLRun\include" - PreprocessorDefinitions="DEBUGFAST;WIN32;__WXMSW__;_WINDOWS;NOPCH;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS" - StringPooling="true" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - FloatingPointModel="0" - RuntimeTypeInfo="true" - UsePrecompiledHeader="2" - PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" - AssemblerListingLocation="$(IntDir)\" - ObjectFile="$(IntDir)\" - ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - WarningLevel="4" - WarnAsError="false" - SuppressStartupBanner="true" - DebugInformationFormat="3" - ForcedIncludeFiles="stdafx.h" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - PreprocessorDefinitions="__WXMSW__,_WINDOWS,NOPCH" - Culture="1033" - AdditionalIncludeDirectories=".\..\..\lib\vc_lib\msw;.\..\..\include;.;.\..\..\samples" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLinkerTool" - AdditionalDependencies="Iphlpapi.lib comctl32.lib rpcrt4.lib winmm.lib wxbase28u.lib wxmsw28u_core.lib wxmsw28u_adv.lib wxmsw28u_aui.lib" - OutputFile="../../../Binary/x64/DolphinDF.exe" - LinkIncremental="1" - SuppressStartupBanner="true" - AdditionalLibraryDirectories=""..\..\..\Externals\wxWidgets\lib\vc_lib\$(PlatformName)";../../../Externals/OpenAL/Win64/;"..\..\..\Externals\SDL\$(PlatformName)"" - IgnoreDefaultLibraryNames="" - GenerateDebugInformation="true" - ProgramDatabaseFile="$(PlatformName)\$(ConfigurationName)\$(TargetName).pdb" - GenerateMapFile="false" - SubSystem="2" - BaseAddress="0x00400000" - RandomizedBaseAddress="1" - DataExecutionPrevention="2" - TargetMachine="17" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCManifestTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - SuppressStartupBanner="true" - OutputFile=".\vc_msw/toolbar.bsc" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCAppVerifierTool" - /> - <Tool - Name="VCPostBuildEventTool" - Description="Copying Data\* to $(TargetDir)" - CommandLine="xcopy "$(SolutionDir)..\Data" "$(TargetDir)" /s /e /y /d
echo Copying External .dlls
xcopy "$(SolutionDir)..\Externals\Cg64\*.dll" "$(TargetDir)" /s /e /y /q /d
xcopy "$(SolutionDir)..\Externals\SDL\x64\*.dll" "$(TargetDir)" /s /e /y /q /d
" - ExcludedFromBuild="false" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Resources" - > - <File - RelativePath="..\..\..\Installer\Dolphin.ico" - > - </File> - <File - RelativePath=".\resources\Dolphin.xpm" - > - </File> - <File - RelativePath=".\DolphinWX.rc" - > - </File> - <File - RelativePath=".\resources\Flag_Europe.xpm" - > - </File> - <File - RelativePath=".\resources\Flag_France.xpm" - > - </File> - <File - RelativePath=".\resources\Flag_Japan.xpm" - > - </File> - <File - RelativePath=".\resources\Flag_Taiwan.xpm" - > - </File> - <File - RelativePath=".\resources\Flag_Unknown.xpm" - > - </File> - <File - RelativePath=".\resources\Flag_USA.xpm" - > - </File> - <File - RelativePath=".\resources\Platform_Gamecube.xpm" - > - </File> - <File - RelativePath=".\resources\Platform_wad.xpm" - > - </File> - <File - RelativePath=".\resources\Platform_Wii.xpm" - > - </File> - <File - RelativePath=".\resource.h" - > - </File> - <File - RelativePath=".\resources\Toolbar_FileOpen.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Help.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Options.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Pause.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Play.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_PluginDSP.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_PluginGFX.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_PluginPAD.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Plugins.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Refresh.xpm" - > - </File> - <File - RelativePath=".\resources\Toolbar_Stop.xpm" - > - </File> - </Filter> - <Filter - Name="GUI" - > - <File - RelativePath=".\Src\AboutDolphin.cpp" - > - </File> - <File - RelativePath=".\Src\AboutDolphin.h" - > - </File> - <File - RelativePath=".\Src\ARCodeAddEdit.cpp" - > - </File> - <File - RelativePath=".\Src\ARCodeAddEdit.h" - > - </File> - <File - RelativePath=".\Src\CheatsWindow.cpp" - > - </File> - <File - RelativePath=".\Src\CheatsWindow.h" - > - </File> - <File - RelativePath=".\src\ConfigMain.cpp" - > - </File> - <File - RelativePath=".\src\ConfigMain.h" - > - </File> - <File - RelativePath=".\src\Frame.cpp" - > - </File> - <File - RelativePath=".\src\Frame.h" - > - </File> - <File - RelativePath=".\Src\FrameAui.cpp" - > - </File> - <File - RelativePath=".\Src\FrameTools.cpp" - > - </File> - <File - RelativePath=".\src\GameListCtrl.cpp" - > - </File> - <File - RelativePath=".\src\GameListCtrl.h" - > - </File> - <File - RelativePath=".\Src\GeckoCodeDiag.cpp" - > - </File> - <File - RelativePath=".\Src\GeckoCodeDiag.h" - > - </File> - <File - RelativePath=".\src\Globals.h" - > - </File> - <File - RelativePath=".\Src\HotkeyDlg.cpp" - > - </File> - <File - RelativePath=".\Src\HotkeyDlg.h" - > - </File> - <File - RelativePath=".\Src\ISOProperties.cpp" - > - </File> - <File - RelativePath=".\Src\ISOProperties.h" - > - </File> - <File - RelativePath=".\src\LogWindow.cpp" - > - </File> - <File - RelativePath=".\src\LogWindow.h" - > - </File> - <File - RelativePath=".\src\MemcardManager.cpp" - > - </File> - <File - RelativePath=".\src\MemcardManager.h" - > - </File> - <File - RelativePath=".\Src\PatchAddEdit.cpp" - > - </File> - <File - RelativePath=".\Src\PatchAddEdit.h" - > - </File> - <File - RelativePath=".\Src\PHackSettings.cpp" - > - </File> - <File - RelativePath=".\Src\PHackSettings.h" - > - </File> - <File - RelativePath=".\Src\UDPConfigDiag.cpp" - > - </File> - <File - RelativePath=".\Src\UDPConfigDiag.h" - > - </File> - <File - RelativePath=".\Src\WiimoteConfigDiag.cpp" - > - </File> - <File - RelativePath=".\Src\WiimoteConfigDiag.h" - > - </File> - <Filter - Name="NetPlay" - > - <File - RelativePath=".\Src\NetWindow.cpp" - > - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - ForcedIncludeFiles="$(NOINHERIT)" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - ForcedIncludeFiles="$(NOINHERIT)" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - ForcedIncludeFiles="$(NOINHERIT)" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - ForcedIncludeFiles="$(NOINHERIT)" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - ForcedIncludeFiles="$(NOINHERIT)" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="0" - ForcedIncludeFiles="$(NOINHERIT)" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\Src\NetWindow.h" - > - </File> - </Filter> - <Filter - Name="Saves" - > - <File - RelativePath=".\src\MemoryCards\GCMemcard.cpp" - > - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarnAsError="false" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarnAsError="false" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - > - <Tool - Name="VCCLCompilerTool" - WarnAsError="false" - /> - </FileConfiguration> - </File> - <File - RelativePath=".\src\MemoryCards\GCMemcard.h" - > - </File> - <File - RelativePath=".\Src\MemoryCards\WiiSaveCrypted.cpp" - > - </File> - <File - RelativePath=".\Src\MemoryCards\WiiSaveCrypted.h" - > - </File> - </Filter> - <Filter - Name="InputConfig" - > - <File - RelativePath=".\Src\InputConfigDiag.cpp" - > - </File> - <File - RelativePath=".\Src\InputConfigDiag.h" - > - </File> - <File - RelativePath=".\Src\InputConfigDiagBitmaps.cpp" - > - </File> - </Filter> - </Filter> - <Filter - Name="Misc" - > - <File - RelativePath=".\src\BootManager.cpp" - > - </File> - <File - RelativePath=".\src\BootManager.h" - > - </File> - <File - RelativePath=".\src\ISOFile.cpp" - > - </File> - <File - RelativePath=".\src\ISOFile.h" - > - </File> - <File - RelativePath=".\Src\Summarize.h" - > - </File> - </Filter> - <File - RelativePath=".\src\main.cpp" - > - </File> - <File - RelativePath=".\src\main.h" - > - </File> - <File - RelativePath=".\Src\MainNoGUI.cpp" - > - <FileConfiguration - Name="Release|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|Win32" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - <FileConfiguration - Name="DebugFast|x64" - ExcludedFromBuild="true" - > - <Tool - Name="VCCLCompilerTool" - /> - </FileConfiguration> - </File> - <File - RelativePath="..\..\..\readme.txt" - > - </File> - <File - RelativePath=".\Src\SConscript" - > - </File> - <File - RelativePath=".\src\stdafx.cpp" - > - <FileConfiguration - Name="Release|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Release|x64" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|Win32" - > - <Tool - Name="VCCLCompilerTool" - UsePrecompiledHeader="1" - /> - </FileConfiguration> - <FileConfiguration - Name="Debug|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\WXInputBase.cpp" - > - </File> - <File - RelativePath=".\Src\WXInputBase.h" - > - </File> - <File - RelativePath=".\Src\WxUtils.cpp" - > - </File> - <File - RelativePath=".\Src\WxUtils.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/DolphinWX/DolphinWX.vcproj.user b/Source/Core/DolphinWX/DolphinWX.vcproj.user deleted file mode 100644 index 21153892fa..0000000000 --- a/Source/Core/DolphinWX/DolphinWX.vcproj.user +++ /dev/null @@ -1,50 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioUserFile - ProjectType="Visual C++" - Version="9.00" - > - <Configurations> - <Configuration - Name="Release|Win32" - > - <DebugSettings - WorkingDirectory="$(ProjectDir)..\..\..\Binary\Win32" - /> - </Configuration> - <Configuration - Name="Debug|Win32" - > - <DebugSettings - WorkingDirectory="$(ProjectDir)..\..\..\Binary\Win32" - /> - </Configuration> - <Configuration - Name="DebugFast|Win32" - > - <DebugSettings - WorkingDirectory="$(ProjectDir)..\..\..\Binary\Win32" - /> - </Configuration> - <Configuration - Name="Release|x64" - > - <DebugSettings - WorkingDirectory="$(ProjectDir)..\..\..\Binary\x64" - /> - </Configuration> - <Configuration - Name="Debug|x64" - > - <DebugSettings - WorkingDirectory="$(ProjectDir)..\..\..\Binary\x64" - /> - </Configuration> - <Configuration - Name="DebugFast|x64" - > - <DebugSettings - WorkingDirectory="$(ProjectDir)..\..\..\Binary\x64" - /> - </Configuration> - </Configurations> -</VisualStudioUserFile> diff --git a/Source/Core/InputCommon/InputCommon.vcproj b/Source/Core/InputCommon/InputCommon.vcproj deleted file mode 100644 index 7ffde55b12..0000000000 --- a/Source/Core/InputCommon/InputCommon.vcproj +++ /dev/null @@ -1,535 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9.00" - Name="InputCommon" - ProjectGUID="{C7E5D50A-2916-464B-86A7-E10B3CC88ADA}" - RootNamespace="VideoCommon" - 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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="../../../Externals/SDL/Include_1.2;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="xinput.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\SDL\$(PlatformName)"" - /> - <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="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="../../../Externals/SDL/Include_1.2;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0;_LIB;__WXMSW__;wxUSE_BASE=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="xinput.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\SDL\$(PlatformName)"" - /> - <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="1" - 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="../../../Externals/SDL/Include_1.2;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - StringPooling="true" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableEnhancedInstructionSet="2" - FloatingPointModel="0" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="xinput.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\SDL\$(PlatformName)"" - /> - <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="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="false" - AdditionalIncludeDirectories="../../../Externals/SDL/Include_1.2;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="xinput.lib" - OutputFile="$(OutDir)\$(ProjectName).lib" - AdditionalLibraryDirectories=""..\..\..\Externals\SDL\$(PlatformName)"" - /> - <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" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../../../Externals/SDL/Include_1.2;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="xinput.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\SDL\$(PlatformName)"" - /> - <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="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../../../Externals/SDL/Include_1.2;../../Core/Common/Src;..\..\..\Externals\wxWidgets\include;..\..\..\Externals\wxWidgets\lib\vc_lib\msw;..\..\..\Externals\wxWidgets\include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;__WXMSW__;wxUSE_BASE=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - AdditionalDependencies="xinput.lib" - AdditionalLibraryDirectories=""..\..\..\Externals\SDL\$(PlatformName)"" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="ControllerInterface" - > - <File - RelativePath=".\Src\ControllerInterface\ControllerInterface.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\ControllerInterface.h" - > - </File> - <Filter - Name="DInput" - > - <File - RelativePath=".\Src\ControllerInterface\DInput\DInput.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\DInput\DInput.h" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\DInput\DInputJoystick.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\DInput\DInputJoystick.h" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\DInput\DInputKeyboardMouse.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\DInput\DInputKeyboardMouse.h" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\DInput\NamedKeys.h" - > - </File> - </Filter> - <Filter - Name="SDL" - > - <File - RelativePath=".\Src\ControllerInterface\SDL\SDL.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\SDL\SDL.h" - > - </File> - </Filter> - <Filter - Name="XInput" - > - <File - RelativePath=".\Src\ControllerInterface\XInput\XInput.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerInterface\XInput\XInput.h" - > - </File> - </Filter> - </Filter> - <File - RelativePath=".\Src\ControllerEmu.cpp" - > - </File> - <File - RelativePath=".\Src\ControllerEmu.h" - > - </File> - <File - RelativePath=".\Src\GCPadStatus.h" - > - </File> - <File - RelativePath=".\Src\InputConfig.cpp" - > - </File> - <File - RelativePath=".\Src\InputConfig.h" - > - </File> - <File - RelativePath=".\Src\SConscript" - > - </File> - <File - RelativePath=".\Src\UDPWiimote.cpp" - > - </File> - <File - RelativePath=".\Src\UDPWiimote.h" - > - </File> - <File - RelativePath=".\Src\UDPWrapper.cpp" - > - </File> - <File - RelativePath=".\Src\UDPWrapper.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/VideoCommon/VideoCommon.vcproj b/Source/Core/VideoCommon/VideoCommon.vcproj deleted file mode 100644 index 02b85d0e3b..0000000000 --- a/Source/Core/VideoCommon/VideoCommon.vcproj +++ /dev/null @@ -1,826 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="VideoCommon" - ProjectGUID="{E5D1F0C0-AA07-4841-A4EB-4CF4DAA6B0FA}" - RootNamespace="VideoCommon" - Keyword="Win32Proj" - TargetFrameworkVersion="131072" - > - <Platforms> - <Platform - Name="Win32" - /> - <Platform - Name="x64" - /> - </Platforms> - <ToolFiles> - <ToolFile - RelativePath=".\OpenCL.rules" - /> - </ToolFiles> - <Configurations> - <Configuration - Name="Debug|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="OpenCL source" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="../../../Externals/CLRun/include;../../../Externals/SOIL;../Common/Src;../Core/Src" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="OpenCL source" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="../../../Externals/CLRun/include;../../../Externals/SOIL;../Common/Src;../Core/Src" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_SECURE_SCL=0;_LIB;__WXMSW__;wxUSE_BASE=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="OpenCL source" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../../../Externals/CLRun/include;../../../Externals/SOIL;../Common/Src;../Core/Src" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - StringPooling="true" - RuntimeLibrary="0" - BufferSecurityCheck="false" - EnableEnhancedInstructionSet="2" - FloatingPointModel="0" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="OpenCL source" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="2" - EnableIntrinsicFunctions="true" - FavorSizeOrSpeed="1" - OmitFramePointers="false" - AdditionalIncludeDirectories="../../../Externals/CLRun/include;../../../Externals/SOIL;../Common/Src;../Core/Src" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="OpenCL source" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalIncludeDirectories="../../../Externals/CLRun/include;../../../Externals/SOIL;../Common/Src;../Core/Src" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="OpenCL source" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="2" - InlineFunctionExpansion="1" - EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="../../../Externals/CLRun/include;../../../Externals/SOIL;../Common/Src;../Core/Src" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_SECURE_SCL=0;__WXMSW__;wxUSE_BASE=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - BufferSecurityCheck="false" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <Filter - Name="Shader Generators" - > - <File - RelativePath=".\Src\LightingShaderGen.cpp" - > - </File> - <File - RelativePath=".\Src\LightingShaderGen.h" - > - </File> - <File - RelativePath=".\Src\PixelShaderGen.cpp" - > - </File> - <File - RelativePath=".\Src\PixelShaderGen.h" - > - </File> - <File - RelativePath=".\Src\TextureConversionShader.cpp" - > - </File> - <File - RelativePath=".\Src\TextureConversionShader.h" - > - </File> - <File - RelativePath=".\Src\VertexShaderGen.cpp" - > - </File> - <File - RelativePath=".\Src\VertexShaderGen.h" - > - </File> - </Filter> - <Filter - Name="Register Sections" - > - <File - RelativePath=".\Src\BPFunctions.cpp" - > - </File> - <File - RelativePath=".\Src\BPFunctions.h" - > - </File> - <File - RelativePath=".\Src\BPMemory.cpp" - > - </File> - <File - RelativePath=".\Src\BPMemory.h" - > - </File> - <File - RelativePath=".\Src\BPStructs.cpp" - > - </File> - <File - RelativePath=".\Src\BPStructs.h" - > - </File> - <File - RelativePath=".\Src\CPMemory.cpp" - > - </File> - <File - RelativePath=".\Src\CPMemory.h" - > - </File> - <File - RelativePath=".\Src\XFMemory.cpp" - > - </File> - <File - RelativePath=".\Src\XFMemory.h" - > - </File> - <File - RelativePath=".\Src\XFStructs.cpp" - > - </File> - <File - RelativePath=".\Src\XFStructs.h" - > - </File> - </Filter> - <Filter - Name="Shader Managers" - > - <File - RelativePath=".\Src\PixelShaderManager.cpp" - > - </File> - <File - RelativePath=".\Src\PixelShaderManager.h" - > - </File> - <File - RelativePath=".\Src\VertexShaderManager.cpp" - > - </File> - <File - RelativePath=".\Src\VertexShaderManager.h" - > - </File> - </Filter> - <Filter - Name="Util" - > - <File - RelativePath=".\Src\AVIDump.cpp" - > - </File> - <File - RelativePath=".\Src\AVIDump.h" - > - </File> - <File - RelativePath=".\Src\HiresTextures.cpp" - > - </File> - <File - RelativePath=".\Src\HiresTextures.h" - > - </File> - <File - RelativePath=".\Src\ImageWrite.cpp" - > - </File> - <File - RelativePath=".\Src\ImageWrite.h" - > - </File> - <File - RelativePath=".\Src\IndexGenerator.cpp" - > - </File> - <File - RelativePath=".\Src\IndexGenerator.h" - > - </File> - <File - RelativePath=".\Src\LookUpTables.h" - > - </File> - <File - RelativePath=".\Src\OnScreenDisplay.cpp" - > - </File> - <File - RelativePath=".\Src\OnScreenDisplay.h" - > - </File> - <File - RelativePath=".\Src\Statistics.cpp" - > - </File> - <File - RelativePath=".\Src\Statistics.h" - > - </File> - <File - RelativePath=".\Src\VideoState.cpp" - > - </File> - <File - RelativePath=".\Src\VideoState.h" - > - </File> - </Filter> - <Filter - Name="Vertex Loading" - > - <File - RelativePath=".\Src\DataReader.h" - > - </File> - <File - RelativePath=".\Src\DLCache.cpp" - > - </File> - <File - RelativePath=".\Src\DLCache.h" - > - </File> - <File - RelativePath=".\Src\VertexLoader.cpp" - > - </File> - <File - RelativePath=".\Src\VertexLoader.h" - > - </File> - <File - RelativePath=".\Src\VertexLoader_Color.cpp" - > - </File> - <File - RelativePath=".\Src\VertexLoader_Color.h" - > - </File> - <File - RelativePath=".\Src\VertexLoader_Normal.cpp" - > - </File> - <File - RelativePath=".\Src\VertexLoader_Normal.h" - > - </File> - <File - RelativePath=".\Src\VertexLoader_Position.cpp" - > - </File> - <File - RelativePath=".\Src\VertexLoader_Position.h" - > - </File> - <File - RelativePath=".\Src\VertexLoader_TextCoord.cpp" - > - </File> - <File - RelativePath=".\Src\VertexLoader_TextCoord.h" - > - </File> - <File - RelativePath=".\Src\VertexLoaderManager.cpp" - > - </File> - <File - RelativePath=".\Src\VertexLoaderManager.h" - > - </File> - </Filter> - <Filter - Name="Decoding" - > - <File - RelativePath=".\Src\Fifo.cpp" - > - </File> - <File - RelativePath=".\Src\Fifo.h" - > - </File> - <File - RelativePath=".\Src\OpcodeDecoding.cpp" - > - </File> - <File - RelativePath=".\Src\OpcodeDecoding.h" - > - </File> - <File - RelativePath=".\Src\TextureDecoder.cpp" - > - </File> - <File - RelativePath=".\Src\TextureDecoder.h" - > - </File> - <Filter - Name="OpenCL" - > - <File - RelativePath=".\Src\OpenCL\OCLTextureDecoder.cpp" - > - </File> - <File - RelativePath=".\Src\OpenCL\OCLTextureDecoder.h" - > - </File> - <File - RelativePath=".\Src\OpenCL.cpp" - > - </File> - <File - RelativePath=".\Src\OpenCL.h" - > - </File> - <File - RelativePath="..\..\..\Data\User\OpenCL\TextureDecoder.cl" - > - </File> - </Filter> - </Filter> - <Filter - Name="Base" - > - <File - RelativePath=".\Src\Debugger.cpp" - > - </File> - <File - RelativePath=".\Src\Debugger.h" - > - </File> - <File - RelativePath=".\Src\EmuWindow.cpp" - > - </File> - <File - RelativePath=".\Src\EmuWindow.h" - > - </File> - <File - RelativePath=".\Src\FramebufferManagerBase.cpp" - > - </File> - <File - RelativePath=".\Src\FramebufferManagerBase.h" - > - </File> - <File - RelativePath=".\Src\MainBase.cpp" - > - </File> - <File - RelativePath=".\Src\MainBase.h" - > - </File> - <File - RelativePath=".\Src\RenderBase.cpp" - > - </File> - <File - RelativePath=".\Src\RenderBase.h" - > - </File> - <File - RelativePath=".\Src\TextureCacheBase.cpp" - > - </File> - <File - RelativePath=".\Src\TextureCacheBase.h" - > - </File> - <File - RelativePath=".\Src\VertexManagerBase.cpp" - > - </File> - <File - RelativePath=".\Src\VertexManagerBase.h" - > - </File> - </Filter> - <File - RelativePath=".\Src\CommandProcessor.cpp" - > - </File> - <File - RelativePath=".\Src\CommandProcessor.h" - > - </File> - <File - RelativePath=".\Src\memcpy_amd.cpp" - > - </File> - <File - RelativePath=".\Src\NativeVertexFormat.h" - > - </File> - <File - RelativePath=".\Src\PixelEngine.cpp" - > - </File> - <File - RelativePath=".\Src\PixelEngine.h" - > - </File> - <File - RelativePath=".\Src\SConscript" - > - </File> - <File - RelativePath=".\Src\VideoCommon.h" - > - </File> - <File - RelativePath=".\Src\VideoConfig.cpp" - > - </File> - <File - RelativePath=".\Src\VideoConfig.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> diff --git a/Source/Core/VideoUICommon/VideoUICommon.vcproj b/Source/Core/VideoUICommon/VideoUICommon.vcproj deleted file mode 100644 index 85edda3fb1..0000000000 --- a/Source/Core/VideoUICommon/VideoUICommon.vcproj +++ /dev/null @@ -1,428 +0,0 @@ -<?xml version="1.0" encoding="Windows-1252"?> -<VisualStudioProject - ProjectType="Visual C++" - Version="9,00" - Name="VideoUICommon" - ProjectGUID="{56C4B06E-F2C9-4729-A15A-DD327A9AA465}" - RootNamespace="VideoUICommon" - Keyword="Win32Proj" - 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="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\VideoCommon\Src;..\Common\Src;..\Core\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="4" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Debug|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - Optimization="0" - AdditionalIncludeDirectories="..\VideoCommon\Src;..\Common\Src;..\Core\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - MinimalRebuild="true" - BasicRuntimeChecks="3" - RuntimeLibrary="1" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - 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="..\VideoCommon\Src;..\Common\Src;..\Core\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="Release|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - WholeProgramOptimization="0" - > - <Tool - Name="VCPreBuildEventTool" - /> - <Tool - Name="VCCustomBuildTool" - /> - <Tool - Name="VCXMLDataGeneratorTool" - /> - <Tool - Name="VCWebServiceProxyGeneratorTool" - /> - <Tool - Name="VCMIDLTool" - TargetEnvironment="3" - /> - <Tool - Name="VCCLCompilerTool" - AdditionalOptions="/MP" - Optimization="2" - EnableIntrinsicFunctions="true" - AdditionalIncludeDirectories="..\VideoCommon\Src;..\Common\Src;..\Core\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|Win32" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - 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="..\VideoCommon\Src;..\Common\Src;..\Core\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - <Configuration - Name="DebugFast|x64" - OutputDirectory="$(PlatformName)\$(ConfigurationName)" - IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" - ConfigurationType="4" - CharacterSet="1" - 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" - WholeProgramOptimization="false" - AdditionalIncludeDirectories="..\VideoCommon\Src;..\Common\Src;..\Core\Src;..\..\..\Externals\wxWidgets\Include;..\..\..\Externals\wxWidgets\Include\msvc" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__WXMSW__;_SECURE_SCL=0;_CRT_SECURE_NO_WARNINGS;_CRT_SECURE_NO_DEPRECATE" - RuntimeLibrary="0" - EnableFunctionLevelLinking="true" - UsePrecompiledHeader="0" - WarningLevel="3" - DebugInformationFormat="3" - /> - <Tool - Name="VCManagedResourceCompilerTool" - /> - <Tool - Name="VCResourceCompilerTool" - /> - <Tool - Name="VCPreLinkEventTool" - /> - <Tool - Name="VCLibrarianTool" - /> - <Tool - Name="VCALinkTool" - /> - <Tool - Name="VCXDCMakeTool" - /> - <Tool - Name="VCBscMakeTool" - /> - <Tool - Name="VCFxCopTool" - /> - <Tool - Name="VCPostBuildEventTool" - /> - </Configuration> - </Configurations> - <References> - </References> - <Files> - <File - RelativePath=".\Src\DebuggerPanel.cpp" - > - </File> - <File - RelativePath=".\Src\DebuggerPanel.h" - > - </File> - <File - RelativePath=".\Src\VideoConfigDiag.cpp" - > - </File> - <File - RelativePath=".\Src\VideoConfigDiag.h" - > - </File> - </Files> - <Globals> - </Globals> -</VisualStudioProject> |
