Moved AuthenticationResult

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-09-08 11:10:26 -04:00
parent 1400e5ad9d
commit faead199a5
6 changed files with 8 additions and 6 deletions

View File

@ -1,5 +1,6 @@
using MediaBrowser.Common.Net.Handlers;
using MediaBrowser.Controller;
using MediaBrowser.Model.Authentication;
using MediaBrowser.Model.Entities;
using System.ComponentModel.Composition;
using System.Net;

View File

@ -1,6 +1,6 @@
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.Authentication;
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.DTO;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Weather;
using System;
using System.Collections.Generic;

View File

@ -1,6 +1,6 @@
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.Authentication;
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.DTO;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Weather;
using System;
using System.IO;

View File

@ -5,6 +5,7 @@ using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Providers;
using MediaBrowser.Controller.Resolvers;
using MediaBrowser.Controller.Weather;
using MediaBrowser.Model.Authentication;
using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Progress;

View File

@ -1,6 +1,6 @@
using ProtoBuf;
namespace MediaBrowser.Model.Entities
namespace MediaBrowser.Model.Authentication
{
[ProtoContract]
public class AuthenticationResult

View File

@ -36,7 +36,7 @@
<Compile Include="Configuration\ServerConfiguration.cs" />
<Compile Include="DTO\AudioInfo.cs" />
<Compile Include="DTO\SeriesInfo.cs" />
<Compile Include="Entities\AuthenticationResult.cs" />
<Compile Include="Authentication\AuthenticationResult.cs" />
<Compile Include="DTO\DTOBaseItem.cs" />
<Compile Include="DTO\DTOUser.cs" />
<Compile Include="DTO\VideoInfo.cs" />