Remove debugging path.

This commit is contained in:
Duncan Frost 2015-07-14 18:00:55 +01:00
parent 968aec9040
commit e0c744be32
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,8 @@
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
<LocalDebuggerCommand>$(TargetDir)\openrct2.exe</LocalDebuggerCommand>
<LocalDebuggerCommandArguments>edit "C:\Users\Ted\Desktop\rct1ll\Scenarios\sc0.sc4"</LocalDebuggerCommandArguments>
<LocalDebuggerCommandArguments>
</LocalDebuggerCommandArguments>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release with Tests|Win32'">
<LocalDebuggerWorkingDirectory>$(TargetDir)</LocalDebuggerWorkingDirectory>