Emby.Server.Implementations.csproj 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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="ServiceStack.Text.Core" Version="5.4.0" />
  24. <PackageReference Include="sharpcompress" Version="0.22.0" />
  25. <PackageReference Include="SimpleInjector" Version="4.4.2" />
  26. <PackageReference Include="SQLitePCL.pretty.core" Version="1.1.8" />
  27. <PackageReference Include="SQLitePCLRaw.core" Version="1.1.11" />
  28. <PackageReference Include="UTF.Unknown" Version="1.0.0-beta1" />
  29. </ItemGroup>
  30. <ItemGroup>
  31. <Compile Include="..\SharedVersion.cs" />
  32. </ItemGroup>
  33. <PropertyGroup>
  34. <TargetFramework>netstandard2.0</TargetFramework>
  35. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <EmbeddedResource Include="Localization\iso6392.txt" />
  39. <EmbeddedResource Include="Localization\countries.json" />
  40. <EmbeddedResource Include="Localization\Core\*.json" />
  41. <EmbeddedResource Include="Localization\Ratings\*.txt" />
  42. </ItemGroup>
  43. </Project>