diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-12 22:31:51 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-12 22:31:51 -0500 |
| commit | fca71861fe644ea8877e5ad93c6ff58466711e28 (patch) | |
| tree | 2296ed9cf439cb0b1d3d902ff1ffb3d7efa0787e | |
| parent | 4f5a659111b1e3953ea8618d1b8d16a2c7e3f081 (diff) | |
| parent | fe2defd0897f6417f03780b1339988697ba8ba30 (diff) | |
Merge pull request #1449 from softworkz/OrganizeDialogAsComponent
Organizedialogascomponent
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index e6ac23763..f5cd12a54 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -98,6 +98,9 @@ </None>
</ItemGroup>
<ItemGroup>
+ <Content Include="dashboard-ui\autoorganizesmart.html">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\components\chromecasthelpers.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
@@ -140,6 +143,12 @@ <Content Include="dashboard-ui\components\directorybrowser\directorybrowser.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\components\fileorganizer\fileorganizer.js">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
+ <Content Include="dashboard-ui\components\fileorganizer\fileorganizer.template.html">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\components\humanedate.js">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
