diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-28 17:48:52 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-07-28 17:48:52 -0400 |
| commit | a83d6322e1da3de8abe76290927445577366409a (patch) | |
| tree | 458787189362bd793abd94368b84b8bb12e916d9 | |
| parent | 873f399e866358a0b88f9970df77ca4518b8e80c (diff) | |
update components
| -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 2896bf914..16dd97387 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -207,7 +207,9 @@ <Content Include="dashboard-ui\mypreferenceshome.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\mypreferencesmenu.html" />
+ <Content Include="dashboard-ui\mypreferencesmenu.html">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\actionsheet.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
