Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?> |
---|
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
3 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
---|
4 | <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> |
---|
5 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
---|
6 | <LocalDebuggerCommandArguments>-b str/Bus.bin -ls 2</LocalDebuggerCommandArguments> |
---|
7 | </PropertyGroup> |
---|
8 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
9 | <LocalDebuggerCommandArguments>-b str/Bus.bin -ls 2</LocalDebuggerCommandArguments> |
---|
10 | </PropertyGroup> |
---|
11 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
---|
12 | <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> |
---|
13 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
---|
14 | </PropertyGroup> |
---|
15 | </Project> |
---|
Note: See
TracBrowser for help on using the repository browser.