diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-02 14:34:08 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-07-02 14:34:08 -0400 |
| commit | 59dc591f66c20b6417aa2baa9503a154585386f9 (patch) | |
| tree | 68ee71de2e4162550bb95f5e661ef413ddf1e046 /MediaBrowser.Model.Portable | |
| parent | 9bab99d4d8659e69478722d72028e84b64575ab2 (diff) | |
update to jquery mobile 1.4.3
Diffstat (limited to 'MediaBrowser.Model.Portable')
| -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> |
