diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-03 00:55:35 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-03 00:55:35 -0400 |
| commit | 2918fa6ead5dafb480fdb8f3c9dccfd0b05c8005 (patch) | |
| tree | b8e4d9db7083a43af17b2a81c9a05fb244cc06f1 | |
| parent | 8095f7200b1bd79bc30572a3ebde03f34a6b9e01 (diff) | |
fixing dashboard project
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index eeadf6e34..23cfb551c 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -386,6 +386,9 @@ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\demo.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\tubesprite.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.css">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -398,6 +401,9 @@ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.tube.min.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
