Emby.Server.Implementations.csproj 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\Emby.Naming\Emby.Naming.csproj" />
  4. <ProjectReference Include="..\Emby.Notifications\Emby.Notifications.csproj" />
  5. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
  6. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
  7. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
  8. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj" />
  9. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj" />
  10. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj" />
  11. <ProjectReference Include="..\SocketHttpListener\SocketHttpListener.csproj" />
  12. <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj" />
  13. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj" />
  14. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj" />
  15. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj" />
  16. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj" />
  17. <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj" />
  18. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj" />
  19. <ProjectReference Include="..\Emby.XmlTv\Emby.XmlTv\Emby.XmlTv.csproj" />
  20. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj" />
  21. </ItemGroup>
  22. <ItemGroup>
  23. <PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.0" />
  24. <PackageReference Include="ServiceStack.Text.Core" Version="5.4.0" />
  25. <PackageReference Include="sharpcompress" Version="0.22.0" />
  26. <PackageReference Include="SimpleInjector" Version="4.4.2" />
  27. <PackageReference Include="SQLitePCL.pretty.core" Version="1.1.8" />
  28. <PackageReference Include="SQLitePCLRaw.core" Version="1.1.11" />
  29. <PackageReference Include="UTF.Unknown" Version="1.0.0-beta1" />
  30. </ItemGroup>
  31. <ItemGroup>
  32. <Compile Include="..\SharedVersion.cs" />
  33. </ItemGroup>
  34. <PropertyGroup>
  35. <TargetFramework>netstandard2.0</TargetFramework>
  36. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <EmbeddedResource Include="Localization\iso6392.txt" />
  40. <EmbeddedResource Include="Localization\countries.json" />
  41. <EmbeddedResource Include="Localization\Core\*.json" />
  42. <EmbeddedResource Include="Localization\Ratings\*.txt" />
  43. </ItemGroup>
  44. </Project>