diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-09 13:47:19 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-09 13:47:19 -0400 |
| commit | 2aece7376e289020099f7c8342c2fb15f4e7ee5a (patch) | |
| tree | ea433b08132d4a7bcfabdf89c94831cc114833f2 /MediaBrowser.Controller/MediaBrowser.Controller.csproj | |
| parent | fad1ac8e9fc0feff1936fce52ff46e91554ef2d7 (diff) | |
moved IByReferenceItem to the controller project
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
| -rw-r--r-- | MediaBrowser.Controller/MediaBrowser.Controller.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj index 4422f0036..1e2a095ce 100644 --- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj +++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj @@ -73,6 +73,7 @@ <Compile Include="Configuration\IServerConfigurationManager.cs" /> <Compile Include="Dto\SessionInfoDtoBuilder.cs" /> <Compile Include="Entities\Audio\MusicAlbumDisc.cs" /> + <Compile Include="Entities\IByReferenceItem.cs" /> <Compile Include="Entities\MusicVideo.cs" /> <Compile Include="Library\ILibraryPostScanTask.cs" /> <Compile Include="Library\ILibraryPrescanTask.cs" /> |
