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

18 lines
506 B
XML
Raw Normal View History

2018-09-12 13:26:21 -04:00
<Project Sdk="Microsoft.NET.Sdk">
2016-11-11 12:33:10 -05:00
<ItemGroup>
2018-09-12 13:26:21 -04: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 12:33:10 -05:00
</ItemGroup>
2018-09-12 13:26:21 -04:00
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
2016-11-11 12:33:10 -05:00
<ItemGroup>
<EmbeddedResource Include="empty.png" />
</ItemGroup>
2018-09-12 13:26:21 -04:00
</Project>