Emby.Server.Implementations.csproj 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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.netstandard" Version="1.0.0" />
  27. <PackageReference Include="UTF.Unknown" Version="1.0.0-beta1" />
  28. </ItemGroup>
  29. <ItemGroup>
  30. <Compile Include="..\SharedVersion.cs" />
  31. </ItemGroup>
  32. <PropertyGroup>
  33. <TargetFramework>netstandard2.0</TargetFramework>
  34. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <EmbeddedResource Include="Localization\iso6392.txt" />
  38. <EmbeddedResource Include="Localization\countries.json" />
  39. <EmbeddedResource Include="Localization\Core\*.json" />
  40. <EmbeddedResource Include="Localization\Ratings\*.csv" />
  41. </ItemGroup>
  42. </Project>