2016-11-04 22:57:33 -06:00
<?xml version="1.0" encoding="utf-8"?>
2017-05-25 16:58:59 -06:00
<Project DefaultTargets= "Build" ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2013-10-19 03:27:57 -06: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 > {47411FDB-1BF2-48D0-AB4E-C7C41160F898}</ProjectGuid>
2013-11-02 17:22:15 -06:00
<ProjectName > Dolphin</ProjectName>
2017-05-26 06:36:33 -06:00
<WindowsTargetPlatformVersion > 10.0.15063.0</WindowsTargetPlatformVersion>
2013-10-19 03:27:57 -06:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
2017-05-25 16:58:59 -06:00
<PlatformToolset > v141</PlatformToolset>
2013-10-19 03:27:57 -06: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" />
2014-08-15 00:51:13 -06:00
<Import Project= "..\..\VSProps\PCHUse.props" />
2013-10-19 03:27:57 -06:00
</ImportGroup>
<PropertyGroup Label= "UserMacros" />
<ItemDefinitionGroup >
<Link >
2017-06-26 00:47:33 -06:00
<AdditionalLibraryDirectories > $(ExternalsDir)ffmpeg\lib;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
2017-04-13 20:11:59 -06: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>
2013-10-19 03:27:57 -06:00
</Link>
<ResourceCompile >
2014-08-31 06:51:38 -06:00
<AdditionalIncludeDirectories > $(ExternalsDir)wxWidgets3\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
2013-10-19 03:27:57 -06:00
</ResourceCompile>
2016-06-25 23:25:29 -06:00
<Manifest >
2017-02-10 00:46:23 -07:00
<AdditionalManifestFiles > DolphinWX.manifest;%(AdditionalManifestFiles)</AdditionalManifestFiles>
2016-06-25 23:25:29 -06:00
</Manifest>
2013-10-19 03:27:57 -06:00
</ItemDefinitionGroup>
<ItemGroup >
2013-12-07 13:14:29 -07:00
<ClCompile Include= "AboutDolphin.cpp" />
2016-07-22 19:05:04 -06:00
<ClCompile Include= "Cheats\ActionReplayCodesPanel.cpp" />
<ClCompile Include= "Cheats\ARCodeAddEdit.cpp" />
2014-10-18 15:32:50 -06:00
<ClCompile Include= "Cheats\CheatSearchTab.cpp" />
<ClCompile Include= "Cheats\CheatsWindow.cpp" />
<ClCompile Include= "Cheats\CreateCodeDialog.cpp" />
<ClCompile Include= "Cheats\GeckoCodeDiag.cpp" />
2016-10-31 14:51:35 -06:00
<ClCompile Include= "Config\AddUSBDeviceDiag.cpp" />
2015-03-18 16:00:27 -06:00
<ClCompile Include= "Config\AdvancedConfigPane.cpp" />
<ClCompile Include= "Config\AudioConfigPane.cpp" />
<ClCompile Include= "Config\ConfigMain.cpp" />
<ClCompile Include= "Config\GameCubeConfigPane.cpp" />
2015-12-31 10:09:47 -07:00
<ClCompile Include= "Config\GCAdapterConfigDiag.cpp" />
2015-03-18 16:00:27 -06:00
<ClCompile Include= "Config\GeneralConfigPane.cpp" />
<ClCompile Include= "Config\InterfaceConfigPane.cpp" />
<ClCompile Include= "Config\PathConfigPane.cpp" />
<ClCompile Include= "Config\WiiConfigPane.cpp" />
2017-05-03 17:08:24 -06:00
<ClCompile Include= "Debugger\AssemblerEntryDialog.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "Debugger\BreakpointDlg.cpp" />
<ClCompile Include= "Debugger\BreakpointView.cpp" />
<ClCompile Include= "Debugger\BreakpointWindow.cpp" />
<ClCompile Include= "Debugger\CodeView.cpp" />
<ClCompile Include= "Debugger\CodeWindow.cpp" />
<ClCompile Include= "Debugger\CodeWindowFunctions.cpp" />
<ClCompile Include= "Debugger\DebuggerPanel.cpp" />
<ClCompile Include= "Debugger\DebuggerUIUtil.cpp" />
<ClCompile Include= "Debugger\DSPDebugWindow.cpp" />
<ClCompile Include= "Debugger\DSPRegisterView.cpp" />
<ClCompile Include= "Debugger\JitWindow.cpp" />
<ClCompile Include= "Debugger\MemoryCheckDlg.cpp" />
<ClCompile Include= "Debugger\MemoryView.cpp" />
<ClCompile Include= "Debugger\MemoryWindow.cpp" />
<ClCompile Include= "Debugger\RegisterView.cpp" />
<ClCompile Include= "Debugger\RegisterWindow.cpp" />
2014-10-19 04:45:40 -06:00
<ClCompile Include= "Debugger\WatchView.cpp" />
<ClCompile Include= "Debugger\WatchWindow.cpp" />
2016-10-01 21:05:55 -06:00
<ClCompile Include= "DolphinSlider.cpp" />
2016-12-04 00:04:35 -07:00
<ClCompile Include= "ISOProperties\FilesystemPanel.cpp" />
2016-11-12 18:51:08 -07:00
<ClCompile Include= "ISOProperties\InfoPanel.cpp" />
<ClCompile Include= "ISOProperties\ISOProperties.cpp" />
2015-04-10 23:24:45 -06:00
<ClCompile Include= "NetPlay\ChangeGameDialog.cpp" />
2016-07-13 16:45:38 -06:00
<ClCompile Include= "NetPlay\MD5Dialog.cpp" />
2016-10-03 06:35:27 -06:00
<ClCompile Include= "NetPlay\NetPlayLauncher.cpp" />
2015-04-10 23:24:45 -06:00
<ClCompile Include= "NetPlay\NetPlaySetupFrame.cpp" />
<ClCompile Include= "NetPlay\NetWindow.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "FifoPlayerDlg.cpp" />
<ClCompile Include= "Frame.cpp" />
<ClCompile Include= "FrameAui.cpp" />
<ClCompile Include= "FrameTools.cpp" />
<ClCompile Include= "GameListCtrl.cpp" />
2016-11-18 00:03:06 -07:00
<ClCompile Include= "Input\InputConfigDiag.cpp" />
<ClCompile Include= "Input\InputConfigDiagBitmaps.cpp" />
2016-11-18 17:54:06 -07:00
<ClCompile Include= "Input\HotkeyInputConfigDiag.cpp" />
<ClCompile Include= "Input\GCPadInputConfigDiag.cpp" />
2016-12-04 14:28:44 -07:00
<ClCompile Include= "Input\MicButtonConfigDiag.cpp" />
2016-11-18 17:54:06 -07:00
<ClCompile Include= "Input\GCKeyboardInputConfigDiag.cpp" />
<ClCompile Include= "Input\WiimoteInputConfigDiag.cpp" />
<ClCompile Include= "Input\NunchukInputConfigDiag.cpp" />
<ClCompile Include= "Input\ClassicInputConfigDiag.cpp" />
<ClCompile Include= "Input\GuitarInputConfigDiag.cpp" />
<ClCompile Include= "Input\DrumsInputConfigDiag.cpp" />
<ClCompile Include= "Input\TurntableInputConfigDiag.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "ISOFile.cpp" />
<ClCompile Include= "LogConfigWindow.cpp" />
<ClCompile Include= "LogWindow.cpp" />
<ClCompile Include= "Main.cpp" />
2016-10-14 12:52:18 -06:00
<ClCompile Include= "MainMenuBar.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "MainNoGUI.cpp" >
2013-10-19 03:27:57 -06:00
<ExcludedFromBuild > true</ExcludedFromBuild>
</ClCompile>
2016-10-21 19:41:17 -06:00
<ClCompile Include= "MainToolBar.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "MemcardManager.cpp" />
2015-04-10 23:24:45 -06:00
<ClCompile Include= "NetPlay\PadMapDialog.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "PatchAddEdit.cpp" />
2014-08-03 18:07:27 -06:00
<ClCompile Include= "SoftwareVideoConfigDialog.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "TASInputDlg.cpp" />
2017-07-12 01:11:29 -06:00
<ClCompile Include= "UINeedsControllerState.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "VideoConfigDiag.cpp" />
2014-07-29 11:14:25 -06:00
<ClCompile Include= "PostProcessingConfigDiag.cpp" />
2014-11-22 14:39:48 -07:00
<ClCompile Include= "ControllerConfigDiag.cpp" />
2016-11-05 06:29:29 -06:00
<ClCompile Include= "WxEventUtils.cpp" />
2013-12-07 13:14:29 -07:00
<ClCompile Include= "WxUtils.cpp" />
2013-10-19 03:27:57 -06:00
</ItemGroup>
<ItemGroup >
2016-07-22 19:05:04 -06:00
<ClInclude Include= "Cheats\ActionReplayCodesPanel.h" />
<ClInclude Include= "Cheats\ARCodeAddEdit.h" />
2016-10-31 14:51:35 -06:00
<ClInclude Include= "Config\AddUSBDeviceDiag.h" />
2015-03-18 16:00:27 -06:00
<ClInclude Include= "Config\AdvancedConfigPane.h" />
<ClInclude Include= "Config\AudioConfigPane.h" />
<ClInclude Include= "Config\GameCubeConfigPane.h" />
2015-12-31 10:09:47 -07:00
<ClInclude Include= "Config\GCAdapterConfigDiag.h" />
2015-03-18 16:00:27 -06:00
<ClInclude Include= "Config\GeneralConfigPane.h" />
<ClInclude Include= "Config\InterfaceConfigPane.h" />
<ClInclude Include= "Config\PathConfigPane.h" />
<ClInclude Include= "Config\WiiConfigPane.h" />
2016-10-01 21:05:55 -06:00
<ClInclude Include= "DolphinSlider.h" />
2016-12-04 00:04:35 -07:00
<ClInclude Include= "ISOProperties\FilesystemPanel.h" />
2016-11-12 18:51:08 -07:00
<ClInclude Include= "ISOProperties\InfoPanel.h" />
<ClInclude Include= "ISOProperties\ISOProperties.h" />
2015-04-10 23:24:45 -06:00
<ClInclude Include= "NetPlay\ChangeGameDialog.h" />
2016-07-13 16:45:38 -06:00
<ClInclude Include= "NetPlay\MD5Dialog.h" />
2016-10-03 06:35:27 -06:00
<ClInclude Include= "NetPlay\NetPlayLauncher.h" />
2015-04-10 23:24:45 -06:00
<ClInclude Include= "NetPlay\NetPlaySetupFrame.h" />
<ClInclude Include= "NetPlay\PadMapDialog.h" />
2013-10-19 03:27:57 -06:00
<ClInclude Include= "resource.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "AboutDolphin.h" />
2014-10-18 15:32:50 -06:00
<ClInclude Include= "Cheats\CheatSearchTab.h" />
<ClInclude Include= "Cheats\CheatsWindow.h" />
<ClInclude Include= "Cheats\CreateCodeDialog.h" />
<ClInclude Include= "Cheats\GeckoCodeDiag.h" />
2015-03-18 16:00:27 -06:00
<ClInclude Include= "Config\ConfigMain.h" />
2017-05-03 17:08:24 -06:00
<ClInclude Include= "Debugger\AssemblerEntryDialog.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "Debugger\BreakpointDlg.h" />
<ClInclude Include= "Debugger\BreakpointView.h" />
<ClInclude Include= "Debugger\BreakpointWindow.h" />
<ClInclude Include= "Debugger\CodeView.h" />
<ClInclude Include= "Debugger\CodeWindow.h" />
<ClInclude Include= "Debugger\DebuggerPanel.h" />
<ClInclude Include= "Debugger\DebuggerUIUtil.h" />
<ClInclude Include= "Debugger\DSPDebugWindow.h" />
<ClInclude Include= "Debugger\DSPRegisterView.h" />
<ClInclude Include= "Debugger\JitWindow.h" />
<ClInclude Include= "Debugger\MemoryCheckDlg.h" />
<ClInclude Include= "Debugger\MemoryView.h" />
<ClInclude Include= "Debugger\MemoryWindow.h" />
<ClInclude Include= "Debugger\RegisterView.h" />
<ClInclude Include= "Debugger\RegisterWindow.h" />
2014-10-19 04:45:40 -06:00
<ClInclude Include= "Debugger\WatchView.h" />
<ClInclude Include= "Debugger\WatchWindow.h" />
2015-04-10 23:24:45 -06:00
<ClInclude Include= "NetPlay\NetWindow.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "FifoPlayerDlg.h" />
<ClInclude Include= "Frame.h" />
<ClInclude Include= "GameListCtrl.h" />
<ClInclude Include= "Globals.h" />
2016-11-18 00:03:06 -07:00
<ClInclude Include= "Input\InputConfigDiag.h" />
2016-11-18 17:54:06 -07:00
<ClInclude Include= "Input\HotkeyInputConfigDiag.h" />
<ClInclude Include= "Input\GCPadInputConfigDiag.h" />
2016-12-04 14:28:44 -07:00
<ClInclude Include= "Input\MicButtonConfigDiag.h" />
2016-11-18 17:54:06 -07:00
<ClInclude Include= "Input\GCKeyboardInputConfigDiag.h" />
<ClInclude Include= "Input\WiimoteInputConfigDiag.h" />
<ClInclude Include= "Input\NunchukInputConfigDiag.h" />
<ClInclude Include= "Input\ClassicInputConfigDiag.h" />
<ClInclude Include= "Input\GuitarInputConfigDiag.h" />
<ClInclude Include= "Input\DrumsInputConfigDiag.h" />
<ClInclude Include= "Input\TurntableInputConfigDiag.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "ISOFile.h" />
<ClInclude Include= "LogConfigWindow.h" />
<ClInclude Include= "LogWindow.h" />
<ClInclude Include= "Main.h" />
2016-10-14 12:52:18 -06:00
<ClInclude Include= "MainMenuBar.h" />
2016-10-21 19:41:17 -06:00
<ClInclude Include= "MainToolBar.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "MemcardManager.h" />
<ClInclude Include= "PatchAddEdit.h" />
2014-08-03 18:07:27 -06:00
<ClInclude Include= "SoftwareVideoConfigDialog.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "TASInputDlg.h" />
2017-07-12 01:11:29 -06:00
<ClInclude Include= "UINeedsControllerState.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "VideoConfigDiag.h" />
2014-07-29 11:14:25 -06:00
<ClInclude Include= "PostProcessingConfigDiag.h" />
2014-11-22 14:39:48 -07:00
<ClInclude Include= "ControllerConfigDiag.h" />
2016-11-05 06:29:29 -06:00
<ClInclude Include= "WxEventUtils.h" />
2013-12-07 13:14:29 -07:00
<ClInclude Include= "WxUtils.h" />
2013-10-19 03:27:57 -06:00
</ItemGroup>
<ItemGroup >
<Text Include= "CMakeLists.txt" />
</ItemGroup>
<ItemGroup >
<ResourceCompile Include= "DolphinWX.rc" />
</ItemGroup>
<ItemGroup >
2014-08-31 06:51:38 -06:00
<Image Include= "$(CoreDir)..\..\Installer\Dolphin.ico" />
2013-10-19 03:27:57 -06:00
</ItemGroup>
<ItemGroup >
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(ExternalsDir)Bochs_disasm\Bochs_disasm.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {8ada04d7-6db1-4da4-ab55-64fb12a0997b}</Project>
</ProjectReference>
2016-01-17 04:09:58 -07:00
<ProjectReference Include= "$(ExternalsDir)cpp-optparse\cpp-optparse.vcxproj" >
<Project > {C636D9D1-82FE-42B5-9987-63B7D4836341}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(ExternalsDir)libpng\png\png.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {4c9f135b-a85e-430c-bad4-4c67ef5fc12c}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(ExternalsDir)LZO\LZO.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {ab993f38-c31d-4897-b139-a620c42bc565}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(ExternalsDir)SFML\build\vc2010\SFML_Network.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {93d73454-2512-424e-9cda-4bb357fe13dd}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(ExternalsDir)wxWidgets3\build\msw\wx_base.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {1c8436c9-dbaf-42be-83bc-cf3ec9175abe}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(ExternalsDir)zlib\zlib.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {ff213b23-2c26-4214-9f88-85271e557e87}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)AudioCommon\AudioCommon.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {54aa7840-5beb-4a0c-9452-74ba4cc7fd44}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)Common\Common.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {2e6c348c-c75c-4d94-8d1e-9c1fcbf3efe4}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)Common\SCMRevGen.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)Core\Core.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {e54cf649-140e-4255-81a5-30a673c1fb36}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)DiscIO\DiscIO.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {160bdc25-5626-4b0d-bdd8-2953d9777fb5}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)InputCommon\InputCommon.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {6bbd47cf-91fd-4077-b676-8b76980178a9}</Project>
2014-10-04 13:12:15 -06:00
</ProjectReference>
2014-10-18 15:32:50 -06:00
<ProjectReference Include= "$(CoreDir)UICommon\UICommon.vcxproj" >
2014-10-04 13:12:15 -06:00
<Project > {604C8368-F34A-4D55-82C8-CC92A0C13254}</Project>
2013-10-19 03:27:57 -06:00
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)VideoBackends\D3D\D3D.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {96020103-4ba5-4fd2-b4aa-5b6d24492d4e}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)VideoBackends\OGL\OGL.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {ec1a314c-5588-4506-9c1e-2e58e5817f75}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)VideoBackends\Software\Software.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {a4c423aa-f57c-46c7-a172-d1a777017d29}</Project>
</ProjectReference>
2016-06-09 15:11:34 -06:00
<ProjectReference Include= "$(CoreDir)VideoBackends\Null\Null.vcxproj" >
<Project > {53A5391B-737E-49A8-BC8F-312ADA00736F}</Project>
</ProjectReference>
2016-08-13 06:57:50 -06:00
<ProjectReference Include= "$(CoreDir)VideoBackends\Vulkan\Vulkan.vcxproj" >
<Project > {29F29A19-F141-45AD-9679-5A2923B49DA3}</Project>
</ProjectReference>
2014-08-31 06:51:38 -06:00
<ProjectReference Include= "$(CoreDir)VideoCommon\VideoCommon.vcxproj" >
2013-10-19 03:27:57 -06:00
<Project > {3de9ee35-3e91-4f27-a014-2866ad8c3fe3}</Project>
</ProjectReference>
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
2013-11-02 17:19:17 -06:00
<!-- Copy Exe, Data directory and DLLs which should be located in the executable directory -->
2013-10-19 03:27:57 -06:00
<ItemGroup >
2016-04-12 17:05:17 -06:00
<DataSysFiles Include= "$(DolphinRootDir)Data\**\Sys\**\*.*" />
2016-06-10 07:50:46 -06:00
<DataTxtFiles Include= "$(DolphinRootDir)Data\license.txt" />
2013-11-02 17:19:17 -06:00
<BinaryFiles Include= "$(TargetPath)" />
2017-06-26 00:47:33 -06:00
<AllInputFiles Include= "@(DataSysFiles);@(DataTxtFiles);@(BinaryFiles)" />
2013-10-19 03:27:57 -06:00
</ItemGroup>
2014-08-20 17:57:34 -06:00
<Target Name= "AfterBuild" Inputs= "@(AllInputFiles)" Outputs= "@(AllInputFiles -> '$(BinaryOutputDir)%(RecursiveDir)%(Filename)%(Extension)')" >
2013-10-19 03:27:57 -06:00
<Message Text= "Copying Data directory..." Importance= "High" />
2016-04-12 10:20:23 -06: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)" />
2013-10-19 03:27:57 -06:00
<Message Text= "Copy: @(BinaryFiles) -> $(BinaryOutputDir)" Importance= "High" />
<Copy SourceFiles= "@(BinaryFiles)" DestinationFolder= "$(BinaryOutputDir)" />
</Target>
2017-06-26 00:47:33 -06:00
</Project>