add clean db task

This commit is contained in:
Luke Pulverenti
2015-08-26 01:10:04 -04:00
parent 71c6bc74cd
commit 3e1bbcdcea
4 changed files with 113 additions and 2 deletions

View File

@@ -241,6 +241,7 @@
<Compile Include="Logging\PatternsLogger.cs" />
<Compile Include="MediaEncoder\EncodingManager.cs" />
<Compile Include="Persistence\BaseSqliteRepository.cs" />
<Compile Include="Persistence\CleanDatabaseScheduledTask.cs" />
<Compile Include="Social\SharingManager.cs" />
<Compile Include="Social\SharingRepository.cs" />
<Compile Include="Sorting\StartDateComparer.cs" />