2012-03-12 05:27:19 +00:00
<?xml version="1.0" encoding="utf-8"?>
2014-02-22 08:04:49 +00:00
<Project DefaultTargets= "Build" ToolsVersion= "12.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2012-03-12 05:27:19 +00:00
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|Win32" >
<Configuration > Debug</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2013-06-01 04:58:54 +00:00
<ProjectConfiguration Include= "ReleaseWithDebugger|Win32" >
<Configuration > ReleaseWithDebugger</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "ReleaseWithDebugger|x64" >
<Configuration > ReleaseWithDebugger</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
2012-03-12 05:27:19 +00:00
<ProjectConfiguration Include= "Release|Win32" >
<Configuration > Release</Configuration>
<Platform > Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {DD535432-E59F-43CA-95AF-C0150AE3BD53}</ProjectGuid>
<Keyword > Win32Proj</Keyword>
<RootNamespace > Play</RootNamespace>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<CharacterSet > Unicode</CharacterSet>
2015-03-28 03:58:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2012-03-12 05:27:19 +00:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<CharacterSet > Unicode</CharacterSet>
2015-03-28 03:58:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2012-03-12 05:27:19 +00:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2015-03-28 03:58:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2012-03-12 05:27:19 +00:00
</PropertyGroup>
2013-06-01 04:58:54 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|Win32'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2015-03-28 03:58:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2013-06-01 04:58:54 +00:00
</PropertyGroup>
2012-03-12 05:27:19 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2015-03-28 03:58:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2012-03-12 05:27:19 +00:00
</PropertyGroup>
2013-06-01 04:58:54 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > false</UseDebugLibraries>
<WholeProgramOptimization > true</WholeProgramOptimization>
<CharacterSet > Unicode</CharacterSet>
2015-03-28 03:58:59 +00:00
<PlatformToolset > v120_xp</PlatformToolset>
2013-06-01 04:58:54 +00:00
</PropertyGroup>
2012-03-12 05:27:19 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-04-14 05:48:44 +00:00
<Import Project= "GeneralSettings32.props" />
2012-03-12 05:27:19 +00:00
</ImportGroup>
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-04-14 05:48:44 +00:00
<Import Project= "GeneralSettings64.props" />
2012-03-12 05:27:19 +00:00
</ImportGroup>
<ImportGroup Label= "PropertySheets" Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-04-14 05:48:44 +00:00
<Import Project= "GeneralSettings32.props" />
2012-03-12 05:27:19 +00:00
</ImportGroup>
2013-06-01 04:58:54 +00:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|Win32'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-04-14 05:48:44 +00:00
<Import Project= "GeneralSettings32.props" />
2013-06-01 04:58:54 +00:00
</ImportGroup>
2012-03-12 05:27:19 +00:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-04-14 05:48:44 +00:00
<Import Project= "GeneralSettings64.props" />
2012-03-12 05:27:19 +00:00
</ImportGroup>
2013-06-01 04:58:54 +00:00
<ImportGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
2014-04-14 05:48:44 +00:00
<Import Project= "GeneralSettings64.props" />
2013-06-01 04:58:54 +00:00
</ImportGroup>
2012-03-12 05:27:19 +00:00
<PropertyGroup Label= "UserMacros" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<LinkIncremental > true</LinkIncremental>
2012-07-29 20:13:48 +00:00
<OutDir > $(SolutionDir)\$(PlatformName)\$(ProjectName)\$(Configuration)\</OutDir>
2012-03-12 05:27:19 +00:00
<IntDir > $(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<LinkIncremental > true</LinkIncremental>
2012-07-29 20:13:48 +00:00
<OutDir > $(SolutionDir)\$(PlatformName)\$(ProjectName)\$(Configuration)\</OutDir>
2012-03-12 05:27:19 +00:00
<IntDir > $(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<LinkIncremental > false</LinkIncremental>
2012-07-29 20:13:48 +00:00
<OutDir > $(SolutionDir)\$(PlatformName)\$(ProjectName)\$(Configuration)\</OutDir>
2012-03-12 05:27:19 +00:00
<IntDir > $(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
2013-06-01 04:58:54 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|Win32'" >
<LinkIncremental > false</LinkIncremental>
<OutDir > $(SolutionDir)\$(PlatformName)\$(ProjectName)\$(Configuration)\</OutDir>
<IntDir > $(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
2012-03-12 05:27:19 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
2012-07-29 20:13:48 +00:00
<OutDir > $(SolutionDir)\$(PlatformName)\$(ProjectName)\$(Configuration)\</OutDir>
2012-03-12 05:27:19 +00:00
<IntDir > $(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
2013-06-01 04:58:54 +00:00
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" >
<LinkIncremental > false</LinkIncremental>
<OutDir > $(SolutionDir)\$(PlatformName)\$(ProjectName)\$(Configuration)\</OutDir>
<IntDir > $(PlatformName)\$(ProjectName)\$(Configuration)\</IntDir>
</PropertyGroup>
2012-03-12 05:27:19 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
2013-05-20 02:16:00 +00:00
<PreprocessorDefinitions > _DEBUG;DEBUGGER_INCLUDED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-03-12 05:27:19 +00:00
<ForcedIncludeFiles > StdAfx.h</ForcedIncludeFiles>
2013-01-05 10:52:00 +00:00
<AdditionalOptions > /Zm128 %(AdditionalOptions)</AdditionalOptions>
2015-04-20 15:14:59 +00:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2012-03-12 05:27:19 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
<Manifest >
2015-05-06 05:27:59 +00:00
<AdditionalManifestFiles > $(ProjectDir)/../Source/ui_win32/manifest.xml</AdditionalManifestFiles>
2012-03-12 05:27:19 +00:00
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<PrecompiledHeader > Use</PrecompiledHeader>
<WarningLevel > Level3</WarningLevel>
<Optimization > Disabled</Optimization>
2013-05-20 02:16:00 +00:00
<PreprocessorDefinitions > _DEBUG;DEBUGGER_INCLUDED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-03-12 05:27:19 +00:00
<ForcedIncludeFiles > StdAfx.h</ForcedIncludeFiles>
2013-01-05 10:52:00 +00:00
<AdditionalOptions > /Zm128 %(AdditionalOptions)</AdditionalOptions>
2015-04-20 15:14:59 +00:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
2012-03-12 05:27:19 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
<Manifest >
2015-05-06 05:27:59 +00:00
<AdditionalManifestFiles > $(ProjectDir)/../Source/ui_win32/manifest64.xml</AdditionalManifestFiles>
2012-03-12 05:27:19 +00:00
</Manifest>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > Use</PrecompiledHeader>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
2013-05-20 02:16:00 +00:00
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-03-12 05:27:19 +00:00
<ForcedIncludeFiles > StdAfx.h</ForcedIncludeFiles>
2014-10-03 04:19:59 +00:00
<BufferSecurityCheck > false</BufferSecurityCheck>
2015-04-20 15:14:59 +00:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<FavorSizeOrSpeed > Speed</FavorSizeOrSpeed>
2012-03-12 05:27:19 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
<Manifest >
2015-05-06 05:27:59 +00:00
<AdditionalManifestFiles > $(ProjectDir)/../Source/ui_win32/manifest.xml</AdditionalManifestFiles>
2012-03-12 05:27:19 +00:00
</Manifest>
</ItemDefinitionGroup>
2013-06-01 04:58:54 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|Win32'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > Use</PrecompiledHeader>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > NDEBUG;DEBUGGER_INCLUDED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ForcedIncludeFiles > StdAfx.h</ForcedIncludeFiles>
2015-04-20 15:14:59 +00:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<FavorSizeOrSpeed > Speed</FavorSizeOrSpeed>
2013-06-01 04:58:54 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
<Manifest >
2015-05-06 05:27:59 +00:00
<AdditionalManifestFiles > $(ProjectDir)/../Source/ui_win32/manifest.xml</AdditionalManifestFiles>
2013-06-01 04:58:54 +00:00
</Manifest>
</ItemDefinitionGroup>
2012-03-12 05:27:19 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > Use</PrecompiledHeader>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
2013-05-20 02:16:00 +00:00
<PreprocessorDefinitions > NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
2012-03-12 05:27:19 +00:00
<ForcedIncludeFiles > StdAfx.h</ForcedIncludeFiles>
2014-10-03 04:19:59 +00:00
<BufferSecurityCheck > false</BufferSecurityCheck>
2015-04-20 15:14:59 +00:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<FavorSizeOrSpeed > Speed</FavorSizeOrSpeed>
2012-03-12 05:27:19 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
<Manifest >
2015-05-06 05:27:59 +00:00
<AdditionalManifestFiles > $(ProjectDir)/../Source/ui_win32/manifest64.xml</AdditionalManifestFiles>
2012-03-12 05:27:19 +00:00
</Manifest>
</ItemDefinitionGroup>
2013-06-01 04:58:54 +00:00
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<PrecompiledHeader > Use</PrecompiledHeader>
<Optimization > MaxSpeed</Optimization>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<PreprocessorDefinitions > NDEBUG;DEBUGGER_INCLUDED;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ForcedIncludeFiles > StdAfx.h</ForcedIncludeFiles>
2015-04-20 15:14:59 +00:00
<MultiProcessorCompilation > true</MultiProcessorCompilation>
<FavorSizeOrSpeed > Speed</FavorSizeOrSpeed>
2013-06-01 04:58:54 +00:00
</ClCompile>
<Link >
<SubSystem > Windows</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
</Link>
<Manifest >
2015-05-06 05:27:59 +00:00
<AdditionalManifestFiles > $(ProjectDir)/../Source/ui_win32/manifest64.xml</AdditionalManifestFiles>
2013-06-01 04:58:54 +00:00
</Manifest>
</ItemDefinitionGroup>
2012-03-12 05:27:19 +00:00
<ItemGroup >
2015-05-06 04:54:15 +00:00
<ClCompile Include= "..\Source\gs\GSH_OpenGL\GSH_OpenGL.cpp" />
<ClCompile Include= "..\Source\gs\GSH_OpenGL\GSH_OpenGL_Shader.cpp" />
<ClCompile Include= "..\Source\gs\GSH_OpenGL\GSH_OpenGL_Texture.cpp" />
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\AboutWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\AviStream.cpp" />
<ClCompile Include= "..\Source\ui_win32\CallStackWnd.cpp" >
2014-07-04 05:55:09 +00:00
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ClCompile>
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\CdromSelectionWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\CommandSink.cpp" />
<ClCompile Include= "..\Source\ui_win32\DebugExpressionEvaluator.cpp" />
<ClCompile Include= "..\Source\ui_win32\Debugger.cpp" >
2014-07-04 05:55:09 +00:00
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ClCompile>
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\DebuggerChildWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\Debugger\FindCallersViewWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\DebugUtils.cpp" />
<ClCompile Include= "..\Source\ui_win32\DebugView.cpp" >
2014-07-04 05:55:09 +00:00
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ClCompile>
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\DirectXControl.cpp" />
<ClCompile Include= "..\Source\ui_win32\DisAsm.cpp" />
<ClCompile Include= "..\Source\ui_win32\DisAsmVu.cpp" />
<ClCompile Include= "..\Source\ui_win32\DisAsmWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\ELFHeaderView.cpp" />
<ClCompile Include= "..\Source\ui_win32\ELFProgramView.cpp" />
<ClCompile Include= "..\Source\ui_win32\ELFSectionView.cpp" />
<ClCompile Include= "..\Source\ui_win32\ELFSymbolView.cpp" />
<ClCompile Include= "..\Source\ui_win32\ELFView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\FrameDebugger.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\GifPacketView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\GsContextStateView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\GsContextView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\GsInputStateView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\GsRegisterWriteListView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\GsStateUtils.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\PixelBufferView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\PixelBufferViewOverlay.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\TabHost.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\Vu1ProgramView.cpp" />
<ClCompile Include= "..\Source\ui_win32\FrameDebugger\Vu1Vm.cpp" />
<ClCompile Include= "..\Source\ui_win32\FunctionsView.cpp" >
2014-07-04 05:55:09 +00:00
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ClCompile>
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\GSH_Direct3D9.cpp" />
<ClCompile Include= "..\Source\ui_win32\GSH_Direct3D9_Texture.cpp" />
<ClCompile Include= "..\Source\ui_win32\GSH_OpenGLWin32.cpp" />
<ClCompile Include= "..\Source\ui_win32\IconMesh.cpp" />
<ClCompile Include= "..\Source\ui_win32\Main.cpp" />
<ClCompile Include= "..\Source\ui_win32\MainWindow.cpp" />
<ClCompile Include= "..\Source\ui_win32\McManagerWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\MemoryCard.cpp" />
<ClCompile Include= "..\Source\ui_win32\MemoryCardView.cpp" />
<ClCompile Include= "..\Source\ui_win32\MemoryView.cpp" />
<ClCompile Include= "..\Source\ui_win32\MemoryViewMIPS.cpp" />
<ClCompile Include= "..\Source\ui_win32\MemoryViewMIPSWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\MemoryViewPtr.cpp" />
<ClCompile Include= "..\Source\ui_win32\OptionWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\OutputWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\PH_DirectInput.cpp" />
<ClCompile Include= "..\Source\ui_win32\PH_DirectInput\ControllerSettingsWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\PH_DirectInput\InputBindingSelectionWindow.cpp" />
<ClCompile Include= "..\Source\ui_win32\PH_DirectInput\InputManager.cpp" />
<ClCompile Include= "..\Source\ui_win32\RegViewFPU.cpp" />
<ClCompile Include= "..\Source\ui_win32\RegViewGeneral.cpp" />
<ClCompile Include= "..\Source\ui_win32\RegViewPage.cpp" />
<ClCompile Include= "..\Source\ui_win32\RegViewSCU.cpp" />
<ClCompile Include= "..\Source\ui_win32\RegViewVU.cpp" />
<ClCompile Include= "..\Source\ui_win32\RegViewWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\RendererSettingsWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\SaveIconView.cpp" />
<ClCompile Include= "..\Source\ui_win32\SaveView.cpp" />
<ClCompile Include= "..\Source\ui_win32\StatsOverlayWindow.cpp" />
<ClCompile Include= "..\Source\ui_win32\StdAfx.cpp" >
2012-03-12 05:27:19 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|Win32'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Create</PrecompiledHeader>
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > Create</PrecompiledHeader>
2013-06-01 04:58:54 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|Win32'" > Create</PrecompiledHeader>
2012-03-12 05:27:19 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Create</PrecompiledHeader>
2013-06-01 04:58:54 +00:00
<PrecompiledHeader Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" > Create</PrecompiledHeader>
2012-03-12 05:27:19 +00:00
</ClCompile>
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\SysInfoWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\ThreadCallStackViewWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\ThreadsViewWnd.cpp" >
2014-07-04 05:55:09 +00:00
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|Win32'" > true</ExcludedFromBuild>
<ExcludedFromBuild Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > true</ExcludedFromBuild>
</ClCompile>
2015-05-06 05:27:59 +00:00
<ClCompile Include= "..\Source\ui_win32\VFSManagerWnd.cpp" />
<ClCompile Include= "..\Source\ui_win32\WinUtils.cpp" />
2014-10-21 02:34:44 +00:00
<ClCompile Include= "..\tools\PsfPlayer\Source\win32_ui\SH_WaveOut.cpp" />
2012-03-12 05:27:19 +00:00
</ItemGroup>
<ItemGroup >
2015-05-06 04:54:15 +00:00
<ClInclude Include= "..\Source\gs\GSH_OpenGL\GSH_OpenGL.h" />
2015-05-06 05:27:59 +00:00
<ClInclude Include= "..\Source\ui_win32\AboutWnd.h" />
<ClInclude Include= "..\Source\ui_win32\AviStream.h" />
<ClInclude Include= "..\Source\ui_win32\CallStackWnd.h" />
<ClInclude Include= "..\Source\ui_win32\CdromSelectionWnd.h" />
<ClInclude Include= "..\Source\ui_win32\CommandSink.h" />
<ClInclude Include= "..\Source\ui_win32\DebugExpressionEvaluator.h" />
<ClInclude Include= "..\Source\ui_win32\Debugger.h" />
<ClInclude Include= "..\Source\ui_win32\DebuggerChildWnd.h" />
<ClInclude Include= "..\Source\ui_win32\Debugger\FindCallersViewWnd.h" />
<ClInclude Include= "..\Source\ui_win32\DebugUtils.h" />
<ClInclude Include= "..\Source\ui_win32\DebugView.h" />
<ClInclude Include= "..\Source\ui_win32\DirectXControl.h" />
<ClInclude Include= "..\Source\ui_win32\DisAsm.h" />
<ClInclude Include= "..\Source\ui_win32\DisAsmVu.h" />
<ClInclude Include= "..\Source\ui_win32\DisAsmWnd.h" />
<ClInclude Include= "..\Source\ui_win32\ELFHeaderView.h" />
<ClInclude Include= "..\Source\ui_win32\ELFProgramView.h" />
<ClInclude Include= "..\Source\ui_win32\ELFSectionView.h" />
<ClInclude Include= "..\Source\ui_win32\ELFSymbolView.h" />
<ClInclude Include= "..\Source\ui_win32\ELFView.h" />
<ClInclude Include= "..\Source\ui_win32\ElfViewRes.h" />
<ClInclude Include= "..\Source\ui_win32\FileFilters.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\FrameDebugger.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\FrameDebuggerTab.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\GifPacketView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\GsContextStateView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\GsContextView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\GsInputStateView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\GsRegisterWriteListView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\GsStateUtils.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\PixelBufferView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\PixelBufferViewOverlay.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\TabHost.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\Vu1ProgramView.h" />
<ClInclude Include= "..\Source\ui_win32\FrameDebugger\Vu1Vm.h" />
<ClInclude Include= "..\Source\ui_win32\FunctionsView.h" />
<ClInclude Include= "..\Source\ui_win32\GSH_Direct3D9.h" />
<ClInclude Include= "..\Source\ui_win32\GSH_OpenGLWin32.h" />
<ClInclude Include= "..\Source\ui_win32\IconMesh.h" />
<ClInclude Include= "..\Source\ui_win32\MainWindow.h" />
<ClInclude Include= "..\Source\ui_win32\McManagerWnd.h" />
<ClInclude Include= "..\Source\ui_win32\MemoryCard.h" />
<ClInclude Include= "..\Source\ui_win32\MemoryCardView.h" />
<ClInclude Include= "..\Source\ui_win32\MemoryView.h" />
<ClInclude Include= "..\Source\ui_win32\MemoryViewMIPS.h" />
<ClInclude Include= "..\Source\ui_win32\MemoryViewMIPSWnd.h" />
<ClInclude Include= "..\Source\ui_win32\MemoryViewPtr.h" />
<ClInclude Include= "..\Source\ui_win32\OptionWnd.h" />
<ClInclude Include= "..\Source\ui_win32\OutputWnd.h" />
<ClInclude Include= "..\Source\ui_win32\PH_DirectInput.h" />
<ClInclude Include= "..\Source\ui_win32\PH_DirectInput\ControllerSettingsWnd.h" />
<ClInclude Include= "..\Source\ui_win32\PH_DirectInput\InputBindingSelectionWindow.h" />
<ClInclude Include= "..\Source\ui_win32\PH_DirectInput\InputManager.h" />
<ClInclude Include= "..\Source\ui_win32\RegViewFPU.h" />
<ClInclude Include= "..\Source\ui_win32\RegViewGeneral.h" />
<ClInclude Include= "..\Source\ui_win32\RegViewPage.h" />
<ClInclude Include= "..\Source\ui_win32\RegViewSCU.h" />
<ClInclude Include= "..\Source\ui_win32\RegViewVU.h" />
<ClInclude Include= "..\Source\ui_win32\RegViewWnd.h" />
<ClInclude Include= "..\Source\ui_win32\RendererSettingsWnd.h" />
<ClInclude Include= "..\Source\ui_win32\resource.h" />
<ClInclude Include= "..\Source\ui_win32\SaveIconView.h" />
<ClInclude Include= "..\Source\ui_win32\SaveView.h" />
<ClInclude Include= "..\Source\ui_win32\SettingsDialogProvider.h" />
<ClInclude Include= "..\Source\ui_win32\StatsOverlayWindow.h" />
<ClInclude Include= "..\Source\ui_win32\StdAfx.h" />
<ClInclude Include= "..\Source\ui_win32\SysInfoWnd.h" />
<ClInclude Include= "..\Source\ui_win32\ThreadCallStackViewWnd.h" />
<ClInclude Include= "..\Source\ui_win32\ThreadsViewWnd.h" />
<ClInclude Include= "..\Source\ui_win32\VFSManagerWnd.h" />
<ClInclude Include= "..\Source\ui_win32\WinUtils.h" />
2014-10-21 02:34:44 +00:00
<ClInclude Include= "..\tools\PsfPlayer\Source\win32_ui\SH_WaveOut.h" />
2012-03-12 05:27:19 +00:00
</ItemGroup>
<ItemGroup >
<None Include= "..\Source\License.txt" />
2015-05-06 05:27:59 +00:00
<None Include= "..\Source\ui_win32\Images\arrow.bmp" />
<None Include= "..\Source\ui_win32\Images\bpoint.bmp" />
<None Include= "..\Source\ui_win32\images\grab.cur" />
<None Include= "..\Source\ui_win32\images\grabbing.cur" />
2015-06-01 04:17:39 +00:00
<None Include= "..\Source\ui_win32\Images\play.ico" />
2015-05-06 05:27:59 +00:00
<None Include= "..\Source\ui_win32\manifest.xml" />
<None Include= "..\Source\ui_win32\manifest64.xml" />
<CustomBuild Include= "..\Source\ui_win32\SysInfo_x64.asm" >
2012-03-12 05:27:19 +00:00
<FileType > Document</FileType>
<Command Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > ml64 /c /Fo"$(IntDir)\%(Filename).obj" %(Identity)</Command>
<Command Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > ml64 /c /Fo"$(IntDir)\%(Filename).obj" %(Identity)</Command>
2013-06-01 04:58:54 +00:00
<Command Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" > ml64 /c /Fo"$(IntDir)\%(Filename).obj" %(Identity)</Command>
2012-03-12 05:27:19 +00:00
<Message Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > Assembling...</Message>
<Outputs Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" > $(IntDir)\%(Filename).obj</Outputs>
<Message Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > Assembling...</Message>
2013-06-01 04:58:54 +00:00
<Message Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" > Assembling...</Message>
2012-03-12 05:27:19 +00:00
<Outputs Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" > $(IntDir)\%(Filename).obj</Outputs>
2013-06-01 04:58:54 +00:00
<Outputs Condition= "'$(Configuration)|$(Platform)'=='ReleaseWithDebugger|x64'" > $(IntDir)\%(Filename).obj</Outputs>
2012-03-12 05:27:19 +00:00
</CustomBuild>
2014-11-14 23:01:10 +00:00
<None Include= "packages.config" />
2012-03-12 05:27:19 +00:00
</ItemGroup>
<ItemGroup >
2015-05-06 05:27:59 +00:00
<ResourceCompile Include= "..\Source\ui_win32\ElfViewRes.rc" />
<ResourceCompile Include= "..\Source\ui_win32\Res.rc" />
2012-03-12 05:27:19 +00:00
</ItemGroup>
<ItemGroup >
2015-02-09 02:20:16 +00:00
<ProjectReference Include= "..\..\Dependencies\build_win32\bzip2-1.0.6.vcxproj" >
2012-03-12 05:27:19 +00:00
<Project > {8c48c11a-7c3f-4699-b62f-b0a66f0f78f7}</Project>
</ProjectReference>
<ProjectReference Include= "..\..\CodeGen\build_win32\CodeGen.vcxproj" >
<Project > {e3521577-bfc9-4532-9b70-1f8c0d546f4a}</Project>
</ProjectReference>
2013-02-22 06:26:31 +00:00
<ProjectReference Include= "..\..\Framework\build_win32\Framework.vcxproj" >
2012-03-12 05:27:19 +00:00
<Project > {553ce050-a97e-4e6e-ae84-057a1f0fa45d}</Project>
</ProjectReference>
2013-02-22 06:26:31 +00:00
<ProjectReference Include= "..\..\Framework\build_win32\FrameworkDirectX.vcxproj" >
2012-03-12 05:27:19 +00:00
<Project > {a286ead1-acea-4132-acdd-6520168bdebb}</Project>
</ProjectReference>
2013-02-22 06:26:31 +00:00
<ProjectReference Include= "..\..\Framework\build_win32\FrameworkOpenGl.vcxproj" >
2012-03-12 05:27:19 +00:00
<Project > {482892bb-6d81-4ca4-bfd5-01a756c21292}</Project>
</ProjectReference>
2015-04-20 05:49:04 +00:00
<ProjectReference Include= "PlayCore.vcxproj" >
<Project > {d060d0bf-20e4-4dcd-975e-9ee6ddf4f73a}</Project>
</ProjectReference>
2012-03-12 05:27:19 +00:00
</ItemGroup>
2013-06-09 05:49:39 +00:00
<ItemGroup >
2015-05-06 05:27:59 +00:00
<None Include= "..\Source\ui_win32\FrameDebugger\CheckerboardShader.fx" >
2013-06-09 05:49:39 +00:00
<FileType > Document</FileType>
</None>
</ItemGroup>
<ItemGroup >
2015-05-06 05:27:59 +00:00
<None Include= "..\Source\ui_win32\FrameDebugger\PixelBufferViewShader.fx" >
2013-06-09 05:49:39 +00:00
<FileType > Document</FileType>
</None>
</ItemGroup>
2012-03-12 05:27:19 +00:00
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
2014-11-14 23:01:10 +00:00
<Import Project= "..\..\NuGetPackages\zlib.redist.1.2.8.7\build\native\zlib.redist.targets" Condition= "Exists('..\..\NuGetPackages\zlib.redist.1.2.8.7\build\native\zlib.redist.targets')" />
<Import Project= "..\..\NuGetPackages\zlib.1.2.8.7\build\native\zlib.targets" Condition= "Exists('..\..\NuGetPackages\zlib.1.2.8.7\build\native\zlib.targets')" />
<Import Project= "..\..\NuGetPackages\boost.1.57.0.0\build\native\boost.targets" Condition= "Exists('..\..\NuGetPackages\boost.1.57.0.0\build\native\boost.targets')" />
<Import Project= "..\..\NuGetPackages\boost_filesystem-vc120.1.57.0.0\build\native\boost_filesystem-vc120.targets" Condition= "Exists('..\..\NuGetPackages\boost_filesystem-vc120.1.57.0.0\build\native\boost_filesystem-vc120.targets')" />
<Import Project= "..\..\NuGetPackages\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets" Condition= "Exists('..\..\NuGetPackages\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" />
<Import Project= "..\..\NuGetPackages\boost_chrono-vc120.1.57.0.0\build\native\boost_chrono-vc120.targets" Condition= "Exists('..\..\NuGetPackages\boost_chrono-vc120.1.57.0.0\build\native\boost_chrono-vc120.targets')" />
<Import Project= "..\..\NuGetPackages\boost_date_time-vc120.1.57.0.0\build\native\boost_date_time-vc120.targets" Condition= "Exists('..\..\NuGetPackages\boost_date_time-vc120.1.57.0.0\build\native\boost_date_time-vc120.targets')" />
<Import Project= "..\..\NuGetPackages\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets" Condition= "Exists('..\..\NuGetPackages\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" />
<Import Project= "..\..\NuGetPackages\rxd_glew.redist.1.10.0.1\build\native\rxd_glew.redist.targets" Condition= "Exists('..\..\NuGetPackages\rxd_glew.redist.1.10.0.1\build\native\rxd_glew.redist.targets')" />
<Import Project= "..\..\NuGetPackages\rxd_glew.1.10.0.1\build\native\rxd_glew.targets" Condition= "Exists('..\..\NuGetPackages\rxd_glew.1.10.0.1\build\native\rxd_glew.targets')" />
2012-03-12 05:27:19 +00:00
</ImportGroup>
2014-11-14 23:01:10 +00:00
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\..\NuGetPackages\zlib.redist.1.2.8.7\build\native\zlib.redist.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\zlib.redist.1.2.8.7\build\native\zlib.redist.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\zlib.1.2.8.7\build\native\zlib.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\zlib.1.2.8.7\build\native\zlib.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\boost.1.57.0.0\build\native\boost.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\boost.1.57.0.0\build\native\boost.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\boost_filesystem-vc120.1.57.0.0\build\native\boost_filesystem-vc120.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\boost_filesystem-vc120.1.57.0.0\build\native\boost_filesystem-vc120.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\boost_system-vc120.1.57.0.0\build\native\boost_system-vc120.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\boost_chrono-vc120.1.57.0.0\build\native\boost_chrono-vc120.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\boost_chrono-vc120.1.57.0.0\build\native\boost_chrono-vc120.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\boost_date_time-vc120.1.57.0.0\build\native\boost_date_time-vc120.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\boost_date_time-vc120.1.57.0.0\build\native\boost_date_time-vc120.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\boost_thread-vc120.1.57.0.0\build\native\boost_thread-vc120.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\rxd_glew.redist.1.10.0.1\build\native\rxd_glew.redist.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\rxd_glew.redist.1.10.0.1\build\native\rxd_glew.redist.targets'))" />
<Error Condition= "!Exists('..\..\NuGetPackages\rxd_glew.1.10.0.1\build\native\rxd_glew.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\..\NuGetPackages\rxd_glew.1.10.0.1\build\native\rxd_glew.targets'))" />
</Target>
2012-03-12 05:27:19 +00:00
</Project>