2014-06-02 19:27:24 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-07-22 01:10:14 +02:00
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2015-08-24 18:07:15 +02:00
|
|
|
|
<ProjectConfiguration Include="Debug - LLVM|x64">
|
|
|
|
|
|
<Configuration>Debug - LLVM</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-04-15 16:12:15 +02:00
|
|
|
|
<ProjectConfiguration Include="Debug - MemLeak|x64">
|
|
|
|
|
|
<Configuration>Debug - MemLeak</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
<ProjectConfiguration Include="Release - LLVM|x64">
|
|
|
|
|
|
<Configuration>Release - LLVM</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectGuid>{70CD65B0-91D6-4FAE-9A7B-4AF55D0D1B12}</ProjectGuid>
|
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
|
<RootNamespace>rpcs3</RootNamespace>
|
2015-11-16 00:27:19 +01:00
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<PropertyGroup Label="Configuration">
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ConfigurationType>Application</ConfigurationType>
|
2015-05-08 19:53:57 +02:00
|
|
|
|
<PlatformToolset>v140</PlatformToolset>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
</PropertyGroup>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
|
</ImportGroup>
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<ImportGroup Label="PropertySheets">
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<Import Project="..\rpcs3_default.props" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</ImportGroup>
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<Import Project="..\rpcs3_debug.props" />
|
2015-08-24 18:07:15 +02:00
|
|
|
|
</ImportGroup>
|
2014-04-15 16:12:15 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'" Label="PropertySheets">
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<Import Project="..\rpcs3_debug.props" />
|
|
|
|
|
|
<Import Project="..\rpcs3_memleak.props" />
|
2014-04-15 16:12:15 +02:00
|
|
|
|
</ImportGroup>
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'" Label="PropertySheets">
|
|
|
|
|
|
<Import Project="..\rpcs3_debug.props" />
|
|
|
|
|
|
<Import Project="..\rpcs3_llvm.props" />
|
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<Import Project="..\rpcs3_release.props" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</ImportGroup>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'" Label="PropertySheets">
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<Import Project="..\rpcs3_release.props" />
|
|
|
|
|
|
<Import Project="..\rpcs3_llvm.props" />
|
2015-08-24 18:07:15 +02:00
|
|
|
|
</ImportGroup>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2015-06-28 18:09:28 +02:00
|
|
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</PropertyGroup>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
|
|
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
2016-06-22 22:03:46 +02:00
|
|
|
|
<LibraryPath>$(SolutionDir)lib\Debug-$(Platform)\;$(LibraryPath)</LibraryPath>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
</PropertyGroup>
|
2014-04-15 16:12:15 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2015-06-28 18:09:28 +02:00
|
|
|
|
<TargetName>$(ProjectName)-dbg</TargetName>
|
2016-06-22 22:03:46 +02:00
|
|
|
|
<LibraryPath>$(SolutionDir)lib\Debug-$(Platform)\;$(LibraryPath)</LibraryPath>
|
2014-04-15 16:12:15 +02:00
|
|
|
|
</PropertyGroup>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
2014-06-08 23:02:20 +02:00
|
|
|
|
</PropertyGroup>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
|
<RunCodeAnalysis>false</RunCodeAnalysis>
|
2016-06-22 22:03:46 +02:00
|
|
|
|
<LibraryPath>$(SolutionDir)lib\Release-$(Platform)\;$(LibraryPath)</LibraryPath>
|
2015-08-24 18:07:15 +02:00
|
|
|
|
</PropertyGroup>
|
2015-12-06 16:45:34 +01:00
|
|
|
|
<ItemDefinitionGroup>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
<PreBuildEvent>
|
2016-05-08 15:19:24 +02:00
|
|
|
|
<Command>
|
|
|
|
|
|
</Command>
|
|
|
|
|
|
<Message>
|
|
|
|
|
|
</Message>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
</PreBuildEvent>
|
2015-12-30 02:12:18 +01:00
|
|
|
|
<ClCompile>
|
2016-06-16 19:19:45 +02:00
|
|
|
|
<AdditionalIncludeDirectories>..\rsx_program_decompiler\rsx_decompiler;..\wxWidgets\include\msvc;..\wxWidgets\include;..\3rdparty\XAudio2_7;..\Vulkan\Vulkan-LoaderAndValidationLayers\include;..\Vulkan\glslang\glslang\Public;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2015-12-30 02:12:18 +01:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
2016-07-11 16:26:47 +02:00
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">..\Vulkan\glslang-build\hlsl\Debug;..\Vulkan\glslang-build\SPIRV\Debug;..\Vulkan\glslang-build\OGLCompilersDLL\Debug;..\Vulkan\glslang-build\glslang\OSDependent\Windows\Debug;..\Vulkan\Vulkan-build\loader\Debug;..\Vulkan\glslang-build\glslang\Debug;..\3rdparty\OpenAL\libs\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">..\Vulkan\glslang-build\hlsl\Debug;..\Vulkan\glslang-build\SPIRV\Debug;..\Vulkan\glslang-build\OGLCompilersDLL\Debug;..\Vulkan\glslang-build\glslang\OSDependent\Windows\Debug;..\Vulkan\Vulkan-build\loader\Debug;..\Vulkan\glslang-build\glslang\Debug;..\3rdparty\OpenAL\libs\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">..\Vulkan\glslang-build\hlsl\Debug;..\Vulkan\glslang-build\SPIRV\Debug;..\Vulkan\glslang-build\OGLCompilersDLL\Debug;..\Vulkan\glslang-build\glslang\OSDependent\Windows\Debug;..\Vulkan\Vulkan-build\loader\Debug;..\Vulkan\glslang-build\glslang\Debug;..\3rdparty\OpenAL\libs\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release|x64'">..\Vulkan\glslang-build\hlsl\Release;..\Vulkan\glslang-build\SPIRV\Release;..\Vulkan\glslang-build\OGLCompilersDLL\Release;..\Vulkan\glslang-build\glslang\OSDependent\Windows\Release;..\Vulkan\Vulkan-build\loader\Release;..\Vulkan\glslang-build\glslang\Release;..\3rdparty\OpenAL\libs\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<AdditionalLibraryDirectories Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">..\Vulkan\glslang-build\hlsl\Release;..\Vulkan\glslang-build\SPIRV\Release;..\Vulkan\glslang-build\OGLCompilersDLL\Release;..\Vulkan\glslang-build\glslang\OSDependent\Windows\Release;..\Vulkan\Vulkan-build\loader\Release;..\Vulkan\glslang-build\glslang\Release;..\3rdparty\OpenAL\libs\Win64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<AdditionalLibraryDirectories>..\wxWidgets\lib\vc_x64_lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug - MemLeak|x64'">wxmsw31ud_adv.lib;wxbase31ud.lib;wxmsw31ud_core.lib;wxmsw31ud_aui.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">wxmsw31ud_adv.lib;wxbase31ud.lib;wxmsw31ud_core.lib;wxmsw31ud_aui.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Debug - LLVM|x64'">wxmsw31ud_adv.lib;wxbase31ud.lib;wxmsw31ud_core.lib;wxmsw31ud_aui.lib;wxtiffd.lib;wxjpegd.lib;wxpngd.lib;wxzlibd.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release|x64'">wxmsw31u_adv.lib;wxbase31u.lib;wxmsw31u_core.lib;wxmsw31u_aui.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalDependencies Condition="'$(Configuration)|$(Platform)'=='Release - LLVM|x64'">wxmsw31u_adv.lib;wxbase31u.lib;wxmsw31u_core.lib;wxmsw31u_aui.lib;wxtiff.lib;wxjpeg.lib;wxpng.lib;wxzlib.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-07-11 16:26:47 +02:00
|
|
|
|
<AdditionalDependencies>VKstatic.1.lib;glslang.lib;OSDependent.lib;OGLCompiler.lib;SPIRV.lib;HLSL.lib;rsx_decompiler.lib;shader_code.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
<BaseAddress>0x10000</BaseAddress>
|
|
|
|
|
|
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
|
|
|
<DataExecutionPrevention>true</DataExecutionPrevention>
|
2015-12-30 02:12:18 +01:00
|
|
|
|
</Link>
|
2015-08-01 23:51:42 +02:00
|
|
|
|
</ItemDefinitionGroup>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ItemGroup>
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClCompile Include="BasicKeyboardHandler.cpp" />
|
|
|
|
|
|
<ClCompile Include="BasicMouseHandler.cpp" />
|
2014-08-14 17:22:13 +02:00
|
|
|
|
<ClCompile Include="Gui\AutoPauseManager.cpp" />
|
2015-02-22 15:47:12 +01:00
|
|
|
|
<ClCompile Include="Gui\CgDisasm.cpp" />
|
2014-06-27 06:01:40 +02:00
|
|
|
|
<ClCompile Include="Gui\ConLogFrame.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\Debugger.cpp" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClCompile Include="Gui\FrameBase.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\GameViewer.cpp" />
|
2014-05-02 08:30:32 +02:00
|
|
|
|
<ClCompile Include="Gui\GLGSFrame.cpp" />
|
|
|
|
|
|
<ClCompile Include="Gui\GSFrame.cpp" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClCompile Include="Gui\InstructionEditor.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\InterpreterDisAsm.cpp" />
|
2014-07-26 07:51:45 +02:00
|
|
|
|
<ClCompile Include="Gui\KernelExplorer.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\MainFrame.cpp" />
|
2014-12-25 05:39:57 +01:00
|
|
|
|
<ClCompile Include="Gui\MemoryStringSearcher.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\MemoryViewer.cpp" />
|
2014-08-29 20:30:21 +02:00
|
|
|
|
<ClCompile Include="Gui\MsgDialog.cpp" />
|
2017-01-23 19:11:42 +01:00
|
|
|
|
<ClCompile Include="Gui\OskDialog.cpp" />
|
2014-04-05 16:26:45 +02:00
|
|
|
|
<ClCompile Include="Gui\PADManager.cpp" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClCompile Include="Gui\RegisterEditor.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\RSXDebugger.cpp" />
|
2015-04-16 17:33:55 +02:00
|
|
|
|
<ClCompile Include="Gui\SaveDataDialog.cpp" />
|
2014-08-15 13:44:16 +02:00
|
|
|
|
<ClCompile Include="Gui\SaveDataUtility.cpp" />
|
2015-08-23 10:06:15 +02:00
|
|
|
|
<ClCompile Include="Gui\SettingsDialog.cpp" />
|
2015-09-10 16:13:31 +02:00
|
|
|
|
<ClCompile Include="Gui\SignInDialog.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="Gui\TextInputDialog.cpp" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClCompile Include="KeyboardPadHandler.cpp" />
|
2017-02-10 13:28:00 +01:00
|
|
|
|
<ClCompile Include="MMJoystickHandler.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClCompile Include="rpcs3.cpp" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClCompile Include="XInputPadHandler.cpp" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2016-04-15 18:54:52 +02:00
|
|
|
|
<ResourceCompile Include="rpcs3_.rc" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<ClInclude Include="..\Utilities\MTProgressDialog.h" />
|
2014-04-28 08:22:27 +02:00
|
|
|
|
<ClInclude Include="Gui\AboutDialog.h" />
|
2014-08-14 17:22:13 +02:00
|
|
|
|
<ClInclude Include="Gui\AutoPauseManager.h" />
|
2015-02-22 15:47:12 +01:00
|
|
|
|
<ClInclude Include="Gui\CgDisasm.h" />
|
2014-05-02 08:30:32 +02:00
|
|
|
|
<ClInclude Include="Gui\ConLogFrame.h" />
|
2014-04-02 20:23:37 +02:00
|
|
|
|
<ClInclude Include="Gui\Debugger.h" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClInclude Include="Gui\FrameBase.h" />
|
|
|
|
|
|
<ClInclude Include="Gui\GameViewer.h" />
|
2014-05-02 08:30:32 +02:00
|
|
|
|
<ClInclude Include="Gui\GLGSFrame.h" />
|
|
|
|
|
|
<ClInclude Include="Gui\GSFrame.h" />
|
2014-09-06 15:33:01 +02:00
|
|
|
|
<ClInclude Include="Gui\InstructionEditor.h" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClInclude Include="Gui\InterpreterDisAsm.h" />
|
2014-07-26 07:51:45 +02:00
|
|
|
|
<ClInclude Include="Gui\KernelExplorer.h" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClInclude Include="Gui\MainFrame.h" />
|
2015-11-26 08:37:53 +01:00
|
|
|
|
<ClInclude Include="Gui\MemoryStringSearcher.h" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClInclude Include="Gui\MemoryViewer.h" />
|
2014-08-29 20:30:21 +02:00
|
|
|
|
<ClInclude Include="Gui\MsgDialog.h" />
|
2015-11-26 08:37:53 +01:00
|
|
|
|
<ClInclude Include="Gui\PADManager.h" />
|
2014-04-02 20:23:37 +02:00
|
|
|
|
<ClInclude Include="Gui\RegisterEditor.h" />
|
|
|
|
|
|
<ClInclude Include="Gui\RSXDebugger.h" />
|
2015-04-16 17:33:55 +02:00
|
|
|
|
<ClInclude Include="Gui\SaveDataDialog.h" />
|
2014-08-15 13:44:16 +02:00
|
|
|
|
<ClInclude Include="Gui\SaveDataUtility.h" />
|
2015-08-23 10:06:15 +02:00
|
|
|
|
<ClInclude Include="Gui\SettingsDialog.h" />
|
2015-09-10 16:13:31 +02:00
|
|
|
|
<ClInclude Include="Gui\SignInDialog.h" />
|
2014-04-02 20:23:37 +02:00
|
|
|
|
<ClInclude Include="Gui\TextInputDialog.h" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClInclude Include="KeyboardPadHandler.h" />
|
2017-02-10 13:28:00 +01:00
|
|
|
|
<ClInclude Include="MMJoystickHandler.h" />
|
2015-06-30 20:36:46 +02:00
|
|
|
|
<ClInclude Include="resource.h" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<ClInclude Include="rpcs3.h" />
|
2014-08-29 00:49:26 +02:00
|
|
|
|
<ClInclude Include="stdafx_gui.h" />
|
2016-02-01 22:40:38 +01:00
|
|
|
|
<ClInclude Include="BasicKeyboardHandler.h" />
|
|
|
|
|
|
<ClInclude Include="BasicMouseHandler.h" />
|
|
|
|
|
|
<ClInclude Include="XInputPadHandler.h" />
|
2014-03-03 05:48:07 +01:00
|
|
|
|
</ItemGroup>
|
2014-11-04 17:45:25 +01:00
|
|
|
|
<ItemGroup>
|
2015-10-21 09:24:02 +02:00
|
|
|
|
<ProjectReference Include="D3D12GSRender.vcxproj">
|
|
|
|
|
|
<Project>{fac9b17b-f4b8-4b75-8aeb-c8c7cb92b078}</Project>
|
|
|
|
|
|
</ProjectReference>
|
2014-11-04 17:45:25 +01:00
|
|
|
|
<ProjectReference Include="emucore.vcxproj">
|
|
|
|
|
|
<Project>{c4a10229-4712-4bd2-b63e-50d93c67a038}</Project>
|
|
|
|
|
|
</ProjectReference>
|
2015-12-06 18:54:02 +01:00
|
|
|
|
<ProjectReference Include="GLGSRender.vcxproj">
|
|
|
|
|
|
<Project>{3384223a-6d97-4799-9862-359f85312892}</Project>
|
|
|
|
|
|
</ProjectReference>
|
2015-12-30 02:12:18 +01:00
|
|
|
|
<ProjectReference Include="OpenAL.vcxproj">
|
|
|
|
|
|
<Project>{30a05c4d-f5fd-421c-a864-17a64bdeaa75}</Project>
|
|
|
|
|
|
</ProjectReference>
|
2016-02-16 20:23:17 +01:00
|
|
|
|
<ProjectReference Include="VKGSRender.vcxproj">
|
|
|
|
|
|
<Project>{3ee5f075-b546-42c4-b6a8-e3ccef38b78d}</Project>
|
|
|
|
|
|
</ProjectReference>
|
2015-12-30 02:12:18 +01:00
|
|
|
|
<ProjectReference Include="XAudio.vcxproj">
|
|
|
|
|
|
<Project>{78cb2f39-b809-4a06-8329-8c0a19119d3d}</Project>
|
|
|
|
|
|
</ProjectReference>
|
2014-11-04 17:45:25 +01:00
|
|
|
|
</ItemGroup>
|
2015-06-30 20:36:46 +02:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Image Include="rpcs3.ico" />
|
|
|
|
|
|
</ItemGroup>
|
2014-03-03 05:48:07 +01:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
2017-01-23 19:11:42 +01:00
|
|
|
|
</Project>
|