-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhovercraft.vcxproj.user
More file actions
16 lines (16 loc) · 1.03 KB
/
hovercraft.vcxproj.user
File metadata and controls
16 lines (16 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Gamecube|Win32'">
<LocalDebuggerCommand>tools/Emulator/Dolphin.exe</LocalDebuggerCommand>
<LocalDebuggerCommandArguments>/b /e $(SolutionDir)build/hovercraft.gc.elf</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerWorkingDirectory>$(ProjectDir)/build</LocalDebuggerWorkingDirectory>
<LocalDebuggerDebuggerType>ManagedOnly</LocalDebuggerDebuggerType>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Wii|Win32'">
<LocalDebuggerCommand>tools\Emulator\Dolphin.exe</LocalDebuggerCommand>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommandArguments>/b /e $(SolutionDir)build/hovercraft.wii.elf</LocalDebuggerCommandArguments>
<LocalDebuggerDebuggerType>ManagedOnly</LocalDebuggerDebuggerType>
</PropertyGroup>
</Project>