Merge pull request #3913 from rukai/dolphinQtVSDLL

VS can now run dolphinQt directly without DLL errors
This commit is contained in:
Matthew Parlane
2016-06-25 23:36:01 +12:00
committed by GitHub
2 changed files with 12 additions and 5 deletions

View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<LocalDebuggerCommand>$(BinaryOutputDir)$(TargetFileName)</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
</Project>