diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-11 12:42:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-11 12:42:40 -0400 |
| commit | 8c08292c0892a8bb54135ae88e0b8d6f8286f97e (patch) | |
| tree | 2b178ab0b70b286b746ee934622844f0cc66fb20 | |
| parent | b88f1a237abe3422d1d0e2ad607a6c2e99ae46a7 (diff) | |
fixed queue image copy flag
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index aee3d2cdb..44a36c4f7 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -123,8 +123,12 @@ <Content Include="dashboard-ui\css\images\items\list\video.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\css\images\media\queue.png" />
- <Content Include="dashboard-ui\css\images\media\chapter.png" />
+ <Content Include="dashboard-ui\css\images\media\queue.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="dashboard-ui\css\images\media\chapter.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\css\images\media\fullscreen.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
