aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Emby.Server.Implementations.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-19 13:09:15 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-11-19 13:09:15 -0500
commit5209ce9b2f7d2c56bca2c65966a5e2e7cc982133 (patch)
treea1c0e5d83a308869c58fa23cd79ff03474db3785 /Emby.Server.Implementations/Emby.Server.Implementations.csproj
parentbdab0a1588fa4347d168c69f803a13cf607b4166 (diff)
stub out portable item repository
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
-rw-r--r--Emby.Server.Implementations/Emby.Server.Implementations.csproj2
1 files changed, 2 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
index daf221af0..ff6fe2018 100644
--- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj
+++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj
@@ -53,6 +53,8 @@
<Compile Include="Connect\Validator.cs" />
<Compile Include="Data\SqliteDisplayPreferencesRepository.cs" />
<Compile Include="Data\SqliteFileOrganizationRepository.cs" />
+ <Compile Include="Data\SqliteItemRepository.cs" />
+ <Compile Include="Data\SqliteUserDataRepository.cs" />
<Compile Include="Data\SqliteUserRepository.cs" />
<Compile Include="Data\TypeMapper.cs" />
<Compile Include="Devices\CameraUploadsDynamicFolder.cs" />