diff options
Diffstat (limited to 'MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj')
| -rw-r--r-- | MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj index 2d19d335d2..0ed49d5f89 100644 --- a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -137,21 +137,9 @@ <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPluginType.cs"> <Link>Configuration\MetadataPluginType.cs</Link> </Compile> - <Compile Include="..\MediaBrowser.Model\Configuration\NotificationOption.cs"> - <Link>Configuration\NotificationOption.cs</Link> - </Compile> - <Compile Include="..\MediaBrowser.Model\Configuration\NotificationOptions.cs"> - <Link>Configuration\NotificationOptions.cs</Link> - </Compile> - <Compile Include="..\MediaBrowser.Model\Configuration\NotificationType.cs"> - <Link>Configuration\NotificationType.cs</Link> - </Compile> <Compile Include="..\MediaBrowser.Model\Configuration\PathSubstitution.cs"> <Link>Configuration\PathSubstitution.cs</Link> </Compile> - <Compile Include="..\MediaBrowser.Model\Configuration\SendToUserType.cs"> - <Link>Configuration\SendToUserType.cs</Link> - </Compile> <Compile Include="..\MediaBrowser.Model\Configuration\ServerConfiguration.cs"> <Link>Configuration\ServerConfiguration.cs</Link> </Compile> @@ -638,6 +626,12 @@ <Compile Include="..\MediaBrowser.Model\Notifications\NotificationLevel.cs"> <Link>Notifications\NotificationLevel.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationOption.cs"> + <Link>Notifications\NotificationOption.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationOptions.cs"> + <Link>Notifications\NotificationOptions.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Notifications\NotificationQuery.cs"> <Link>Notifications\NotificationQuery.cs</Link> </Compile> @@ -653,9 +647,15 @@ <Compile Include="..\MediaBrowser.Model\Notifications\NotificationsSummary.cs"> <Link>Notifications\NotificationsSummary.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationType.cs"> + <Link>Notifications\NotificationType.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Notifications\NotificationTypeInfo.cs"> <Link>Notifications\NotificationTypeInfo.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\SendToUserType.cs"> + <Link>Notifications\SendToUserType.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs"> <Link>Plugins\BasePluginConfiguration.cs</Link> </Compile> |
