diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-05 10:45:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-05-05 10:45:45 -0400 |
| commit | e1dd361c7bf05af49d9210ab679e85fa00870990 (patch) | |
| tree | 31668ec58054d8d11632ef2658658b68a6d02eae /MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | |
| parent | 28f7aa5b5e88ec95feef12e60d13253d2b77a562 (diff) | |
added subtitle parsing stubs
Diffstat (limited to 'MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj')
| -rw-r--r-- | MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj index e129468d3..291bb0222 100644 --- a/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj +++ b/MediaBrowser.MediaEncoding/MediaBrowser.MediaEncoding.csproj @@ -61,6 +61,10 @@ <Compile Include="Encoder\InternalEncodingTaskFactory.cs" /> <Compile Include="Encoder\MediaEncoder.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="Subtitles\ISubtitleParser.cs" /> + <Compile Include="Subtitles\SrtParser.cs" /> + <Compile Include="Subtitles\SsaParser.cs" /> + <Compile Include="Subtitles\SubtitleInfo.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj"> @@ -79,6 +83,7 @@ <ItemGroup> <None Include="packages.config" /> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
