2019-02-11 19:18:47 -05:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<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>
|
|
|
|
|
<ProjectConfiguration Include="Libretro|Win32">
|
|
|
|
|
<Configuration>Libretro</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Libretro|x64">
|
|
|
|
|
<Configuration>Libretro</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGO Optimize|Win32">
|
|
|
|
|
<Configuration>PGO Optimize</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGO Optimize|x64">
|
|
|
|
|
<Configuration>PGO Optimize</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGO Profile|Win32">
|
|
|
|
|
<Configuration>PGO Profile</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="PGO Profile|x64">
|
|
|
|
|
<Configuration>PGO Profile</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-07-06 09:29:35 -04:00
|
|
|
|
<ClInclude Include="AluMulDiv.h" />
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<ClInclude Include="Assembler.h" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClInclude Include="BaseCartridge.h" />
|
2019-02-17 19:54:29 -05:00
|
|
|
|
<ClInclude Include="BaseControlDevice.h" />
|
2019-07-14 21:45:12 -04:00
|
|
|
|
<ClInclude Include="BaseCoprocessor.h" />
|
2020-05-21 20:57:00 -04:00
|
|
|
|
<ClInclude Include="BaseEventManager.h" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<ClInclude Include="BatteryManager.h" />
|
2020-02-19 23:53:34 -05:00
|
|
|
|
<ClInclude Include="BsxCart.h" />
|
|
|
|
|
<ClInclude Include="BsxMemoryPack.h" />
|
2020-02-20 23:57:01 -05:00
|
|
|
|
<ClInclude Include="BsxSatellaview.h" />
|
|
|
|
|
<ClInclude Include="BsxStream.h" />
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<ClInclude Include="CheatManager.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="ClientConnectionData.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="Cpu.Shared.h" />
|
2019-08-08 23:05:24 -04:00
|
|
|
|
<ClInclude Include="CpuBwRamHandler.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="CpuDebugger.h" />
|
2019-08-03 23:43:51 -04:00
|
|
|
|
<ClInclude Include="Cx4.h" />
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<ClInclude Include="Cx4Debugger.h" />
|
2019-08-03 23:43:51 -04:00
|
|
|
|
<ClInclude Include="Cx4DisUtils.h" />
|
|
|
|
|
<ClInclude Include="Cx4Types.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="DebugUtilities.h" />
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<ClInclude Include="DmaControllerTypes.h" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClInclude Include="Gameboy.h" />
|
|
|
|
|
<ClInclude Include="GameboyDisUtils.h" />
|
|
|
|
|
<ClInclude Include="GameboyHeader.h" />
|
|
|
|
|
<ClInclude Include="GbApu.h" />
|
2020-06-06 22:27:54 -04:00
|
|
|
|
<ClInclude Include="GbAssembler.h" />
|
2020-06-18 00:58:22 -04:00
|
|
|
|
<ClInclude Include="GbBootRom.h" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClInclude Include="GbCart.h" />
|
|
|
|
|
<ClInclude Include="GbCartFactory.h" />
|
|
|
|
|
<ClInclude Include="GbCpu.h" />
|
|
|
|
|
<ClInclude Include="GbDebugger.h" />
|
2020-05-23 00:45:22 -04:00
|
|
|
|
<ClInclude Include="GbDmaController.h" />
|
2020-05-21 20:57:00 -04:00
|
|
|
|
<ClInclude Include="GbEventManager.h" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClInclude Include="GbMbc1.h" />
|
|
|
|
|
<ClInclude Include="GbMbc2.h" />
|
|
|
|
|
<ClInclude Include="GbMbc3.h" />
|
|
|
|
|
<ClInclude Include="GbMbc5.h" />
|
|
|
|
|
<ClInclude Include="GbMemoryManager.h" />
|
|
|
|
|
<ClInclude Include="GbNoiseChannel.h" />
|
|
|
|
|
<ClInclude Include="GbPpu.h" />
|
|
|
|
|
<ClInclude Include="GbSquareChannel.h" />
|
|
|
|
|
<ClInclude Include="GbTimer.h" />
|
|
|
|
|
<ClInclude Include="GbTypes.h" />
|
|
|
|
|
<ClInclude Include="GbWaveChannel.h" />
|
2020-10-06 22:57:19 -04:00
|
|
|
|
<ClInclude Include="HistoryViewer.h" />
|
2020-06-06 22:27:54 -04:00
|
|
|
|
<ClInclude Include="IAssembler.h" />
|
2020-02-23 21:50:55 -05:00
|
|
|
|
<ClInclude Include="NecDspDebugger.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="ForceDisconnectMessage.h" />
|
|
|
|
|
<ClInclude Include="GameClient.h" />
|
|
|
|
|
<ClInclude Include="GameClientConnection.h" />
|
|
|
|
|
<ClInclude Include="GameConnection.h" />
|
|
|
|
|
<ClInclude Include="GameInformationMessage.h" />
|
|
|
|
|
<ClInclude Include="GameServer.h" />
|
|
|
|
|
<ClInclude Include="GameServerConnection.h" />
|
2019-07-30 22:34:52 -04:00
|
|
|
|
<ClInclude Include="Gsu.h" />
|
|
|
|
|
<ClInclude Include="GsuDebugger.h" />
|
|
|
|
|
<ClInclude Include="GsuDisUtils.h" />
|
|
|
|
|
<ClInclude Include="GsuRamHandler.h" />
|
|
|
|
|
<ClInclude Include="GsuRomHandler.h" />
|
|
|
|
|
<ClInclude Include="GsuTypes.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="HandShakeMessage.h" />
|
2019-10-22 19:30:21 -04:00
|
|
|
|
<ClInclude Include="IDebugger.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="InputDataMessage.h" />
|
2019-10-18 17:05:44 -04:00
|
|
|
|
<ClInclude Include="InputHud.h" />
|
2019-10-10 23:54:38 -04:00
|
|
|
|
<ClInclude Include="InternalRegisterTypes.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="MemoryMappings.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="BaseRenderer.h" />
|
|
|
|
|
<ClInclude Include="BaseSoundManager.h" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClInclude Include="BaseVideoFilter.h" />
|
2019-07-17 22:14:13 -04:00
|
|
|
|
<ClInclude Include="FirmwareHelper.h" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClInclude Include="blargg_common.h" />
|
|
|
|
|
<ClInclude Include="blargg_config.h" />
|
|
|
|
|
<ClInclude Include="blargg_endian.h" />
|
|
|
|
|
<ClInclude Include="blargg_source.h" />
|
2019-03-01 20:27:49 -05:00
|
|
|
|
<ClInclude Include="Breakpoint.h" />
|
|
|
|
|
<ClInclude Include="BreakpointManager.h" />
|
2019-03-24 12:05:51 -04:00
|
|
|
|
<ClInclude Include="CallstackManager.h" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<ClInclude Include="CartTypes.h" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClInclude Include="CodeDataLogger.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="Console.h" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<ClInclude Include="ConsoleLock.h" />
|
2019-02-17 19:54:29 -05:00
|
|
|
|
<ClInclude Include="ControlDeviceState.h" />
|
|
|
|
|
<ClInclude Include="ControlManager.h" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<ClInclude Include="Cpu.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="Cpu.Instructions.h" />
|
2019-04-06 09:15:19 -04:00
|
|
|
|
<ClInclude Include="CpuDisUtils.h" />
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<ClInclude Include="DebugBreakHelper.h" />
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<ClInclude Include="DebugStats.h" />
|
2019-02-28 16:53:04 -05:00
|
|
|
|
<ClInclude Include="DummyCpu.h" />
|
2019-04-07 17:57:30 -04:00
|
|
|
|
<ClInclude Include="DummySpc.h" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<ClInclude Include="EmuSettings.h" />
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<ClInclude Include="EventManager.h" />
|
|
|
|
|
<ClInclude Include="EventType.h" />
|
2019-02-27 20:33:56 -05:00
|
|
|
|
<ClInclude Include="ExpressionEvaluator.h" />
|
2019-04-28 22:19:52 -04:00
|
|
|
|
<ClInclude Include="LabelManager.h" />
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<ClInclude Include="LuaApi.h" />
|
|
|
|
|
<ClInclude Include="LuaCallHelper.h" />
|
|
|
|
|
<ClInclude Include="LuaScriptingContext.h" />
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<ClInclude Include="MemoryAccessCounter.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="MessageType.h" />
|
|
|
|
|
<ClInclude Include="MovieDataMessage.h" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<ClInclude Include="MovieTypes.h" />
|
2019-11-01 21:15:11 -04:00
|
|
|
|
<ClInclude Include="Msu1.h" />
|
2019-08-09 11:45:20 -04:00
|
|
|
|
<ClInclude Include="Multitap.h" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<ClInclude Include="MesenMovie.h" />
|
|
|
|
|
<ClInclude Include="MovieManager.h" />
|
|
|
|
|
<ClInclude Include="MovieRecorder.h" />
|
2019-07-14 21:45:12 -04:00
|
|
|
|
<ClInclude Include="NecDsp.h" />
|
|
|
|
|
<ClInclude Include="NecDspDisUtils.h" />
|
|
|
|
|
<ClInclude Include="NecDspTypes.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="NetMessage.h" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<ClInclude Include="NtscFilter.h" />
|
2019-08-04 14:01:33 -04:00
|
|
|
|
<ClInclude Include="Obc1.h" />
|
2019-11-01 21:15:11 -04:00
|
|
|
|
<ClInclude Include="PcmReader.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="PlayerListMessage.h" />
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<ClInclude Include="PpuTools.h" />
|
2020-02-08 17:08:33 -05:00
|
|
|
|
<ClInclude Include="Profiler.h" />
|
2019-10-16 20:22:45 -04:00
|
|
|
|
<ClInclude Include="RecordedRomTest.h" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClInclude Include="RegisterHandlerB.h" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<ClInclude Include="CpuTypes.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="Debugger.h" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClInclude Include="DebugHud.h" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClInclude Include="DebugTypes.h" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClInclude Include="DefaultVideoFilter.h" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClInclude Include="Disassembler.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="DisassemblyInfo.h" />
|
2019-02-15 00:08:50 -05:00
|
|
|
|
<ClInclude Include="DmaController.h" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClInclude Include="DrawCommand.h" />
|
|
|
|
|
<ClInclude Include="DrawLineCommand.h" />
|
|
|
|
|
<ClInclude Include="DrawPixelCommand.h" />
|
|
|
|
|
<ClInclude Include="DrawRectangleCommand.h" />
|
|
|
|
|
<ClInclude Include="DrawScreenBufferCommand.h" />
|
|
|
|
|
<ClInclude Include="DrawStringCommand.h" />
|
2019-02-21 17:18:56 -05:00
|
|
|
|
<ClInclude Include="FrameLimiter.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="IAudioDevice.h" />
|
|
|
|
|
<ClInclude Include="IInputProvider.h" />
|
|
|
|
|
<ClInclude Include="IInputRecorder.h" />
|
|
|
|
|
<ClInclude Include="IKeyManager.h" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClInclude Include="IMemoryHandler.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="IMessageManager.h" />
|
|
|
|
|
<ClInclude Include="INotificationListener.h" />
|
2019-02-17 15:37:31 -05:00
|
|
|
|
<ClInclude Include="InternalRegisters.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="IRenderingDevice.h" />
|
|
|
|
|
<ClInclude Include="KeyManager.h" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClInclude Include="MemoryDumper.h" />
|
2019-02-11 22:41:34 -05:00
|
|
|
|
<ClInclude Include="MemoryManager.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="MessageManager.h" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClInclude Include="NotificationManager.h" />
|
2019-02-13 13:32:21 -05:00
|
|
|
|
<ClInclude Include="Ppu.h" />
|
|
|
|
|
<ClInclude Include="PpuTypes.h" />
|
2019-02-17 14:42:35 -05:00
|
|
|
|
<ClInclude Include="RamHandler.h" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClInclude Include="RegisterHandlerA.h" />
|
2019-03-12 12:06:42 -04:00
|
|
|
|
<ClInclude Include="RewindData.h" />
|
|
|
|
|
<ClInclude Include="RewindManager.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="RomFinder.h" />
|
2019-02-17 14:42:35 -05:00
|
|
|
|
<ClInclude Include="RomHandler.h" />
|
2020-02-16 21:11:01 -05:00
|
|
|
|
<ClInclude Include="Rtc4513.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="Sa1.h" />
|
2019-12-08 11:28:38 -05:00
|
|
|
|
<ClInclude Include="Sa1BwRamHandler.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="Sa1Cpu.h" />
|
2019-12-08 11:28:38 -05:00
|
|
|
|
<ClInclude Include="Sa1IRamHandler.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="Sa1Types.h" />
|
|
|
|
|
<ClInclude Include="Sa1VectorHandler.h" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<ClInclude Include="SaveStateManager.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="SaveStateMessage.h" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<ClInclude Include="ScaleFilter.h" />
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<ClInclude Include="ScriptHost.h" />
|
|
|
|
|
<ClInclude Include="ScriptingContext.h" />
|
|
|
|
|
<ClInclude Include="ScriptManager.h" />
|
2019-07-31 23:04:30 -04:00
|
|
|
|
<ClInclude Include="Sdd1.h" />
|
|
|
|
|
<ClInclude Include="Sdd1Decomp.h" />
|
|
|
|
|
<ClInclude Include="Sdd1Mmc.h" />
|
|
|
|
|
<ClInclude Include="Sdd1Types.h" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClInclude Include="SelectControllerMessage.h" />
|
|
|
|
|
<ClInclude Include="ServerInformationMessage.h" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClInclude Include="SettingTypes.h" />
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<ClInclude Include="ShortcutKeyHandler.h" />
|
2019-02-17 19:54:29 -05:00
|
|
|
|
<ClInclude Include="SnesController.h" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClInclude Include="SnesMemoryType.h" />
|
2019-03-15 14:16:27 -04:00
|
|
|
|
<ClInclude Include="SnesMouse.h" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClInclude Include="SoundMixer.h" />
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<ClInclude Include="SoundResampler.h" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClInclude Include="Spc.h" />
|
2020-02-16 21:11:01 -05:00
|
|
|
|
<ClInclude Include="Spc7110.h" />
|
|
|
|
|
<ClInclude Include="Spc7110Decomp.h" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClInclude Include="SpcDebugger.h" />
|
2019-04-06 17:38:14 -04:00
|
|
|
|
<ClInclude Include="SpcDisUtils.h" />
|
2019-10-19 15:23:17 -04:00
|
|
|
|
<ClInclude Include="SpcHud.h" />
|
|
|
|
|
<ClInclude Include="SpcFileData.h" />
|
2019-03-22 21:29:51 -04:00
|
|
|
|
<ClInclude Include="SpcTimer.h" />
|
|
|
|
|
<ClInclude Include="SpcTypes.h" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClInclude Include="SPC_DSP.h" />
|
|
|
|
|
<ClInclude Include="SPC_Filter.h" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<ClInclude Include="stdafx.h" />
|
2020-06-18 00:58:22 -04:00
|
|
|
|
<ClInclude Include="SuperGameboy.h" />
|
2019-08-09 20:47:12 -04:00
|
|
|
|
<ClInclude Include="SuperScope.h" />
|
2019-03-16 12:20:18 -04:00
|
|
|
|
<ClInclude Include="SystemActionManager.h" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClInclude Include="TraceLogger.h" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClInclude Include="VideoDecoder.h" />
|
|
|
|
|
<ClInclude Include="VideoRenderer.h" />
|
2019-03-15 12:58:30 -04:00
|
|
|
|
<ClInclude Include="WaveRecorder.h" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2019-07-06 09:29:35 -04:00
|
|
|
|
<ClCompile Include="AluMulDiv.cpp" />
|
2020-02-11 22:01:06 -05:00
|
|
|
|
<ClCompile Include="Assembler.cpp" />
|
2019-02-17 14:42:35 -05:00
|
|
|
|
<ClCompile Include="BaseCartridge.cpp" />
|
2019-02-17 19:54:29 -05:00
|
|
|
|
<ClCompile Include="BaseControlDevice.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="BaseRenderer.cpp" />
|
|
|
|
|
<ClCompile Include="BaseSoundManager.cpp" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClCompile Include="BaseVideoFilter.cpp" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<ClCompile Include="BatteryManager.cpp" />
|
2019-03-01 20:27:49 -05:00
|
|
|
|
<ClCompile Include="Breakpoint.cpp" />
|
|
|
|
|
<ClCompile Include="BreakpointManager.cpp" />
|
2020-02-19 23:53:34 -05:00
|
|
|
|
<ClCompile Include="BsxCart.cpp" />
|
|
|
|
|
<ClCompile Include="BsxMemoryPack.cpp" />
|
2020-02-20 23:57:01 -05:00
|
|
|
|
<ClCompile Include="BsxSatellaview.cpp" />
|
|
|
|
|
<ClCompile Include="BsxStream.cpp" />
|
2019-03-24 12:05:51 -04:00
|
|
|
|
<ClCompile Include="CallstackManager.cpp" />
|
2019-10-12 22:40:25 -04:00
|
|
|
|
<ClCompile Include="CheatManager.cpp" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClCompile Include="CodeDataLogger.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="Console.cpp" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<ClCompile Include="ConsoleLock.cpp" />
|
2019-02-17 19:54:29 -05:00
|
|
|
|
<ClCompile Include="ControlManager.cpp" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<ClCompile Include="Cpu.cpp" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClCompile Include="CpuDebugger.cpp" />
|
2019-04-06 09:15:19 -04:00
|
|
|
|
<ClCompile Include="CpuDisUtils.cpp" />
|
2019-08-03 23:43:51 -04:00
|
|
|
|
<ClCompile Include="Cx4.cpp" />
|
|
|
|
|
<ClCompile Include="Cx4.Instructions.cpp" />
|
2020-02-24 22:00:52 -05:00
|
|
|
|
<ClCompile Include="Cx4Debugger.cpp" />
|
2019-08-03 23:43:51 -04:00
|
|
|
|
<ClCompile Include="Cx4DisUtils.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="Debugger.cpp" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClCompile Include="DebugHud.cpp" />
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<ClCompile Include="DebugStats.cpp" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClCompile Include="DefaultVideoFilter.cpp" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClCompile Include="Disassembler.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="DisassemblyInfo.cpp" />
|
2019-02-15 00:08:50 -05:00
|
|
|
|
<ClCompile Include="DmaController.cpp" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClCompile Include="Gameboy.cpp" />
|
|
|
|
|
<ClCompile Include="GameboyDisUtils.cpp" />
|
|
|
|
|
<ClCompile Include="GbApu.cpp" />
|
2020-06-06 22:27:54 -04:00
|
|
|
|
<ClCompile Include="GbAssembler.cpp" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClCompile Include="GbCpu.cpp" />
|
|
|
|
|
<ClCompile Include="GbDebugger.cpp" />
|
2020-05-23 00:45:22 -04:00
|
|
|
|
<ClCompile Include="GbDmaController.cpp" />
|
2020-05-21 20:57:00 -04:00
|
|
|
|
<ClCompile Include="GbEventManager.cpp" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClCompile Include="GbMemoryManager.cpp" />
|
2020-06-09 18:34:10 -04:00
|
|
|
|
<ClCompile Include="GbNoiseChannel.cpp" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClCompile Include="GbPpu.cpp" />
|
2020-06-09 18:34:10 -04:00
|
|
|
|
<ClCompile Include="GbSquareChannel.cpp" />
|
2020-05-18 16:10:53 -04:00
|
|
|
|
<ClCompile Include="GbTimer.cpp" />
|
2020-06-09 18:34:10 -04:00
|
|
|
|
<ClCompile Include="GbWaveChannel.cpp" />
|
2020-10-06 22:57:19 -04:00
|
|
|
|
<ClCompile Include="HistoryViewer.cpp" />
|
2020-02-23 21:50:55 -05:00
|
|
|
|
<ClCompile Include="NecDspDebugger.cpp" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<ClCompile Include="EmuSettings.cpp" />
|
2019-03-07 20:12:32 -05:00
|
|
|
|
<ClCompile Include="EventManager.cpp" />
|
2019-02-27 20:33:56 -05:00
|
|
|
|
<ClCompile Include="ExpressionEvaluator.cpp" />
|
2019-10-20 20:05:39 -04:00
|
|
|
|
<ClCompile Include="GameClient.cpp" />
|
|
|
|
|
<ClCompile Include="GameClientConnection.cpp" />
|
|
|
|
|
<ClCompile Include="GameConnection.cpp" />
|
|
|
|
|
<ClCompile Include="GameServer.cpp" />
|
|
|
|
|
<ClCompile Include="GameServerConnection.cpp" />
|
2019-07-30 22:34:52 -04:00
|
|
|
|
<ClCompile Include="Gsu.cpp" />
|
|
|
|
|
<ClCompile Include="Gsu.Instructions.cpp" />
|
|
|
|
|
<ClCompile Include="GsuDebugger.cpp" />
|
|
|
|
|
<ClCompile Include="GsuDisUtils.cpp" />
|
2019-10-18 17:05:44 -04:00
|
|
|
|
<ClCompile Include="InputHud.cpp" />
|
2019-02-17 15:37:31 -05:00
|
|
|
|
<ClCompile Include="InternalRegisters.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="KeyManager.cpp" />
|
2019-04-28 22:19:52 -04:00
|
|
|
|
<ClCompile Include="LabelManager.cpp" />
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<ClCompile Include="LuaApi.cpp" />
|
|
|
|
|
<ClCompile Include="LuaCallHelper.cpp" />
|
|
|
|
|
<ClCompile Include="LuaScriptingContext.cpp" />
|
2019-03-28 17:47:43 -04:00
|
|
|
|
<ClCompile Include="MemoryAccessCounter.cpp" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClCompile Include="MemoryDumper.cpp" />
|
2019-02-27 19:49:26 -05:00
|
|
|
|
<ClCompile Include="MemoryManager.cpp" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClCompile Include="MemoryMappings.cpp" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<ClCompile Include="MesenMovie.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="MessageManager.cpp" />
|
2019-08-09 16:25:59 -04:00
|
|
|
|
<ClCompile Include="MovieManager.cpp" />
|
|
|
|
|
<ClCompile Include="MovieRecorder.cpp" />
|
2019-11-01 21:15:11 -04:00
|
|
|
|
<ClCompile Include="Msu1.cpp" />
|
2019-10-18 17:14:47 -04:00
|
|
|
|
<ClCompile Include="Multitap.cpp" />
|
2019-07-14 21:45:12 -04:00
|
|
|
|
<ClCompile Include="NecDsp.cpp" />
|
|
|
|
|
<ClCompile Include="NecDspDisUtils.cpp" />
|
2019-02-15 21:33:13 -05:00
|
|
|
|
<ClCompile Include="NotificationManager.cpp" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<ClCompile Include="NtscFilter.cpp" />
|
2019-08-04 14:01:33 -04:00
|
|
|
|
<ClCompile Include="Obc1.cpp" />
|
2019-11-01 21:15:11 -04:00
|
|
|
|
<ClCompile Include="PcmReader.cpp" />
|
2019-02-13 18:44:39 -05:00
|
|
|
|
<ClCompile Include="Ppu.cpp" />
|
2019-03-03 16:34:23 -05:00
|
|
|
|
<ClCompile Include="PpuTools.cpp" />
|
2020-02-08 17:08:33 -05:00
|
|
|
|
<ClCompile Include="Profiler.cpp" />
|
2019-10-16 20:22:45 -04:00
|
|
|
|
<ClCompile Include="RecordedRomTest.cpp" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<ClCompile Include="RegisterHandlerB.cpp" />
|
2019-03-12 12:06:42 -04:00
|
|
|
|
<ClCompile Include="RewindData.cpp" />
|
|
|
|
|
<ClCompile Include="RewindManager.cpp" />
|
2020-02-16 21:11:01 -05:00
|
|
|
|
<ClCompile Include="Rtc4513.cpp" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClCompile Include="Sa1.cpp" />
|
|
|
|
|
<ClCompile Include="Sa1Cpu.cpp" />
|
2019-03-12 09:15:57 -04:00
|
|
|
|
<ClCompile Include="SaveStateManager.cpp" />
|
2019-03-10 11:12:50 -04:00
|
|
|
|
<ClCompile Include="ScaleFilter.cpp" />
|
2019-05-12 21:18:05 -04:00
|
|
|
|
<ClCompile Include="ScriptHost.cpp" />
|
|
|
|
|
<ClCompile Include="ScriptingContext.cpp" />
|
|
|
|
|
<ClCompile Include="ScriptManager.cpp" />
|
2019-07-31 23:04:30 -04:00
|
|
|
|
<ClCompile Include="Sdd1.cpp" />
|
|
|
|
|
<ClCompile Include="Sdd1Decomp.cpp" />
|
|
|
|
|
<ClCompile Include="Sdd1Mmc.cpp" />
|
2019-03-11 17:56:54 -04:00
|
|
|
|
<ClCompile Include="ShortcutKeyHandler.cpp" />
|
2019-10-14 13:14:42 -04:00
|
|
|
|
<ClCompile Include="SnesController.cpp" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClCompile Include="SoundMixer.cpp" />
|
2019-03-10 17:39:14 -04:00
|
|
|
|
<ClCompile Include="SoundResampler.cpp" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClCompile Include="Spc.cpp" />
|
2019-03-22 21:29:51 -04:00
|
|
|
|
<ClCompile Include="Spc.Instructions.cpp" />
|
2020-02-16 21:11:01 -05:00
|
|
|
|
<ClCompile Include="Spc7110.cpp" />
|
|
|
|
|
<ClCompile Include="Spc7110Decomp.cpp" />
|
2019-07-25 22:22:09 -04:00
|
|
|
|
<ClCompile Include="SpcDebugger.cpp" />
|
2019-04-06 17:38:14 -04:00
|
|
|
|
<ClCompile Include="SpcDisUtils.cpp" />
|
2019-10-19 15:23:17 -04:00
|
|
|
|
<ClCompile Include="SpcHud.cpp" />
|
2019-02-16 11:23:01 -05:00
|
|
|
|
<ClCompile Include="SPC_DSP.cpp" />
|
|
|
|
|
<ClCompile Include="SPC_Filter.cpp" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<ClCompile Include="stdafx.cpp">
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PGO Profile|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Libretro|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|Win32'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PGO Profile|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Libretro|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
|
|
|
|
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|x64'">Create</PrecompiledHeader>
|
|
|
|
|
</ClCompile>
|
2020-06-18 00:58:22 -04:00
|
|
|
|
<ClCompile Include="SuperGameboy.cpp" />
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ClCompile Include="TraceLogger.cpp" />
|
2019-02-13 23:02:43 -05:00
|
|
|
|
<ClCompile Include="VideoDecoder.cpp" />
|
|
|
|
|
<ClCompile Include="VideoRenderer.cpp" />
|
2019-03-15 12:58:30 -04:00
|
|
|
|
<ClCompile Include="WaveRecorder.cpp" />
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{78FEF1A1-6DF1-4CBB-A373-AE6FA7CE5CE0}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>Core</RootNamespace>
|
|
|
|
|
<ProjectName>Core</ProjectName>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|Win32'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|Win32'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|Win32'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|x64'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|x64'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|x64'" Label="Configuration">
|
2019-02-12 22:13:09 -05:00
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<PlatformToolset>v142</PlatformToolset>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<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" />
|
|
|
|
|
</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" />
|
|
|
|
|
</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" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<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" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|x64'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<IncludePath>$(IncludePath)</IncludePath>
|
|
|
|
|
<LibraryPath>$(LibraryPath)</LibraryPath>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|Win32'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\PGO Profile\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\PGO Profile\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\$(Configuration)\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\$(Configuration)\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|x64'">
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<OutDir>$(SolutionDir)\bin\$(PlatformTarget)\PGO Profile\</OutDir>
|
|
|
|
|
<IntDir>obj\$(Platform)\PGO Profile\</IntDir>
|
2019-12-22 14:50:57 -05:00
|
|
|
|
<EnableMicrosoftCodeAnalysis>false</EnableMicrosoftCodeAnalysis>
|
2019-02-11 19:18:47 -05:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion />
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<Profile>
|
|
|
|
|
</Profile>
|
|
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>
|
|
|
|
|
</InlineFunctionExpansion>
|
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
|
|
<BasicRuntimeChecks>Default</BasicRuntimeChecks>
|
|
|
|
|
<CallingConvention>Cdecl</CallingConvention>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<Profile>
|
|
|
|
|
</Profile>
|
|
|
|
|
<OptimizeReferences>
|
|
|
|
|
</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>LIBRETRO;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>false</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
<BufferSecurityCheck>
|
|
|
|
|
</BufferSecurityCheck>
|
|
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<RuntimeTypeInfo>
|
|
|
|
|
</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Libretro|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>LIBRETRO;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>false</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
<BufferSecurityCheck>
|
|
|
|
|
</BufferSecurityCheck>
|
|
|
|
|
<ControlFlowGuard>false</ControlFlowGuard>
|
|
|
|
|
<RuntimeTypeInfo>
|
|
|
|
|
</RuntimeTypeInfo>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGO Profile|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>Disabled</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='PGO Optimize|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>Use</PrecompiledHeader>
|
|
|
|
|
<Optimization>Full</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
|
<AdditionalIncludeDirectories>
|
|
|
|
|
</AdditionalIncludeDirectories>
|
|
|
|
|
<StructMemberAlignment>Default</StructMemberAlignment>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<DisableLanguageExtensions>true</DisableLanguageExtensions>
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
<ShowIncludes>
|
|
|
|
|
</ShowIncludes>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|