VS can now run dolphinQt directly without DLL errors

This commit is contained in:
Rukai
2016-06-21 11:03:41 +10:00
parent 4dc316750a
commit 59b7bb04b6
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>