diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-23 17:46:26 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-23 17:46:26 -0400 |
| commit | c8dd09c44a0bc4bed5fb9f4a0ae80ef4a9689de9 (patch) | |
| tree | a124957b4148046abfa97513ea3f5770b41fcad2 | |
| parent | c5303ebf25a4ca9601da0e8758810018ebfb71c8 (diff) | |
fixed bad js reference
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 36 |
1 files changed, 24 insertions, 12 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 4deca9ec0..8e4d20a78 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -356,17 +356,27 @@ <Content Include="dashboard-ui\scripts\videojsextensions.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\demo.html" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.css" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.min.css" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.min.css" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.swf" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.js" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js" />
- <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js" />
+ <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\video-js.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.min.css">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video-js.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <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">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="dashboard-ui\thirdparty\video-js-3.2.0\video.min.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\tvgenres.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -903,7 +913,9 @@ </Content>
</ItemGroup>
<ItemGroup>
- <None Include="dashboard-ui\thirdparty\video-js-3.2.0\captions.vtt" />
+ <None Include="dashboard-ui\thirdparty\video-js-3.2.0\captions.vtt">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
|
