jellyfin/Emby.Photos/Emby.Photos.csproj

19 lines
562 B
XML
Raw Normal View History

2018-09-12 19:26:21 +02:00
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
2018-09-12 19:26:21 +02:00
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\ThirdParty\taglib-sharp\src\taglib-sharp.csproj" />
</ItemGroup>
2018-09-12 19:26:21 +02:00
<ItemGroup>
2018-09-12 19:26:21 +02:00
<Compile Include="..\SharedVersion.cs"/>
</ItemGroup>
2018-09-12 19:26:21 +02:00
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
</PropertyGroup>
</Project>