2019-09-09 07:01:26 +00:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Configurations.props" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ItemGroup>
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClCompile Include="achievements.cpp" />
|
2019-12-15 11:58:27 +00:00
|
|
|
|
<ClCompile Include="analog_controller.cpp" />
|
2020-11-13 07:36:36 +00:00
|
|
|
|
<ClCompile Include="analog_joystick.cpp" />
|
2019-11-16 05:27:57 +00:00
|
|
|
|
<ClCompile Include="bios.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClCompile Include="bus.cpp" />
|
2019-09-17 09:22:39 +00:00
|
|
|
|
<ClCompile Include="cdrom.cpp" />
|
2020-02-21 15:19:10 +00:00
|
|
|
|
<ClCompile Include="cdrom_async_reader.cpp" />
|
2020-09-09 12:11:28 +00:00
|
|
|
|
<ClCompile Include="cheats.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClCompile Include="cpu_core.cpp" />
|
|
|
|
|
<ClCompile Include="cpu_disasm.cpp" />
|
2019-11-19 10:30:04 +00:00
|
|
|
|
<ClCompile Include="cpu_code_cache.cpp" />
|
2020-11-20 16:15:29 +00:00
|
|
|
|
<ClCompile Include="cpu_recompiler_code_generator.cpp">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClCompile>
|
2020-11-20 16:06:44 +00:00
|
|
|
|
<ClCompile Include="cpu_recompiler_code_generator_aarch32.cpp">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'!='ARM'">true</ExcludedFromBuild>
|
2020-11-20 16:06:44 +00:00
|
|
|
|
</ClCompile>
|
2019-12-04 09:52:56 +00:00
|
|
|
|
<ClCompile Include="cpu_recompiler_code_generator_aarch64.cpp">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'!='ARM64'">true</ExcludedFromBuild>
|
2019-12-04 09:52:56 +00:00
|
|
|
|
</ClCompile>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
<ClCompile Include="cpu_recompiler_code_generator_generic.cpp">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClCompile>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
<ClCompile Include="cpu_recompiler_code_generator_x64.cpp">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'!='x64'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<ClCompile Include="cpu_recompiler_register_cache.cpp">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-10-13 11:37:37 +00:00
|
|
|
|
</ClCompile>
|
2019-11-19 10:30:04 +00:00
|
|
|
|
<ClCompile Include="cpu_types.cpp" />
|
2019-09-20 06:47:41 +00:00
|
|
|
|
<ClCompile Include="digital_controller.cpp" />
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClCompile Include="fullscreen_ui.cpp" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClCompile Include="game_database.cpp" />
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClCompile Include="game_list.cpp" />
|
2020-11-21 03:32:58 +00:00
|
|
|
|
<ClCompile Include="gpu_backend.cpp" />
|
2019-10-18 12:05:06 +00:00
|
|
|
|
<ClCompile Include="gpu_commands.cpp" />
|
2019-11-03 03:36:54 +00:00
|
|
|
|
<ClCompile Include="gpu_hw_shadergen.cpp" />
|
2019-10-26 02:57:35 +00:00
|
|
|
|
<ClCompile Include="gpu_sw.cpp" />
|
2020-11-21 03:32:58 +00:00
|
|
|
|
<ClCompile Include="gpu_sw_backend.cpp" />
|
2019-09-17 13:35:17 +00:00
|
|
|
|
<ClCompile Include="gte.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClCompile Include="dma.cpp" />
|
2020-12-17 17:29:10 +00:00
|
|
|
|
<ClCompile Include="gdb_protocol.cpp" />
|
2019-09-11 04:01:19 +00:00
|
|
|
|
<ClCompile Include="gpu.cpp" />
|
2019-09-12 02:53:04 +00:00
|
|
|
|
<ClCompile Include="gpu_hw.cpp" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClCompile Include="host.cpp" />
|
2020-07-21 14:03:01 +00:00
|
|
|
|
<ClCompile Include="host_interface_progress_callback.cpp" />
|
2023-08-23 12:06:48 +00:00
|
|
|
|
<ClCompile Include="hotkeys.cpp" />
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClCompile Include="imgui_overlays.cpp" />
|
2019-09-17 06:26:00 +00:00
|
|
|
|
<ClCompile Include="interrupt_controller.cpp" />
|
2019-09-29 02:51:34 +00:00
|
|
|
|
<ClCompile Include="mdec.cpp" />
|
2019-09-29 15:07:38 +00:00
|
|
|
|
<ClCompile Include="memory_card.cpp" />
|
2020-09-18 14:26:19 +00:00
|
|
|
|
<ClCompile Include="memory_card_image.cpp" />
|
2021-01-21 07:59:40 +00:00
|
|
|
|
<ClCompile Include="multitap.cpp" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClCompile Include="guncon.cpp" />
|
2020-05-31 06:42:51 +00:00
|
|
|
|
<ClCompile Include="negcon.cpp" />
|
2019-09-20 06:47:41 +00:00
|
|
|
|
<ClCompile Include="pad.cpp" />
|
2019-12-08 14:51:52 +00:00
|
|
|
|
<ClCompile Include="controller.cpp" />
|
2023-04-29 10:45:39 +00:00
|
|
|
|
<ClCompile Include="pcdrv.cpp" />
|
2020-08-01 14:25:07 +00:00
|
|
|
|
<ClCompile Include="pgxp.cpp" />
|
2020-04-29 03:59:49 +00:00
|
|
|
|
<ClCompile Include="playstation_mouse.cpp" />
|
2020-04-16 14:29:56 +00:00
|
|
|
|
<ClCompile Include="psf_loader.cpp" />
|
2020-06-30 14:35:02 +00:00
|
|
|
|
<ClCompile Include="resources.cpp" />
|
2019-10-04 05:00:32 +00:00
|
|
|
|
<ClCompile Include="settings.cpp" />
|
2019-12-07 11:09:02 +00:00
|
|
|
|
<ClCompile Include="sio.cpp" />
|
2019-09-24 13:44:38 +00:00
|
|
|
|
<ClCompile Include="spu.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClCompile Include="system.cpp" />
|
2020-12-25 08:02:38 +00:00
|
|
|
|
<ClCompile Include="texture_replacements.cpp" />
|
2019-09-20 13:40:19 +00:00
|
|
|
|
<ClCompile Include="timers.cpp" />
|
2020-01-24 04:53:40 +00:00
|
|
|
|
<ClCompile Include="timing_event.cpp" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-12-15 11:58:27 +00:00
|
|
|
|
<ClInclude Include="analog_controller.h" />
|
2020-11-13 07:36:36 +00:00
|
|
|
|
<ClInclude Include="analog_joystick.h" />
|
2019-11-16 05:27:57 +00:00
|
|
|
|
<ClInclude Include="bios.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="bus.h" />
|
2019-09-17 09:22:39 +00:00
|
|
|
|
<ClInclude Include="cdrom.h" />
|
2020-02-21 15:19:10 +00:00
|
|
|
|
<ClInclude Include="cdrom_async_reader.h" />
|
2020-09-09 12:11:28 +00:00
|
|
|
|
<ClInclude Include="cheats.h" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClInclude Include="achievements.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="cpu_core.h" />
|
2020-08-08 05:15:56 +00:00
|
|
|
|
<ClInclude Include="cpu_core_private.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="cpu_disasm.h" />
|
2019-11-19 10:30:04 +00:00
|
|
|
|
<ClInclude Include="cpu_code_cache.h" />
|
2020-11-20 16:15:29 +00:00
|
|
|
|
<ClInclude Include="cpu_recompiler_code_generator.h">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClInclude>
|
|
|
|
|
<ClInclude Include="cpu_recompiler_register_cache.h">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClInclude>
|
|
|
|
|
<ClInclude Include="cpu_recompiler_thunks.h">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClInclude>
|
|
|
|
|
<ClInclude Include="cpu_recompiler_types.h">
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
2020-11-20 16:15:29 +00:00
|
|
|
|
</ClInclude>
|
2019-09-20 06:47:41 +00:00
|
|
|
|
<ClInclude Include="digital_controller.h" />
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClInclude Include="fullscreen_ui.h" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClInclude Include="game_database.h" />
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClInclude Include="game_list.h" />
|
2020-11-21 03:32:58 +00:00
|
|
|
|
<ClInclude Include="gpu_backend.h" />
|
2019-11-03 03:36:54 +00:00
|
|
|
|
<ClInclude Include="gpu_hw_shadergen.h" />
|
2019-10-26 02:57:35 +00:00
|
|
|
|
<ClInclude Include="gpu_sw.h" />
|
2020-11-21 03:32:58 +00:00
|
|
|
|
<ClInclude Include="gpu_sw_backend.h" />
|
2020-10-22 09:31:28 +00:00
|
|
|
|
<ClInclude Include="gpu_types.h" />
|
2019-09-17 13:35:17 +00:00
|
|
|
|
<ClInclude Include="gte.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="cpu_types.h" />
|
|
|
|
|
<ClInclude Include="dma.h" />
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ClInclude Include="gdb_protocol.h" />
|
2019-09-11 04:01:19 +00:00
|
|
|
|
<ClInclude Include="gpu.h" />
|
2019-09-12 02:53:04 +00:00
|
|
|
|
<ClInclude Include="gpu_hw.h" />
|
2019-09-17 13:35:17 +00:00
|
|
|
|
<ClInclude Include="gte_types.h" />
|
2022-07-08 14:25:16 +00:00
|
|
|
|
<ClInclude Include="host.h" />
|
2020-07-21 14:03:01 +00:00
|
|
|
|
<ClInclude Include="host_interface_progress_callback.h" />
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ClInclude Include="imgui_overlays.h" />
|
2023-01-15 04:00:51 +00:00
|
|
|
|
<ClInclude Include="input_types.h" />
|
2019-09-17 06:26:00 +00:00
|
|
|
|
<ClInclude Include="interrupt_controller.h" />
|
2019-09-29 02:51:34 +00:00
|
|
|
|
<ClInclude Include="mdec.h" />
|
2019-09-29 15:07:38 +00:00
|
|
|
|
<ClInclude Include="memory_card.h" />
|
2020-09-18 14:26:19 +00:00
|
|
|
|
<ClInclude Include="memory_card_image.h" />
|
2021-01-21 07:59:40 +00:00
|
|
|
|
<ClInclude Include="multitap.h" />
|
2022-07-11 13:03:29 +00:00
|
|
|
|
<ClInclude Include="guncon.h" />
|
2020-05-31 06:42:51 +00:00
|
|
|
|
<ClInclude Include="negcon.h" />
|
2019-09-20 06:47:41 +00:00
|
|
|
|
<ClInclude Include="pad.h" />
|
2019-12-08 14:51:52 +00:00
|
|
|
|
<ClInclude Include="controller.h" />
|
2023-04-29 10:45:39 +00:00
|
|
|
|
<ClInclude Include="pcdrv.h" />
|
2020-08-01 14:25:07 +00:00
|
|
|
|
<ClInclude Include="pgxp.h" />
|
2020-04-29 03:59:49 +00:00
|
|
|
|
<ClInclude Include="playstation_mouse.h" />
|
2020-04-16 14:29:56 +00:00
|
|
|
|
<ClInclude Include="psf_loader.h" />
|
2020-06-30 14:35:02 +00:00
|
|
|
|
<ClInclude Include="resources.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="save_state_version.h" />
|
2019-10-04 05:00:32 +00:00
|
|
|
|
<ClInclude Include="settings.h" />
|
2021-01-11 04:50:25 +00:00
|
|
|
|
<ClInclude Include="shader_cache_version.h" />
|
2019-12-07 11:09:02 +00:00
|
|
|
|
<ClInclude Include="sio.h" />
|
2019-09-24 13:44:38 +00:00
|
|
|
|
<ClInclude Include="spu.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="system.h" />
|
2020-12-25 08:02:38 +00:00
|
|
|
|
<ClInclude Include="texture_replacements.h" />
|
2019-09-20 13:40:19 +00:00
|
|
|
|
<ClInclude Include="timers.h" />
|
2020-01-24 04:53:40 +00:00
|
|
|
|
<ClInclude Include="timing_event.h" />
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<ClInclude Include="types.h" />
|
|
|
|
|
</ItemGroup>
|
2023-08-13 07:21:45 +00:00
|
|
|
|
<ItemGroup>
|
2023-08-13 06:28:28 +00:00
|
|
|
|
<ProjectReference Include="..\..\dep\discord-rpc\discord-rpc.vcxproj">
|
|
|
|
|
<Project>{4266505b-dbaf-484b-ab31-b53b9c8235b3}</Project>
|
|
|
|
|
</ProjectReference>
|
2023-08-13 07:21:45 +00:00
|
|
|
|
<ProjectReference Include="..\..\dep\imgui\imgui.vcxproj">
|
|
|
|
|
<Project>{bb08260f-6fbc-46af-8924-090ee71360c6}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\rainterface\rainterface.vcxproj" Condition="'$(Platform)'!='ARM64'">
|
|
|
|
|
<Project>{e4357877-d459-45c7-b8f6-dcbb587bb528}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\rcheevos\rcheevos.vcxproj">
|
|
|
|
|
<Project>{4ba0a6d4-3ae1-42b2-9347-096fd023ff64}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\stb\stb.vcxproj">
|
|
|
|
|
<Project>{ed601289-ac1a-46b8-a8ed-17db9eb73423}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\vixl\vixl.vcxproj" Condition="'$(Platform)'=='ARM64'">
|
|
|
|
|
<Project>{8906836e-f06e-46e8-b11a-74e5e8c7b8fb}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\xxhash\xxhash.vcxproj">
|
|
|
|
|
<Project>{09553c96-9f39-49bf-8ae6-7acbd07c410c}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\zlib\zlib.vcxproj">
|
|
|
|
|
<Project>{7ff9fdb9-d504-47db-a16a-b08071999620}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\..\dep\zstd\zstd.vcxproj">
|
|
|
|
|
<Project>{73ee0c55-6ffe-44e7-9c12-baa52434a797}</Project>
|
2023-08-13 06:28:28 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\scmversion\scmversion.vcxproj">
|
|
|
|
|
<Project>{075ced82-6a20-46df-94c7-9624ac9ddbeb}</Project>
|
2023-08-13 07:21:45 +00:00
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\util\util.vcxproj">
|
|
|
|
|
<Project>{57f6206d-f264-4b07-baf8-11b9bbe1f455}</Project>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
</ItemGroup>
|
2019-09-09 07:01:26 +00:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{868B98C8-65A1-494B-8346-250A73A48C0A}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\StaticLibrary.props" />
|
|
|
|
|
<Import Project="core.props" />
|
|
|
|
|
<ItemDefinitionGroup>
|
|
|
|
|
<ClCompile>
|
2023-08-15 13:12:21 +00:00
|
|
|
|
<PreprocessorDefinitions>ZYDIS_DISABLE_ENCODER;ZYDIS_DISABLE_AVX512;ZYDIS_DISABLE_KNC;ZYDIS_STATIC_BUILD;ZYCORE_STATIC_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<AdditionalIncludeDirectories Condition="'$(Platform)'=='x64'">$(SolutionDir)dep\zydis\include;$(SolutionDir)dep\zydis\dependencies\zycore\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2021-07-04 08:16:36 +00:00
|
|
|
|
<ObjectFileName>$(IntDir)/%(RelativeDir)/</ObjectFileName>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="..\..\dep\msvc\vsprops\Targets.props" />
|
2023-08-27 12:48:40 +00:00
|
|
|
|
</Project>
|