diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-30 22:27:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-30 22:27:50 -0400 |
| commit | a5f97dcaa830e672ed1aad65166719f56d3d4495 (patch) | |
| tree | fe19acf59c5ab2e12e6bf7c0c74ed40c10372811 /MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj | |
| parent | a2a6e6ae1a606736767a8724e5fcaf190a80db85 (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.csproj | 1 |
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> |
