MediaBrowser.WebDashboard.csproj 632 B

1234567891011121314151617181920212223
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <ItemGroup>
  3. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
  4. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
  5. </ItemGroup>
  6. <ItemGroup>
  7. <Compile Include="..\SharedVersion.cs" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <None Include="jellyfin-web\src\**\*.*">
  11. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  12. </None>
  13. </ItemGroup>
  14. <PropertyGroup>
  15. <TargetFramework>netstandard2.0</TargetFramework>
  16. <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
  17. </PropertyGroup>
  18. </Project>