Rev | Line | |
---|
[2] | 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'"> |
---|
[125] | 4 | <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> |
---|
[2] | 5 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
---|
[125] | 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'"> |
---|
[2] | 12 | <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> |
---|
[125] | 13 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
---|
[2] | 14 | </PropertyGroup> |
---|
| 15 | </Project> |
---|
Note: See
TracBrowser for help on using the repository browser.