added automatic restart option

This commit is contained in:
Luke Pulverenti
2014-01-11 15:13:18 -05:00
parent 4d80f04e21
commit 57a2a30989
3 changed files with 101 additions and 0 deletions

View File

@@ -110,6 +110,7 @@
<Compile Include="Drawing\PlayedIndicatorDrawer.cs" />
<Compile Include="Drawing\UnplayedCountIndicator.cs" />
<Compile Include="Dto\DtoService.cs" />
<Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
<Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
<Compile Include="EntryPoints\LoadRegistrations.cs" />
<Compile Include="EntryPoints\Notifications\Notifier.cs" />