diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-10 08:18:07 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-10 08:18:07 -0400 |
| commit | 44f33fdb555aa9be3d710f7e81b995730ae836be (patch) | |
| tree | 193e63642a0aa7ab7603ae6ed9425c8f5d13b80a /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | 35a7986b3f2c40e66bb7da6a9ae91b38cc763422 (diff) | |
progress on remote control
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 45515b81f..3474f2e05 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -207,7 +207,9 @@ </ProjectReference> </ItemGroup> <ItemGroup> - <Content Include="swagger-ui\css\hightlight.default.css" /> + <Content Include="swagger-ui\css\hightlight.default.css"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> <Content Include="swagger-ui\css\screen.css"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> |
