Browse Source

fixed queue image copy flag

Luke Pulverenti 12 years ago
parent
commit
8c08292c08
1 changed files with 6 additions and 2 deletions
  1. 6 2
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

+ 6 - 2
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -123,8 +123,12 @@
     <Content Include="dashboard-ui\css\images\items\list\video.png">
     <Content Include="dashboard-ui\css\images\items\list\video.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </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">
     <Content Include="dashboard-ui\css\images\media\fullscreen.png">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>