aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authordkanada <dkanada@users.noreply.github.com>2019-01-31 15:12:18 +0900
committerdkanada <dkanada@users.noreply.github.com>2019-02-03 19:40:55 +0900
commit07072d9f7bf269926a4d7aad580e2e78c444a2cd (patch)
treeffbf89de9e37812e660dfdb5a4098a71d9b82e44 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parent7e3c45c917d707fcea048b2fe9621cf0774e3f98 (diff)
move all scheduled tasks and triggers into folders
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index 92e3172f14..daad6f287b 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -46,4 +46,7 @@
<EmbeddedResource Include="Localization\Ratings\*.txt" />
</ItemGroup>
+ <ItemGroup>
+ <Folder Include="ScheduledTasks\Triggers\" />
+ </ItemGroup>
</Project>