mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
VS can now run dolphinQt directly without DLL errors
This commit is contained in:
parent
4dc316750a
commit
59b7bb04b6
2 changed files with 12 additions and 5 deletions
7
Source/Core/DolphinQt2/DolphinQt2.vcxproj.user
Normal file
7
Source/Core/DolphinQt2/DolphinQt2.vcxproj.user
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue