support remote notifications

This commit is contained in:
Luke Pulverenti
2013-07-16 15:42:12 -04:00
parent 61c7c5a9fc
commit 65fee19105
2 changed files with 149 additions and 0 deletions

View File

@@ -112,6 +112,7 @@
<Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
<Compile Include="EntryPoints\LoadRegistrations.cs" />
<Compile Include="EntryPoints\Notifications\Notifier.cs" />
<Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
<Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
<Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
<Compile Include="EntryPoints\WebSocketEvents.cs" />