jellyfin/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

24 lines
658 B
XML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2013-02-22 21:36:18 +01:00
<ItemGroup>
2018-09-12 19:26:21 +02:00
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
2013-02-22 21:36:18 +01:00
</ItemGroup>
2018-09-12 19:26:21 +02:00
2013-02-22 21:36:18 +01:00
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
2013-02-22 21:36:18 +01:00
</ItemGroup>
2018-09-12 19:26:21 +02:00
2015-12-14 16:43:03 +01:00
<ItemGroup>
2019-01-09 15:35:05 +01:00
<None Include="jellyfin-web\src\**\*.*">
2015-12-14 16:43:03 +01:00
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
2018-09-12 19:26:21 +02:00
2013-02-22 21:36:18 +01:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
2018-09-12 19:26:21 +02:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
2013-02-22 21:36:18 +01:00
</PropertyGroup>
2018-09-12 19:26:21 +02:00
</Project>