7f79df14a8
Basically identical to the 2010 projects, but with platform toolset set to VS 2013, and output files/paths updated to avoid collisions with VS 2010 output. Change-Id: I02b827288319db22eeb0beeed71261dc0673d6ef
14 lines
530 B
XML
14 lines
530 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClCompile Include="sample_muxer.cpp" />
|
|
<ClCompile Include="sample_muxer_metadata.cc" />
|
|
<ClCompile Include="vttreader.cc" />
|
|
<ClCompile Include="webvttparser.cc" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="sample_muxer_metadata.h" />
|
|
<ClInclude Include="vttreader.h" />
|
|
<ClInclude Include="webvttparser.h" />
|
|
</ItemGroup>
|
|
</Project> |