Explorar o código

fixed queue image copy flag

Luke Pulverenti %!s(int64=12) %!d(string=hai) anos
pai
achega
8c08292c08
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  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">
       <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>