Last change
on this file since 405 was
324,
checked in by tech, 12 years ago
|
Initial development version for update to latest HM version.
Includes MV-HEVC and basic extensions for 3D-HEVC.
|
File size:
1.5 KB
|
Rev | Line | |
---|
[324] | 1 | <?xml version="1.0" encoding="utf-8"?> |
---|
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
---|
| 3 | <ItemGroup> |
---|
| 4 | <Filter Include="Source Files"> |
---|
| 5 | <UniqueIdentifier>{1aa8b291-7006-406d-b440-8af60fbc9eb5}</UniqueIdentifier> |
---|
| 6 | <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
---|
| 7 | </Filter> |
---|
| 8 | <Filter Include="Header Files"> |
---|
| 9 | <UniqueIdentifier>{5e50c4f1-0ca1-47af-8104-45cc6d910254}</UniqueIdentifier> |
---|
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> |
---|
| 11 | </Filter> |
---|
| 12 | <Filter Include="Resource Files"> |
---|
| 13 | <UniqueIdentifier>{ff0d9379-b34f-4787-8951-1e06360f58a4}</UniqueIdentifier> |
---|
| 14 | <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav</Extensions> |
---|
| 15 | </Filter> |
---|
| 16 | </ItemGroup> |
---|
| 17 | <ItemGroup> |
---|
| 18 | <ClCompile Include="..\..\source\App\TAppDecoder\decmain.cpp"> |
---|
| 19 | <Filter>Source Files</Filter> |
---|
| 20 | </ClCompile> |
---|
| 21 | <ClCompile Include="..\..\source\App\TAppDecoder\TAppDecCfg.cpp"> |
---|
| 22 | <Filter>Source Files</Filter> |
---|
| 23 | </ClCompile> |
---|
| 24 | <ClCompile Include="..\..\source\App\TAppDecoder\TAppDecTop.cpp"> |
---|
| 25 | <Filter>Source Files</Filter> |
---|
| 26 | </ClCompile> |
---|
| 27 | </ItemGroup> |
---|
| 28 | <ItemGroup> |
---|
| 29 | <ClInclude Include="..\..\source\App\TAppDecoder\TAppDecCfg.h"> |
---|
| 30 | <Filter>Header Files</Filter> |
---|
| 31 | </ClInclude> |
---|
| 32 | <ClInclude Include="..\..\source\App\TAppDecoder\TAppDecTop.h"> |
---|
| 33 | <Filter>Header Files</Filter> |
---|
| 34 | </ClInclude> |
---|
| 35 | </ItemGroup> |
---|
| 36 | </Project> |
---|
Note: See
TracBrowser for help on using the repository browser.