Last change
on this file 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>{e7545260-6a63-49d7-a40f-c50ca7f27a4b}</UniqueIdentifier> |
---|
| 6 | <Extensions>cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx</Extensions> |
---|
| 7 | </Filter> |
---|
| 8 | <Filter Include="Header Files"> |
---|
| 9 | <UniqueIdentifier>{45205fc1-f025-43cb-ac9f-2f6b288020ab}</UniqueIdentifier> |
---|
| 10 | <Extensions>h;hpp;hxx;hm;inl;inc;xsd</Extensions> |
---|
| 11 | </Filter> |
---|
| 12 | <Filter Include="Resource Files"> |
---|
| 13 | <UniqueIdentifier>{22b56140-f05f-49ef-93df-2b61ddd76211}</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\TAppEncoder\encmain.cpp"> |
---|
| 19 | <Filter>Source Files</Filter> |
---|
| 20 | </ClCompile> |
---|
| 21 | <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncCfg.cpp"> |
---|
| 22 | <Filter>Source Files</Filter> |
---|
| 23 | </ClCompile> |
---|
| 24 | <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncTop.cpp"> |
---|
| 25 | <Filter>Source Files</Filter> |
---|
| 26 | </ClCompile> |
---|
| 27 | </ItemGroup> |
---|
| 28 | <ItemGroup> |
---|
| 29 | <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncCfg.h"> |
---|
| 30 | <Filter>Header Files</Filter> |
---|
| 31 | </ClInclude> |
---|
| 32 | <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncTop.h"> |
---|
| 33 | <Filter>Header Files</Filter> |
---|
| 34 | </ClInclude> |
---|
| 35 | </ItemGroup> |
---|
| 36 | </Project> |
---|
Note: See
TracBrowser for help on using the repository browser.