aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.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.Implementations/MediaBrowser.Common.Implementations.csproj
parenta2a6e6ae1a606736767a8724e5fcaf190a80db85 (diff)
move installation manager down to common
Diffstat (limited to 'MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj')
-rw-r--r--MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
index e2a56e912..2797c5479 100644
--- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
+++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
@@ -85,6 +85,7 @@
<Compile Include="Serialization\JsonSerializer.cs" />
<Compile Include="Serialization\XmlSerializer.cs" />
<Compile Include="Updates\ApplicationUpdater.cs" />
+ <Compile Include="Updates\InstallationManager.cs" />
<Compile Include="Updates\PackageManager.cs" />
</ItemGroup>
<ItemGroup>