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>
2017-05-26 12:36:33 +00:00
<WindowsTargetPlatformVersion > 10.0.15063.0</WindowsTargetPlatformVersion>
2016-01-25 11:36:39 +00:00
<!--
Enable this once wxwidgets is completely removed
<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 >
2017-06-26 06:47:33 +00:00
<AdditionalLibraryDirectories > $(ExternalsDir)ffmpeg\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2017-04-14 02:11:59 +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;%(AdditionalDependencies)</AdditionalDependencies>
2016-01-25 11:36:39 +00:00
</Link>
<ClCompile >
2018-01-31 11:35:09 +00:00
<AdditionalIncludeDirectories > $(ProjectDir)VideoInterface;$(ProjectDir)GameList;$(ProjectDir)Debugger;$(ProjectDir)Settings;$(ProjectDir)Config;$(ProjectDir)Config\Mapping;$(ProjectDir)Config\Graphics;$(ProjectDir)NetPlay;$(ProjectDir)QtUtils;$(ProjectDir)TAS;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2016-01-25 11:36:39 +00:00
</ClCompile>
2017-02-10 07:46:23 +00:00
<Manifest >
<AdditionalManifestFiles > DolphinQt2.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
</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-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-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" />
2017-06-13 15:16:41 +00:00
<QtMoc Include= "Config\Mapping\IOWindow.h" />
<QtMoc Include= "Config\Mapping\MappingButton.h" />
2017-05-20 15:53:17 +00:00
<QtMoc Include= "Config\Mapping\MappingWidget.h" />
<QtMoc Include= "Config\Mapping\MappingWindow.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" />
<QtMoc Include= "Config\Graphics\GraphicsSlider.h" />
<QtMoc Include= "Config\Graphics\GraphicsWidget.h" />
<QtMoc Include= "Config\Graphics\GraphicsWindow.h" />
<QtMoc Include= "Config\Graphics\HacksWidget.h" />
<QtMoc Include= "Config\Graphics\SoftwareRendererWidget.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" />
2017-08-30 14:44:28 +00:00
<QtMoc Include= "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" />
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" />
<QtMoc Include= "Debugger\NewBreakpointDialog.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" />
2016-05-12 13:09:50 +00:00
<QtMoc Include= "GameList\GameFile.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" />
2016-07-13 05:52:45 +00:00
<QtMoc Include= "InDevelopmentWarning.h" />
2017-05-04 07:47:59 +00:00
<QtMoc Include= "Settings\InterfacePane.h" />
2017-06-21 08:27:21 +00:00
<QtMoc Include= "Settings\AudioPane.h" />
2017-07-21 09:22:01 +00:00
<QtMoc Include= "Settings\WiiPane.h" />
<QtMoc Include= "Settings\USBDeviceAddToWhitelistDialog.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" />
2017-07-23 00:16:13 +00:00
<QtMoc Include= "NetPlay\GameListDialog.h" />
<QtMoc Include= "NetPlay\MD5Dialog.h" />
<QtMoc Include= "NetPlay\NetPlayDialog.h" />
<QtMoc Include= "NetPlay\NetPlaySetupDialog.h" />
<QtMoc Include= "NetPlay\PadMappingDialog.h" />
2017-05-31 07:16:23 +00:00
<QtMoc Include= "QtUtils\DoubleClickEventFilter.h" />
2017-06-15 01:49:56 +00:00
<QtMoc Include= "QtUtils\WindowActivationEventFilter.h" />
2018-01-27 13:35:02 +00:00
<QtMoc Include= "QtUtils\AspectRatioWidget.h" />
2016-05-12 13:09:50 +00:00
<QtMoc Include= "RenderWidget.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" />
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-24 12:35:13 +00:00
<ClCompile Include= "$(QtMocOutPrefix)CheatCodeEditor.cpp" />
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-21 08:27:21 +00:00
<ClCompile Include= "$(QtMocOutPrefix)AudioPane.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)AdvancedWidget.cpp" />
2017-10-03 16:43:44 +00:00
<ClCompile Include= "$(QtMocOutPrefix)BreakpointWidget.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)CheatWarningWidget.cpp" />
2017-05-09 16:49:10 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ControllersWindow.cpp" />
2017-09-10 17:10:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)EnhancementsWidget.cpp" />
2017-08-30 14:44:28 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FIFOPlayerWindow.cpp" />
2018-01-27 13:35:02 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GCTASInputWindow.cpp" />
2018-01-31 11:35:09 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WiiTASInputWindow.cpp" />
2018-01-27 13:35:02 +00:00
<ClCompile Include= "$(QtMocOutPrefix)StickWidget.cpp" />
2018-02-06 11:10:28 +00:00
<ClCompile Include= "$(QtMocOutPrefix)IRWidget.cpp" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "$(QtMocOutPrefix)FilesystemWidget.cpp" />
2017-06-15 01:49:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WindowActivationEventFilter.cpp" />
2018-03-01 12:12:31 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GameConfigWidget.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-07-21 09:22:01 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WiiPane.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GeneralWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsBool.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsChoice.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsSlider.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)GraphicsWindow.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)HacksWidget.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)Host.cpp" />
2017-06-06 11:49:49 +00:00
<ClCompile Include= "$(QtMocOutPrefix)HotkeyScheduler.cpp" />
2016-07-13 05:52:45 +00:00
<ClCompile Include= "$(QtMocOutPrefix)InDevelopmentWarning.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" />
2017-06-13 15:16:41 +00:00
<ClCompile Include= "$(QtMocOutPrefix)IOWindow.cpp" />
2017-08-05 08:28:53 +00:00
<ClCompile Include= "$(QtMocOutPrefix)GridProxyModel.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" />
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" />
2017-05-20 15:53:17 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MappingWidget.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)MappingWindow.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MD5Dialog.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)MenuBar.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" />
2016-02-29 08:52:15 +00:00
<ClCompile Include= "$(QtMocOutPrefix)PropertiesDialog.cpp" />
2017-05-31 07:16:23 +00:00
<ClCompile Include= "$(QtMocOutPrefix)DoubleClickEventFilter.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" />
<ClCompile Include= "$(QtMocOutPrefix)Settings.cpp" />
<ClCompile Include= "$(QtMocOutPrefix)SettingsWindow.cpp" />
2017-06-16 00:58:56 +00:00
<ClCompile Include= "$(QtMocOutPrefix)SoftwareRendererWidget.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "$(QtMocOutPrefix)ToolBar.cpp" />
2017-09-27 06:53:05 +00:00
<ClCompile Include= "$(QtMocOutPrefix)WatchWidget.cpp" />
2017-07-21 09:22:01 +00:00
<ClCompile Include= "$(QtMocOutPrefix)USBDeviceAddToWhitelistDialog.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "AboutDialog.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" />
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-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" />
<ClCompile Include= "Config\Graphics\GraphicsSlider.cpp" />
<ClCompile Include= "Config\Graphics\GraphicsWidget.cpp" />
<ClCompile Include= "Config\Graphics\GraphicsWindow.cpp" />
<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" />
<ClCompile Include= "Config\Mapping\HotkeyGeneral.cpp" />
<ClCompile Include= "Config\Mapping\HotkeyGraphics.cpp" />
<ClCompile Include= "Config\Mapping\HotkeyStates.cpp" />
<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\MappingBool.cpp" />
<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" />
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" />
2017-08-30 14:44:28 +00:00
<ClCompile Include= "FIFOPlayerWindow.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" />
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" />
2018-01-31 11:35:09 +00:00
<ClCompile Include= "TAS\Shared.cpp" />
2017-10-03 16:43:44 +00:00
<ClCompile Include= "Debugger\BreakpointWidget.cpp" />
<ClCompile Include= "Debugger\NewBreakpointDialog.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\GameFile.cpp" />
2017-08-14 14:05:46 +00:00
<ClCompile Include= "GameList\GameFileCache.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" />
2016-07-13 05:52:45 +00:00
<ClCompile Include= "InDevelopmentWarning.cpp" />
2016-05-12 13:09:50 +00:00
<ClCompile Include= "Main.cpp" />
<ClCompile Include= "MainWindow.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "MenuBar.cpp" />
2017-06-27 05:44:10 +00:00
<ClCompile Include= "QtUtils\BlockUserInputFilter.cpp" />
2017-07-23 00:16:13 +00:00
<ClCompile Include= "NetPlay\GameListDialog.cpp" />
<ClCompile Include= "NetPlay\MD5Dialog.cpp" />
<ClCompile Include= "NetPlay\NetPlayDialog.cpp" />
<ClCompile Include= "NetPlay\NetPlaySetupDialog.cpp" />
<ClCompile Include= "NetPlay\PadMappingDialog.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" />
2017-07-16 21:25:36 +00:00
<ClCompile Include= "QtUtils\ListTabWidget.cpp" />
2017-06-15 01:49:56 +00:00
<ClCompile Include= "QtUtils\WindowActivationEventFilter.cpp" />
2018-01-27 13:35:02 +00:00
<ClCompile Include= "QtUtils\AspectRatioWidget.cpp" />
2016-01-25 11:36:39 +00:00
<ClCompile Include= "RenderWidget.cpp" />
<ClCompile Include= "Resources.cpp" />
<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" />
<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" />
2017-06-14 09:58:11 +00:00
<ClCompile Include= "WiiUpdate.cpp" />
2016-01-25 11:36:39 +00:00
</ItemGroup>
<!-- Put standard C/C++ headers here -->
<ItemGroup >
2017-06-24 08:50:31 +00:00
<ClInclude Include= "Config\Mapping\GCKeyboardEmu.h" />
2018-01-04 00:41:31 +00:00
<ClInclude Include= "Config\Mapping\GCMicrophone.h" />
2017-06-24 08:50:31 +00:00
<ClInclude Include= "Config\Mapping\GCPadEmu.h" />
<ClInclude Include= "Config\Mapping\GCPadWiiU.h" />
<ClInclude Include= "Config\Mapping\Hotkey3D.h" />
<ClInclude Include= "Config\Mapping\HotkeyGeneral.h" />
<ClInclude Include= "Config\Mapping\HotkeyGraphics.h" />
<ClInclude Include= "Config\Mapping\HotkeyStates.h" />
<ClInclude Include= "Config\Mapping\HotkeyTAS.h" />
2018-01-31 11:35:09 +00:00
<ClInclude Include= "TAS\Shared.h" />
2017-06-24 08:50:31 +00:00
<ClInclude Include= "Config\Mapping\HotkeyWii.h" />
<ClInclude Include= "Config\Mapping\MappingBool.h" />
<ClInclude Include= "Config\Mapping\MappingCommon.h" />
2018-02-07 17:16:15 +00:00
<ClInclude Include= "Config\Mapping\MappingIndicator.h" />
2017-06-24 08:50:31 +00:00
<ClInclude Include= "Config\Mapping\MappingNumeric.h" />
<ClInclude Include= "Config\Mapping\WiimoteEmuExtension.h" />
<ClInclude Include= "Config\Mapping\WiimoteEmuGeneral.h" />
<ClInclude Include= "Config\Mapping\WiimoteEmuMotionControl.h" />
2017-09-13 17:33:45 +00:00
<ClInclude Include= "Config\RegisterColumn.h" />
<ClInclude Include= "Config\RegisterWidget.h" />
2018-03-01 12:12:31 +00:00
<ClInclude Include= "Config\GameConfigWidget.h" />
2017-08-14 14:05:46 +00:00
<ClInclude Include= "GameList\GameFileCache.h" />
2017-06-27 05:44:10 +00:00
<ClInclude Include= "QtUtils\BlockUserInputFilter.h" />
2017-06-24 08:50:31 +00:00
<ClInclude Include= "QtUtils\ElidedButton.h" />
2017-07-16 21:25:36 +00:00
<ClInclude Include= "QtUtils\ListTabWidget.h" />
2017-06-07 06:01:34 +00:00
<ClInclude Include= "Resources.h" />
2018-01-04 00:41:31 +00:00
<ClInclude Include= "Settings\GameCubePane.h" />
2017-06-24 08:50:31 +00:00
<ClInclude Include= "Settings\PathPane.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 >
<ResourceCompile Include= "DolphinQt2.rc" />
</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>
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>
2017-07-23 00:16:13 +00:00
</Project>