diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-06 17:23:32 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-07-06 17:23:32 -0400 |
| commit | 53450bd514eec97d58eb18b8a01feab36475826b (patch) | |
| tree | 5cd1b4013852619b0e108a8f2442ab893a924441 /MediaBrowser.Model.net35 | |
| parent | b3054a6a2216e36cc37279a1fc0f4c14e6668c8f (diff) | |
added a notifications service
Diffstat (limited to 'MediaBrowser.Model.net35')
| -rw-r--r-- | MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj index 92cef12c9..78ac12714 100644 --- a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj +++ b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj @@ -214,6 +214,18 @@ <Compile Include="..\MediaBrowser.Model\Net\WebSocketState.cs"> <Link>Net\WebSocketState.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\Notification.cs"> + <Link>Notifications\Notification.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationLevel.cs"> + <Link>Notifications\NotificationLevel.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationQuery.cs"> + <Link>Notifications\NotificationQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationResult.cs"> + <Link>Notifications\NotificationResult.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs"> <Link>Plugins\BasePluginConfiguration.cs</Link> </Compile> @@ -333,6 +345,7 @@ <ItemGroup> <None Include="MediaBrowser.Model.snk" /> </ItemGroup> + <ItemGroup /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>if $(ConfigurationName) == Release ( |
