| 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 | <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/Bus-2x.cfg -c cfg/encoder_lowdelay_main.cfg -q0 30 -q1 30 -g 4 -f 5 -b str/Bus.bin -c option.cfg -ibl rec/BusBL-2x_rec.yuv -ibs rec/BusBL-2x_syntax.bin</LocalDebuggerCommandArguments> |
|---|
| 5 | </PropertyGroup> |
|---|
| 6 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|---|
| 7 | <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> |
|---|
| 8 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
|---|
| 9 | </PropertyGroup> |
|---|
| 10 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|---|
| 11 | <LocalDebuggerCommandArguments>-c cfg/per-sequence-svc/CactusCrop-2x.cfg -c cfg/encoder_randomaccess_main.cfg -q0 30 -q1 30 -g 8 -f 17 -b str/CactusCrop.bin -c option.cfg -ibl rec/CactusCropBL-2x_rec.yuv -ibs rec/CactusCropBL-2x_syntax.bin</LocalDebuggerCommandArguments> |
|---|
| 12 | </PropertyGroup> |
|---|
| 13 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|---|
| 14 | <LocalDebuggerWorkingDirectory>$(ProjectDir)/../../../</LocalDebuggerWorkingDirectory> |
|---|
| 15 | <DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor> |
|---|
| 16 | </PropertyGroup> |
|---|
| 17 | </Project> |
|---|
Note: See
TracBrowser for help on using the repository browser.