diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 20:04:06 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 20:04:06 -0400 |
| commit | ecc6df0b710d0a522b769b4744ec45ea9ed1d35b (patch) | |
| tree | e7819deee08a10ba9887a91d60bc406f136cb74a /MediaBrowser.WebDashboard | |
| parent | 19c95ff61b55c8eb046cf60f809e8f4f7c6c949c (diff) | |
fix missing file
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -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 cc62af5c6..c02eb5848 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -144,7 +144,9 @@ <Content Include="dashboard-ui\scripts\syncjob.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
- <Content Include="dashboard-ui\scripts\syncservices.js" />
+ <Content Include="dashboard-ui\scripts\syncservices.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\scripts\syncsettings.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
