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,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" />