jellyfin/Emby.Drawing.Net/Emby.Drawing.Net.csproj

18 lines
506 B
XML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
2016-11-11 18:33:10 +01:00
<ItemGroup>
2018-09-12 19:26:21 +02:00
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
2016-11-11 18:33:10 +01:00
</ItemGroup>
2018-09-12 19:26:21 +02:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
2016-11-11 18:33:10 +01:00
<ItemGroup>
<EmbeddedResource Include="empty.png" />
</ItemGroup>
2018-09-12 19:26:21 +02:00
</Project>