2017-07-23 00:16:13 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-05-25 22:58:59 +00:00
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2016-01-25 11:36:39 +00:00
<ItemGroup Label= "ProjectConfigurations" >
<ProjectConfiguration Include= "Debug|x64" >
<Configuration > Debug</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include= "Release|x64" >
<Configuration > Release</Configuration>
<Platform > x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label= "Globals" >
<ProjectGuid > {FA3FA62B-6F58-4B86-9453-4D149940A066}</ProjectGuid>
2018-10-19 23:48:37 +00:00
<WindowsTargetPlatformVersion > 10.0.17134.0</WindowsTargetPlatformVersion>
2016-01-25 11:36:39 +00:00
<ProjectName > Dolphin</ProjectName>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2017-05-25 22:58:59 +00:00
<PlatformToolset > v141</PlatformToolset>
2016-01-25 11:36:39 +00:00
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Debug'" Label= "Configuration" >
<UseDebugLibraries > true</UseDebugLibraries>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)'=='Release'" Label= "Configuration" >
<UseDebugLibraries > false</UseDebugLibraries>
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label= "ExtensionSettings" >
</ImportGroup>
<ImportGroup Label= "PropertySheets" >
<Import Project= "$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition= "exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label= "LocalAppDataPlatform" />
<Import Project= "..\..\VSProps\Base.props" />
<Import Project= "..\..\VSProps\PCHUse.props" />
<Import Project= "..\..\VSProps\QtCompile.props" />
</ImportGroup>
<PropertyGroup Label= "UserMacros" >
</PropertyGroup>
<ItemDefinitionGroup >
<Link >
2018-05-28 21:39:58 +00:00
<AdditionalLibraryDirectories > $(ExternalsDir)ffmpeg\lib;$(IntDir)..\discord-rpc\bin;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2018-05-27 04:24:13 +00:00
<AdditionalDependencies > avrt.lib;iphlpapi.lib;winmm.lib;setupapi.lib;opengl32.lib;glu32.lib;rpcrt4.lib;comctl32.lib;avcodec.lib;avformat.lib;avutil.lib;swresample.lib;swscale.lib;Shlwapi.lib;discord-rpc.lib;%(AdditionalDependencies)</AdditionalDependencies>
2016-01-25 11:36:39 +00:00
</Link>
<ClCompile >
2019-10-22 23:49:48 +00:00
<AdditionalIncludeDirectories > $(ProjectDir)VideoInterface;$(ProjectDir)GameList;$(ProjectDir)Debugger;$(ProjectDir)Settings;$(ProjectDir)Config;$(ProjectDir)Config\Mapping;$(ProjectDir)Config\Graphics;$(ProjectDir)Config\ControllerInterface;$(ProjectDir)NetPlay;$(ProjectDir)QtUtils;$(ProjectDir)TAS;$(ProjectDir)FIFO;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2016-01-25 11:36:39 +00:00
</ClCompile>
2017-02-10 07:46:23 +00:00
<Manifest >
2018-07-06 22:40:15 +00:00
<AdditionalManifestFiles > DolphinQt.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
2017-02-10 07:46:23 +00:00
</Manifest>
2016-01-25 11:36:39 +00:00
</ItemDefinitionGroup>
2017-06-24 08:50:31 +00:00
<!--
MOC files need to be listed. Put headers here ONLY if they use Q_OBJECT. Otherwise, put them
in the ItemGroup for ClInclude.
-->
<!-- NOTE: When adding moc'd files, you must list outputs in the ClCompile ItemGroup too! -->
2016-01-25 11:36:39 +00:00
<ItemGroup >
2016-05-12 13:09:50 +00:00
<QtMoc Include= "AboutDialog.h" />
2018-03-26 02:17:47 +00:00
<QtMoc Include= "CheatsManager.h" />
2018-01-24 12:35:13 +00:00
<QtMoc Include= "Config\CheatCodeEditor.h" />
2018-01-01 20:01:58 +00:00
<QtMoc Include= "Config\ARCodeWidget.h" />
2017-09-10 17:10:45 +00:00
<QtMoc Include= "Config\CheatWarningWidget.h" />
2017-05-09 16:49:10 +00:00
<QtMoc Include= "Config\ControllersWindow.h" />
2016-02-29 08:52:15 +00:00
<QtMoc Include= "Config\FilesystemWidget.h" />
2018-07-13 10:56:58 +00:00
<QtMoc Include= "Config\GameConfigEdit.h" />
<QtMoc Include= "Config\GameConfigHighlighter.h" />
2018-03-01 12:12:31 +00:00
<QtMoc Include= "Config\GameConfigWidget.h" />
2017-09-10 17:10:45 +00:00
<QtMoc Include= "Config\GeckoCodeWidget.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Config\Mapping\GCKeyboardEmu.h" />
<QtMoc Include= "Config\Mapping\GCMicrophone.h" />
<QtMoc Include= "Config\Mapping\GCPadEmu.h" />
<QtMoc Include= "Config\Mapping\GCPadWiiUConfigDialog.h" />
<QtMoc Include= "Config\Mapping\Hotkey3D.h" />
2018-04-14 04:51:32 +00:00
<QtMoc Include= "Config\Mapping\HotkeyControllerProfile.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Config\Mapping\HotkeyDebugging.h" />
<QtMoc Include= "Config\Mapping\HotkeyGeneral.h" />
<QtMoc Include= "Config\Mapping\HotkeyGraphics.h" />
<QtMoc Include= "Config\Mapping\HotkeyStates.h" />
2018-06-03 10:41:58 +00:00
<QtMoc Include= "Config\Mapping\HotkeyStatesOther.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Config\Mapping\HotkeyTAS.h" />
<QtMoc Include= "Config\Mapping\HotkeyWii.h" />
2017-06-13 15:16:41 +00:00
<QtMoc Include= "Config\Mapping\IOWindow.h" />
<QtMoc Include= "Config\Mapping\MappingButton.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Config\Mapping\MappingIndicator.h" />
<QtMoc Include= "Config\Mapping\MappingNumeric.h" />
2017-05-20 15:53:17 +00:00
<QtMoc Include= "Config\Mapping\MappingWidget.h" />
<QtMoc Include= "Config\Mapping\MappingWindow.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Config\Mapping\WiimoteEmuExtension.h" />
<QtMoc Include= "Config\Mapping\WiimoteEmuGeneral.h" />
<QtMoc Include= "Config\Mapping\WiimoteEmuMotionControl.h" />
2019-09-06 15:09:30 +00:00
<QtMoc Include= "Config\Mapping\WiimoteEmuMotionControlIMU.h" />
2017-08-27 22:10:06 +00:00
<QtMoc Include= "Config\LogConfigWidget.h" />
<QtMoc Include= "Config\LogWidget.h" />
2018-02-16 13:53:52 +00:00
<QtMoc Include= "Config\NewPatchDialog.h" />
2017-06-16 00:58:56 +00:00
<QtMoc Include= "Config\Graphics\AdvancedWidget.h" />
<QtMoc Include= "Config\Graphics\EnhancementsWidget.h" />
<QtMoc Include= "Config\Graphics\GeneralWidget.h" />
<QtMoc Include= "Config\Graphics\GraphicsBool.h" />
<QtMoc Include= "Config\Graphics\GraphicsChoice.h" />
2019-07-17 18:15:25 +00:00
<QtMoc Include= "Config\Graphics\GraphicsInteger.h" />
2018-03-16 13:10:22 +00:00
<QtMoc Include= "Config\Graphics\GraphicsRadio.h" />
2017-06-16 00:58:56 +00:00
<QtMoc Include= "Config\Graphics\GraphicsSlider.h" />
<QtMoc Include= "Config\Graphics\GraphicsWidget.h" />
<QtMoc Include= "Config\Graphics\GraphicsWindow.h" />
<QtMoc Include= "Config\Graphics\HacksWidget.h" />
2018-05-20 22:03:40 +00:00
<QtMoc Include= "Config\Graphics\PostProcessingConfigWindow.h" />
2017-06-16 00:58:56 +00:00
<QtMoc Include= "Config\Graphics\SoftwareRendererWidget.h" />
2019-10-26 16:05:16 +00:00
<QtMoc Include= "Config\ControllerInterface\DualShockUDPClientWidget.h" />
2019-10-22 23:49:48 +00:00
<QtMoc Include= "Config\ControllerInterface\ControllerInterfaceWindow.h" />
2016-02-29 08:52:15 +00:00
<QtMoc Include= "Config\InfoWidget.h" />
2018-02-16 13:53:52 +00:00
<QtMoc Include= "Config\PatchesWidget.h" />
2016-02-29 08:52:15 +00:00
<QtMoc Include= "Config\PropertiesDialog.h" />
2016-05-12 13:09:50 +00:00
<QtMoc Include= "Config\SettingsWindow.h" />
2019-03-21 22:04:56 +00:00
<QtMoc Include= "Config\VerifyWidget.h" />
2018-07-03 21:50:08 +00:00
<QtMoc Include= "DiscordHandler.h" />
2018-07-20 22:27:43 +00:00
<QtMoc Include= "DiscordJoinRequestDialog.h" />
2018-05-14 20:01:23 +00:00
<QtMoc Include= "FIFO\FIFOAnalyzer.h" />
<QtMoc Include= "FIFO\FIFOPlayerWindow.h" />
2018-01-27 13:35:02 +00:00
<QtMoc Include= "TAS\GCTASInputWindow.h" />
2018-01-31 11:35:09 +00:00
<QtMoc Include= "TAS\WiiTASInputWindow.h" />
2019-03-31 02:49:57 +00:00
<QtMoc Include= "TAS\TASCheckBox.h" />
2018-07-07 05:51:34 +00:00
<QtMoc Include= "TAS\TASInputWindow.h" />
2018-01-27 13:35:02 +00:00
<QtMoc Include= "TAS\StickWidget.h" />
2018-02-06 11:10:28 +00:00
<QtMoc Include= "TAS\IRWidget.h" />
2017-10-03 16:43:44 +00:00
<QtMoc Include= "Debugger\BreakpointWidget.h" />
2018-02-14 22:25:01 +00:00
<QtMoc Include= "Debugger\CodeWidget.h" />
<QtMoc Include= "Debugger\CodeViewWidget.h" />
2018-04-09 13:31:20 +00:00
<QtMoc Include= "Debugger\JITWidget.h" />
2018-03-16 11:39:53 +00:00
<QtMoc Include= "Debugger\MemoryWidget.h" />
<QtMoc Include= "Debugger\MemoryViewWidget.h" />
2017-10-03 16:43:44 +00:00
<QtMoc Include= "Debugger\NewBreakpointDialog.h" />
2019-04-23 19:42:37 +00:00
<QtMoc Include= "Debugger\PatchInstructionDialog.h" />
2017-09-13 17:33:45 +00:00
<QtMoc Include= "Debugger\RegisterWidget.h" />
2017-09-27 06:53:05 +00:00
<QtMoc Include= "Debugger\WatchWidget.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "GCMemcardManager.h" />
2016-01-25 11:36:39 +00:00
<QtMoc Include= "GameList\GameList.h" />
<QtMoc Include= "GameList\GameListModel.h" />
<QtMoc Include= "GameList\GameTracker.h" />
2017-08-05 08:28:53 +00:00
<QtMoc Include= "GameList\GridProxyModel.h" />
2016-01-25 11:36:39 +00:00
<QtMoc Include= "GameList\ListProxyModel.h" />
<QtMoc Include= "Host.h" />
2017-06-06 11:49:49 +00:00
<QtMoc Include= "HotkeyScheduler.h" />
2017-06-21 08:27:21 +00:00
<QtMoc Include= "Settings\AudioPane.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Settings\GameCubePane.h" />
<QtMoc Include= "Settings\InterfacePane.h" />
<QtMoc Include= "Settings\PathPane.h" />
2017-07-21 09:22:01 +00:00
<QtMoc Include= "Settings\USBDeviceAddToWhitelistDialog.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "Settings\WiiPane.h" />
2018-03-01 12:12:31 +00:00
<QtMoc Include= "MainWindow.h" />
2016-05-12 13:09:50 +00:00
<QtMoc Include= "MenuBar.h" />
2018-10-18 08:33:05 +00:00
<QtMoc Include= "NetPlay\ChunkedProgressDialog.h" />
2017-07-23 00:16:13 +00:00
<QtMoc Include= "NetPlay\GameListDialog.h" />
<QtMoc Include= "NetPlay\MD5Dialog.h" />
2019-03-30 13:50:57 +00:00
<QtMoc Include= "NetPlay\NetPlayBrowser.h" />
2017-07-23 00:16:13 +00:00
<QtMoc Include= "NetPlay\NetPlayDialog.h" />
<QtMoc Include= "NetPlay\NetPlaySetupDialog.h" />
<QtMoc Include= "NetPlay\PadMappingDialog.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "QtUtils\AspectRatioWidget.h" />
<QtMoc Include= "QtUtils\BlockUserInputFilter.h" />
2017-05-31 07:16:23 +00:00
<QtMoc Include= "QtUtils\DoubleClickEventFilter.h" />
2018-05-13 20:16:20 +00:00
<QtMoc Include= "QtUtils\ElidedButton.h" />
2019-06-11 21:00:02 +00:00
<QtMoc Include= "QtUtils\FileOpenEventFilter.h" />
2018-07-19 22:10:37 +00:00
<QtMoc Include= "QtUtils\FlowLayout.h" />
2019-03-04 19:48:40 +00:00
<QtMoc Include= "QtUtils\ModalMessageBox.h" />
2017-06-15 01:49:56 +00:00
<QtMoc Include= "QtUtils\WindowActivationEventFilter.h" />
2018-03-17 15:07:51 +00:00
<QtMoc Include= "QtUtils\WrapInScrollArea.h" />
2016-05-12 13:09:50 +00:00
<QtMoc Include= "RenderWidget.h" />
2018-03-21 10:13:53 +00:00
<QtMoc Include= "SearchBar.h" />
2016-01-25 11:36:39 +00:00
<QtMoc Include= "Settings.h" />
2017-06-28 04:36:27 +00:00
<QtMoc Include= "Settings\AdvancedPane.h" />
2017-05-04 04:19:51 +00:00
<QtMoc Include= "Settings\GeneralPane.h" />
2016-05-12 13:09:50 +00:00
<QtMoc Include= "ToolBar.h" />
2018-03-22 11:20:15 +00:00
<QtMoc Include= "Updater.h" />
2016-01-25 11:36:39 +00:00
</ItemGroup>
<!-- TODO figure out how to get QtMoc to add outputs to ClCompile's inputs... -->
<ItemGroup >
2018-01-01 20:01:58 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ARCodeWidget.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)AboutDialog.cpp" />
2017-06-28 04:36:27 +00:00
<ClCompile Include= "$(QtMocOutPrefix)AdvancedPane.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)AdvancedWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)AspectRatioWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)AudioPane.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)BlockUserInputFilter.cpp" />
2017-10-03 16:43:44 +00:00
<ClCompile Include= "$(QtMocOutPrefix)BreakpointWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)CheatCodeEditor.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)CheatWarningWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)CheatsManager.cpp" />
2018-10-18 08:33:05 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ChunkedProgressDialog.cpp" />
2018-02-14 22:25:01 +00:00
<ClCompile Include= "$(QtMocOutPrefix)CodeViewWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)CodeWidget.cpp" />
2019-10-26 16:05:16 +00:00
<ClCompile Include= "$(QtMocOutPrefix)DualShockUDPClientWidget.cpp" />
2019-10-22 23:49:48 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ControllerInterfaceWindow.cpp" />
2017-05-09 16:49:10 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ControllersWindow.cpp" />
2018-07-03 21:50:08 +00:00
<ClCompile Include= "$(QtMocOutPrefix)DiscordHandler.cpp" />
2018-07-20 22:27:43 +00:00
<ClCompile Include= "$(QtMocOutPrefix)DiscordJoinRequestDialog.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)DoubleClickEventFilter.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)ElidedButton.cpp" />
2018-07-19 22:10:37 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FlowLayout.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)EnhancementsWidget.cpp" />
2018-05-14 20:01:23 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FIFOAnalyzer.cpp" />
2017-08-30 14:44:28 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FIFOPlayerWindow.cpp" />
2019-06-11 21:00:02 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FileOpenEventFilter.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FilesystemWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GCKeyboardEmu.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GCMemcardManager.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GCMicrophone.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GCPadEmu.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GCPadWiiUConfigDialog.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GCTASInputWindow.cpp" />
2018-07-13 10:56:58 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameConfigEdit.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GameConfigHighlighter.cpp" />
2018-03-01 12:12:31 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameConfigWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameCubePane.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameList.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameListDialog.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameListModel.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GameTracker.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GeckoCodeWidget.cpp" />
2017-05-04 04:19:51 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GeneralPane.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GeneralWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsBool.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsChoice.cpp" />
2019-07-17 18:15:25 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GraphicsInteger.cpp" />
2018-03-16 13:10:22 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GraphicsRadio.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GraphicsSlider.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsWindow.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GridProxyModel.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HacksWidget.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)Host.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)Hotkey3D.cpp" />
2018-04-14 04:51:32 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyControllerProfile.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyDebugging.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)HotkeyGeneral.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)HotkeyGraphics.cpp" />
2017-06-06 11:49:49 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyScheduler.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyStates.cpp" />
2018-06-03 10:41:58 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyStatesOther.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyTAS.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)HotkeyWii.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)IOWindow.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)IRWidget.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "$(QtMocOutPrefix)InfoWidget.cpp" />
2017-05-04 04:19:51 +00:00
<ClCompile Include= "$(QtMocOutPrefix)InterfacePane.cpp" />
2018-04-09 13:31:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)JITWidget.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ListProxyModel.cpp" />
2017-08-27 22:10:06 +00:00
<ClCompile Include= "$(QtMocOutPrefix)LogConfigWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)LogWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MD5Dialog.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MainWindow.cpp" />
2017-06-13 15:16:41 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MappingButton.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MappingIndicator.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)MappingNumeric.cpp" />
2017-05-20 15:53:17 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MappingWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)MappingWindow.cpp" />
2018-03-16 11:39:53 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MemoryViewWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MemoryWidget.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MenuBar.cpp" />
2019-03-04 19:48:40 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ModalMessageBox.cpp" />
2019-03-30 13:50:57 +00:00
<ClCompile Include= "$(QtMocOutPrefix)NetPlayBrowser.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "$(QtMocOutPrefix)NetPlayDialog.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)NetPlaySetupDialog.cpp" />
2017-10-03 16:43:44 +00:00
<ClCompile Include= "$(QtMocOutPrefix)NewBreakpointDialog.cpp" />
2018-02-16 13:53:52 +00:00
<ClCompile Include= "$(QtMocOutPrefix)NewPatchDialog.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PadMappingDialog.cpp" />
2018-02-16 13:53:52 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PatchesWidget.cpp" />
2019-04-23 19:42:37 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PatchInstructionDialog.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PathPane.cpp" />
2018-05-20 22:03:40 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PostProcessingConfigWindow.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PropertiesDialog.cpp" />
2017-09-13 17:33:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)RegisterWidget.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)RenderWidget.cpp" />
2018-03-21 10:13:53 +00:00
<ClCompile Include= "$(QtMocOutPrefix)SearchBar.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)Settings.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)SettingsWindow.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)SoftwareRendererWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)StickWidget.cpp" />
2019-03-31 02:49:57 +00:00
<ClCompile Include= "$(QtMocOutPrefix)TASCheckBox.cpp" />
2018-07-07 05:51:34 +00:00
<ClCompile Include= "$(QtMocOutPrefix)TASInputWindow.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ToolBar.cpp" />
2017-07-21 09:22:01 +00:00
<ClCompile Include= "$(QtMocOutPrefix)USBDeviceAddToWhitelistDialog.cpp" />
2018-03-22 11:20:15 +00:00
<ClCompile Include= "$(QtMocOutPrefix)Updater.cpp" />
2019-03-21 22:04:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)VerifyWidget.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WatchWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)WiiPane.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)WiiTASInputWindow.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)WiimoteEmuExtension.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)WiimoteEmuGeneral.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)WiimoteEmuMotionControl.cpp" />
2019-09-06 15:09:30 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WiimoteEmuMotionControlIMU.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WindowActivationEventFilter.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "AboutDialog.cpp" />
2018-03-26 02:17:47 +00:00
<ClCompile Include= "CheatsManager.cpp" />
2018-01-24 12:35:13 +00:00
<ClCompile Include= "Config\CheatCodeEditor.cpp" />
2018-01-01 20:01:58 +00:00
<ClCompile Include= "Config\ARCodeWidget.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "Config\CheatWarningWidget.cpp" />
2019-10-26 16:05:16 +00:00
<ClCompile Include= "Config\ControllerInterface\DualShockUDPClientWidget.cpp" />
2019-10-22 23:49:48 +00:00
<ClCompile Include= "Config\ControllerInterface\ControllerInterfaceWindow.cpp" />
2017-05-09 16:49:10 +00:00
<ClCompile Include= "Config\ControllersWindow.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "Config\FilesystemWidget.cpp" />
2018-07-13 10:56:58 +00:00
<ClCompile Include= "Config\GameConfigEdit.cpp" />
<ClCompile Include= "Config\GameConfigHighlighter.cpp" />
2018-03-01 12:12:31 +00:00
<ClCompile Include= "Config\GameConfigWidget.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "Config\GeckoCodeWidget.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "Config\Graphics\AdvancedWidget.cpp" />
<ClCompile Include= "Config\Graphics\EnhancementsWidget.cpp" />
<ClCompile Include= "Config\Graphics\HacksWidget.cpp" />
<ClCompile Include= "Config\Graphics\GeneralWidget.cpp" />
<ClCompile Include= "Config\Graphics\GraphicsBool.cpp" />
<ClCompile Include= "Config\Graphics\GraphicsChoice.cpp" />
2019-07-17 18:15:25 +00:00
<ClCompile Include= "Config\Graphics\GraphicsInteger.cpp" />
2018-03-16 13:10:22 +00:00
<ClCompile Include= "Config\Graphics\GraphicsRadio.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "Config\Graphics\GraphicsSlider.cpp" />
<ClCompile Include= "Config\Graphics\GraphicsWidget.cpp" />
<ClCompile Include= "Config\Graphics\GraphicsWindow.cpp" />
2018-05-20 22:03:40 +00:00
<ClCompile Include= "Config\Graphics\PostProcessingConfigWindow.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "Config\Graphics\SoftwareRendererWidget.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "Config\InfoWidget.cpp" />
2017-05-20 15:53:17 +00:00
<ClCompile Include= "Config\Mapping\GCKeyboardEmu.cpp" />
2018-01-04 00:41:31 +00:00
<ClCompile Include= "Config\Mapping\GCMicrophone.cpp" />
2017-05-20 15:53:17 +00:00
<ClCompile Include= "Config\Mapping\GCPadEmu.cpp" />
2017-11-05 01:45:37 +00:00
<ClCompile Include= "Config\Mapping\GCPadWiiUConfigDialog.cpp" />
2017-06-06 11:49:49 +00:00
<ClCompile Include= "Config\Mapping\Hotkey3D.cpp" />
2018-04-14 04:51:32 +00:00
<ClCompile Include= "Config\Mapping\HotkeyControllerProfile.cpp" />
2018-02-14 22:25:01 +00:00
<ClCompile Include= "Config\Mapping\HotkeyDebugging.cpp" />
2017-06-06 11:49:49 +00:00
<ClCompile Include= "Config\Mapping\HotkeyGeneral.cpp" />
<ClCompile Include= "Config\Mapping\HotkeyGraphics.cpp" />
<ClCompile Include= "Config\Mapping\HotkeyStates.cpp" />
2018-06-03 10:41:58 +00:00
<ClCompile Include= "Config\Mapping\HotkeyStatesOther.cpp" />
2017-06-06 11:49:49 +00:00
<ClCompile Include= "Config\Mapping\HotkeyTAS.cpp" />
<ClCompile Include= "Config\Mapping\HotkeyWii.cpp" />
2017-06-13 15:16:41 +00:00
<ClCompile Include= "Config\Mapping\IOWindow.cpp" />
2017-05-20 15:53:17 +00:00
<ClCompile Include= "Config\Mapping\MappingButton.cpp" />
2017-06-13 15:16:41 +00:00
<ClCompile Include= "Config\Mapping\MappingCommon.cpp" />
2018-02-07 17:16:15 +00:00
<ClCompile Include= "Config\Mapping\MappingIndicator.cpp" />
2017-05-20 15:53:17 +00:00
<ClCompile Include= "Config\Mapping\MappingNumeric.cpp" />
<ClCompile Include= "Config\Mapping\MappingWidget.cpp" />
<ClCompile Include= "Config\Mapping\MappingWindow.cpp" />
<ClCompile Include= "Config\Mapping\WiimoteEmuExtension.cpp" />
<ClCompile Include= "Config\Mapping\WiimoteEmuGeneral.cpp" />
<ClCompile Include= "Config\Mapping\WiimoteEmuMotionControl.cpp" />
2019-09-06 15:09:30 +00:00
<ClCompile Include= "Config\Mapping\WiimoteEmuMotionControlIMU.cpp" />
2017-08-27 22:10:06 +00:00
<ClCompile Include= "Config\LogConfigWidget.cpp" />
<ClCompile Include= "Config\LogWidget.cpp" />
2018-02-16 13:53:52 +00:00
<ClCompile Include= "Config\NewPatchDialog.cpp" />
<ClCompile Include= "Config\PatchesWidget.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "Config\PropertiesDialog.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "Config\SettingsWindow.cpp" />
2019-03-21 22:04:56 +00:00
<ClCompile Include= "Config\VerifyWidget.cpp" />
2018-02-14 22:25:01 +00:00
<ClCompile Include= "Debugger\CodeViewWidget.cpp" />
<ClCompile Include= "Debugger\CodeWidget.cpp" />
2018-04-09 13:31:20 +00:00
<ClCompile Include= "Debugger\JITWidget.cpp" />
2018-03-16 11:39:53 +00:00
<ClCompile Include= "Debugger\MemoryWidget.cpp" />
<ClCompile Include= "Debugger\MemoryViewWidget.cpp" />
2018-07-03 21:50:08 +00:00
<ClCompile Include= "DiscordHandler.cpp" />
2018-07-20 22:27:43 +00:00
<ClCompile Include= "DiscordJoinRequestDialog.cpp" />
2018-05-14 20:01:23 +00:00
<ClCompile Include= "FIFO\FIFOAnalyzer.cpp" />
<ClCompile Include= "FIFO\FIFOPlayerWindow.cpp" />
2018-03-26 06:13:15 +00:00
<ClCompile Include= "QtUtils\WinIconHelper.cpp" />
2018-11-17 15:36:28 +00:00
<ClCompile Include= "ResourcePackManager.cpp" />
2018-01-27 13:35:02 +00:00
<ClCompile Include= "TAS\GCTASInputWindow.cpp" />
2018-01-31 11:35:09 +00:00
<ClCompile Include= "TAS\WiiTASInputWindow.cpp" />
2019-03-31 02:49:57 +00:00
<ClCompile Include= "TAS\TASCheckBox.cpp" />
2018-07-07 05:51:34 +00:00
<ClCompile Include= "TAS\TASInputWindow.cpp" />
2018-01-27 13:35:02 +00:00
<ClCompile Include= "TAS\StickWidget.cpp" />
2018-02-06 11:10:28 +00:00
<ClCompile Include= "TAS\IRWidget.cpp" />
2017-10-03 16:43:44 +00:00
<ClCompile Include= "Debugger\BreakpointWidget.cpp" />
<ClCompile Include= "Debugger\NewBreakpointDialog.cpp" />
2019-04-23 19:42:37 +00:00
<ClCompile Include= "Debugger\PatchInstructionDialog.cpp" />
2017-09-13 17:33:45 +00:00
<ClCompile Include= "Debugger\RegisterColumn.cpp" />
<ClCompile Include= "Debugger\RegisterWidget.cpp" />
2017-09-27 06:53:05 +00:00
<ClCompile Include= "Debugger\WatchWidget.cpp" />
2018-01-25 18:54:50 +00:00
<ClCompile Include= "GCMemcardManager.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "GameList\GameList.cpp" />
<ClCompile Include= "GameList\GameListModel.cpp" />
<ClCompile Include= "GameList\GameTracker.cpp" />
2017-08-05 08:28:53 +00:00
<ClCompile Include= "GameList\GridProxyModel.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "GameList\ListProxyModel.cpp" />
2017-06-06 11:49:49 +00:00
<ClCompile Include= "HotkeyScheduler.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "Host.cpp" />
<ClCompile Include= "Main.cpp" />
<ClCompile Include= "MainWindow.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "MenuBar.cpp" />
2018-10-18 08:33:05 +00:00
<ClCompile Include= "NetPlay\ChunkedProgressDialog.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "NetPlay\GameListDialog.cpp" />
<ClCompile Include= "NetPlay\MD5Dialog.cpp" />
2019-03-30 13:50:57 +00:00
<ClCompile Include= "NetPlay\NetPlayBrowser.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "NetPlay\NetPlayDialog.cpp" />
<ClCompile Include= "NetPlay\NetPlaySetupDialog.cpp" />
<ClCompile Include= "NetPlay\PadMappingDialog.cpp" />
2018-05-13 20:16:20 +00:00
<ClCompile Include= "QtUtils\AspectRatioWidget.cpp" />
<ClCompile Include= "QtUtils\BlockUserInputFilter.cpp" />
2017-05-31 07:16:23 +00:00
<ClCompile Include= "QtUtils\DoubleClickEventFilter.cpp" />
2017-05-31 06:08:14 +00:00
<ClCompile Include= "QtUtils\ElidedButton.cpp" />
2019-06-11 21:00:02 +00:00
<ClCompile Include= "QtUtils\FileOpenEventFilter.cpp" />
2018-07-19 22:10:37 +00:00
<ClCompile Include= "QtUtils\FlowLayout.cpp" />
2017-12-31 19:33:36 +00:00
<ClCompile Include= "QtUtils\ImageConverter.cpp" />
2019-03-04 19:48:40 +00:00
<ClCompile Include= "QtUtils\ModalMessageBox.cpp" />
2017-06-15 01:49:56 +00:00
<ClCompile Include= "QtUtils\WindowActivationEventFilter.cpp" />
2018-03-17 15:07:51 +00:00
<ClCompile Include= "QtUtils\WrapInScrollArea.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "RenderWidget.cpp" />
<ClCompile Include= "Resources.cpp" />
2018-03-21 10:13:53 +00:00
<ClCompile Include= "SearchBar.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "Settings.cpp" />
2017-06-28 04:36:27 +00:00
<ClCompile Include= "Settings\AdvancedPane.cpp" />
2017-06-21 08:27:21 +00:00
<ClCompile Include= "Settings\AudioPane.cpp" />
2018-01-04 00:41:31 +00:00
<ClCompile Include= "Settings\GameCubePane.cpp" />
2017-05-04 04:19:51 +00:00
<ClCompile Include= "Settings\GeneralPane.cpp" />
<ClCompile Include= "Settings\InterfacePane.cpp" />
2017-05-31 08:08:04 +00:00
<ClCompile Include= "Settings\PathPane.cpp" />
2017-07-21 09:22:01 +00:00
<ClCompile Include= "Settings\WiiPane.cpp" />
2018-02-14 22:25:01 +00:00
<ClCompile Include= "Settings\USBDeviceAddToWhitelistDialog.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "ToolBar.cpp" />
2017-07-17 21:50:40 +00:00
<ClCompile Include= "Translation.cpp" />
2018-03-22 11:20:15 +00:00
<ClCompile Include= "Updater.cpp" />
2017-06-14 09:58:11 +00:00
<ClCompile Include= "WiiUpdate.cpp" />
2016-01-25 11:36:39 +00:00
</ItemGroup>
2018-03-08 21:33:11 +00:00
<!-- Put standard C/C++ headers here. Headers that are listed in the QtMoc ItemGroup must NOT be listed here. -->
2016-01-25 11:36:39 +00:00
<ItemGroup >
2017-06-24 08:50:31 +00:00
<ClInclude Include= "Config\Mapping\MappingCommon.h" />
2018-05-13 20:16:20 +00:00
<ClInclude Include= "Debugger\RegisterColumn.h" />
<ClInclude Include= "QtUtils\ActionHelper.h" />
2017-12-31 19:33:36 +00:00
<ClInclude Include= "QtUtils\ImageConverter.h" />
2018-05-13 20:16:20 +00:00
<ClInclude Include= "QtUtils\QueueOnObject.h" />
<ClInclude Include= "QtUtils\RunOnObject.h" />
<ClInclude Include= "QtUtils\WinIconHelper.h" />
2018-11-17 15:36:28 +00:00
<ClInclude Include= "ResourcePackManager.h" />
2017-06-07 06:01:34 +00:00
<ClInclude Include= "Resources.h" />
2017-07-17 21:50:40 +00:00
<ClInclude Include= "Translation.h" />
2017-06-14 09:58:11 +00:00
<ClInclude Include= "WiiUpdate.h" />
2016-01-25 11:36:39 +00:00
</ItemGroup>
<ItemGroup >
<Text Include= "CMakeLists.txt" />
</ItemGroup>
2017-09-02 21:51:59 +00:00
<ItemGroup >
2018-07-06 22:40:15 +00:00
<ResourceCompile Include= "DolphinQt.rc" />
2017-09-02 21:51:59 +00:00
</ItemGroup>
2016-01-25 11:36:39 +00:00
<ItemGroup >
<ProjectReference Include= "$(ExternalsDir)Bochs_disasm\Bochs_disasm.vcxproj" >
<Project > {8ada04d7-6db1-4da4-ab55-64fb12a0997b}</Project>
</ProjectReference>
<ProjectReference Include= "$(ExternalsDir)libpng\png\png.vcxproj" >
<Project > {4c9f135b-a85e-430c-bad4-4c67ef5fc12c}</Project>
</ProjectReference>
<ProjectReference Include= "$(ExternalsDir)LZO\LZO.vcxproj" >
<Project > {ab993f38-c31d-4897-b139-a620c42bc565}</Project>
</ProjectReference>
<ProjectReference Include= "$(ExternalsDir)SFML\build\vc2010\SFML_Network.vcxproj" >
<Project > {93d73454-2512-424e-9cda-4bb357fe13dd}</Project>
</ProjectReference>
<ProjectReference Include= "$(ExternalsDir)zlib\zlib.vcxproj" >
<Project > {ff213b23-2c26-4214-9f88-85271e557e87}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)AudioCommon\AudioCommon.vcxproj" >
<Project > {54aa7840-5beb-4a0c-9452-74ba4cc7fd44}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)Common\Common.vcxproj" >
<Project > {2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)Common\SCMRevGen.vcxproj" >
<Project > {41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)Core\Core.vcxproj" >
<Project > {e54cf649-140e-4255-81a5-30a673c1fb36}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)DiscIO\DiscIO.vcxproj" >
<Project > {160bdc25-5626-4b0d-bdd8-2953d9777fb5}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)InputCommon\InputCommon.vcxproj" >
<Project > {6bbd47cf-91fd-4077-b676-8b76980178a9}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)VideoBackends\D3D\D3D.vcxproj" >
<Project > {96020103-4ba5-4fd2-b4aa-5b6d24492d4e}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)VideoBackends\OGL\OGL.vcxproj" >
<Project > {ec1a314c-5588-4506-9c1e-2e58e5817f75}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)VideoBackends\Software\Software.vcxproj" >
<Project > {a4c423aa-f57c-46c7-a172-d1a777017d29}</Project>
</ProjectReference>
2016-07-13 01:11:29 +00:00
<ProjectReference Include= "$(CoreDir)VideoBackends\Null\Null.vcxproj" >
<Project > {53A5391B-737E-49A8-BC8F-312ADA00736F}</Project>
</ProjectReference>
2016-01-25 11:36:39 +00:00
<ProjectReference Include= "$(CoreDir)VideoCommon\VideoCommon.vcxproj" >
<Project > {3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
</ProjectReference>
<ProjectReference Include= "$(CoreDir)UICommon\UICommon.vcxproj" >
<Project > {604C8368-F34A-4D55-82C8-CC92A0C13254}</Project>
</ProjectReference>
2017-06-08 04:03:02 +00:00
<ProjectReference Include= "$(DolphinRootDir)Languages\Languages.vcxproj" >
2016-01-25 11:36:39 +00:00
<Project > {0e033be3-2e08-428e-9ae9-bc673efa12b5}</Project>
</ProjectReference>
2017-06-08 04:03:02 +00:00
<ProjectReference Include= "$(CoreDir)VideoBackends\Vulkan\Vulkan.vcxproj" >
2016-08-13 12:57:50 +00:00
<Project > {29f29a19-f141-45ad-9679-5a2923b49da3}</Project>
</ProjectReference>
2018-10-10 11:41:52 +00:00
<ProjectReference Include= "..\..\..\Externals\imgui\imgui.vcxproj" >
<Project > {4c3b2264-ea73-4a7b-9cfe-65b0fd635ebb}</Project>
</ProjectReference>
2019-03-28 10:35:46 +00:00
<ProjectReference Include= "..\VideoBackends\D3D12\D3D12.vcxproj" >
<Project > {570215b7-e32f-4438-95ae-c8d955f9fca3}</Project>
</ProjectReference>
2016-01-25 11:36:39 +00:00
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
<Import Project= "..\..\VSProps\QtCompile.targets" />
</ImportGroup>
<!-- Copy Exe, Data directory and DLLs which should be located in the executable directory -->
<ItemGroup >
2016-05-14 06:48:39 +00:00
<DataSysFiles Include= "$(DolphinRootDir)Data\**\Sys\**\*.*" />
2017-06-02 08:12:07 +00:00
<DataTxtFiles Include= "$(DolphinRootDir)Data\license.txt" />
2016-01-25 11:36:39 +00:00
<BinaryFiles Include= "$(TargetPath)" />
2017-06-26 06:47:33 +00:00
<AllInputFiles Include= "@(DataSysFiles);@(DataTxtFiles);@(BinaryFiles)" />
2016-01-25 11:36:39 +00:00
</ItemGroup>
2017-06-02 08:52:51 +00:00
<Target Name= "AfterBuild" Inputs= "@(AllInputFiles)" Outputs= "@(AllInputFiles -> '$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(Extension)')" >
2016-01-25 11:36:39 +00:00
<Message Text= "Copying Data directory..." Importance= "High" />
2016-05-14 06:48:39 +00:00
<Copy SourceFiles= "@(DataSysFiles)" DestinationFolder= "$(BinaryOutputDir)%(RecursiveDir)" Condition= "!Exists('$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(DataSysFiles.Extension)') OR $([System.DateTime]::Parse('%(ModifiedTime)').Ticks) > $([System.IO.File]::GetLastWriteTime('$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(DataSysFiles.Extension)').Ticks)" />
<Copy SourceFiles= "@(DataTxtFiles)" DestinationFolder= "$(BinaryOutputDir)" Condition= "!Exists('$(BinaryOutputDir)%(Filename)%(DataTxtFiles.Extension)') OR $([System.DateTime]::Parse('%(ModifiedTime)').Ticks) > $([System.IO.File]::GetLastWriteTime('$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(DataTxtFiles.Extension)').Ticks)" />
2016-01-25 11:36:39 +00:00
<Message Text= "Copy: @(BinaryFiles) -> $(BinaryOutputDir)" Importance= "High" />
<Copy SourceFiles= "@(BinaryFiles)" DestinationFolder= "$(BinaryOutputDir)" />
</Target>
2019-07-17 18:15:25 +00:00
</Project>