diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-14 01:42:55 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-14 01:42:55 -0400 |
| commit | d0ef672696468d9fb90ca966147afa3efb6780c7 (patch) | |
| tree | b70d50ca63bc251378a505e1bcc261050b4a510b | |
| parent | e1766da825f2ab59f4320a8770ddd9a6d406c216 (diff) | |
fix report script
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 25f5fc5f3..0c1d43744 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -156,7 +156,9 @@ <Content Include="dashboard-ui\scripts\photos.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\reports.js" />
+ <Content Include="dashboard-ui\scripts\reports.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\selectserver.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
