diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-15 22:34:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-15 22:34:06 -0400 |
| commit | df9df5194f0d031c90f11c841a607eb4bb3e759b (patch) | |
| tree | e0cc58a233eeb39ac9919b6cdfc05281a6b34f64 | |
| parent | e67e0819c4b36eb371eaf3f6e12e0b4eaa817479 (diff) | |
added files to project
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index dbf0e90e2..4c137a3d1 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -449,6 +449,9 @@ <Content Include="dashboard-ui\thirdparty\video-js-4.0\demo.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\thirdparty\video-js-4.0\font\vjs.svg">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\thirdparty\video-js-4.0\tubesprite.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -1012,6 +1015,15 @@ <None Include="dashboard-ui\thirdparty\video-js-4.0\demo.captions.vtt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
+ <None Include="dashboard-ui\thirdparty\video-js-4.0\font\vjs.eot">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+ <None Include="dashboard-ui\thirdparty\video-js-4.0\font\vjs.ttf">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
+ <None Include="dashboard-ui\thirdparty\video-js-4.0\font\vjs.woff">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
|
