aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/MediaBrowser.Controller.csproj
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2014-06-12 16:14:01 -0400
committerLuke <luke.pulverenti@gmail.com>2014-06-12 16:14:01 -0400
commit3e5ebd84fe52422f59a5a6df8418ff267f29e167 (patch)
tree481d529bb18e8e93b43fe4edb8242fc2c82cd6b1 /MediaBrowser.Controller/MediaBrowser.Controller.csproj
parent14216d1089a2421dd806eab9b32ff4092b27ed65 (diff)
parent54014e0ffa209b8df65673d4478e137e4d333a7f (diff)
Merge pull request #811 from thogil/item_identity_providers_2
Item identity providers
Diffstat (limited to 'MediaBrowser.Controller/MediaBrowser.Controller.csproj')
-rw-r--r--MediaBrowser.Controller/MediaBrowser.Controller.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/MediaBrowser.Controller.csproj b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
index 7bc82f76dc..addcaea8d1 100644
--- a/MediaBrowser.Controller/MediaBrowser.Controller.csproj
+++ b/MediaBrowser.Controller/MediaBrowser.Controller.csproj
@@ -225,6 +225,8 @@
<Compile Include="Security\IEncryptionManager.cs" />
<Compile Include="Subtitles\ISubtitleManager.cs" />
<Compile Include="Subtitles\ISubtitleProvider.cs" />
+ <Compile Include="Providers\ItemIdentifier.cs" />
+ <Compile Include="Providers\ItemIdentities.cs" />
<Compile Include="Providers\ItemLookupInfo.cs" />
<Compile Include="Providers\MetadataRefreshOptions.cs" />
<Compile Include="Providers\NameParser.cs" />