source: SHVCSoftware/branches/SHM-dev/build/vc10/TAppEncoder_vc10.vcxproj.user @ 1230

Last change on this file since 1230 was 1129, checked in by seregin, 9 years ago

revert r1127

File size: 1.3 KB
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_randomaccess_scalable.cfg -c cfg/layers.cfg -q0 38 -q1 38 -g 8 -f 9 -b str/Bus.bin -c option.cfg </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.