diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 23:25:27 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-03-04 23:25:27 -0500 |
| commit | bf9e24502c26bc130960cebc6b1be16635070bc8 (patch) | |
| tree | 4e7f07ec99b476b179ee4ef85d19860f3a73ee85 /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | 4c725e69a8bb96da1f69fc3d958c680b77712f81 (diff) | |
extracted an installation manager interface
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index fbd6a96b2..45aa3e530 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -88,6 +88,7 @@ <Compile Include="Sqlite\SQLiteRepository.cs" /> <Compile Include="Sqlite\SQLiteUserDataRepository.cs" /> <Compile Include="Sqlite\SQLiteUserRepository.cs" /> + <Compile Include="Updates\InstallationManager.cs" /> <Compile Include="WorldWeatherOnline\WeatherProvider.cs" /> </ItemGroup> <ItemGroup> |
