summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorRukai <rubickent@gmail.com>2016-06-21 11:03:41 +1000
committerRukai <rubickent@gmail.com>2016-06-21 22:42:15 +1000
commit59b7bb04b69ea879a8880217bc53377ed67d2a07 (patch)
tree5b3ef504299b1b63714bfdddf9d57ecf5f4b9756 /Source/Core
parent4dc316750aa1f68f4a75c2bf878d919b307c4c34 (diff)
VS can now run dolphinQt directly without DLL errors
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/DolphinQt2/DolphinQt2.vcxproj.user7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Core/DolphinQt2/DolphinQt2.vcxproj.user b/Source/Core/DolphinQt2/DolphinQt2.vcxproj.user
new file mode 100644
index 0000000000..42da7cddad
--- /dev/null
+++ b/Source/Core/DolphinQt2/DolphinQt2.vcxproj.user
@@ -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>