aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/MediaBrowser.Common.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-30 22:27:50 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-06-30 22:27:50 -0400
commita5f97dcaa830e672ed1aad65166719f56d3d4495 (patch)
treefe19acf59c5ab2e12e6bf7c0c74ed40c10372811 /MediaBrowser.Common/MediaBrowser.Common.csproj
parenta2a6e6ae1a606736767a8724e5fcaf190a80db85 (diff)
move installation manager down to common
Diffstat (limited to 'MediaBrowser.Common/MediaBrowser.Common.csproj')
-rw-r--r--MediaBrowser.Common/MediaBrowser.Common.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common/MediaBrowser.Common.csproj b/MediaBrowser.Common/MediaBrowser.Common.csproj
index 9a81537bff..f4acca25da 100644
--- a/MediaBrowser.Common/MediaBrowser.Common.csproj
+++ b/MediaBrowser.Common/MediaBrowser.Common.csproj
@@ -106,6 +106,7 @@
<Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
<Compile Include="Security\IRequiresRegistration.cs" />
<Compile Include="Security\ISecurityManager.cs" />
+ <Compile Include="Updates\IInstallationManager.cs" />
<Compile Include="Updates\IPackageManager.cs" />
</ItemGroup>
<ItemGroup>