File: kvazaar_cli.vcxproj.filters

package info (click to toggle)
kvazaar 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,012 kB
  • sloc: ansic: 35,363; sh: 5,418; python: 362; cpp: 351; makefile: 325; awk: 10
file content (12 lines) | stat: -rw-r--r-- 429 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="..\..\src\cli.c" />
    <ClCompile Include="..\..\src\yuv_io.c" />
    <ClCompile Include="..\..\src\encmain.c" />
  </ItemGroup>
  <ItemGroup>
    <ClInclude Include="..\..\src\yuv_io.h" />
    <ClInclude Include="..\..\src\cli.h" />
  </ItemGroup>
</Project>