2018-09-12 10:26:21 -07:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2016-10-26 11:25:03 -07:00
|
|
|
|
<ItemGroup>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
|
2018-12-11 06:55:33 -07:00
|
|
|
|
<ProjectReference Include="..\ThirdParty\taglib-sharp\src\taglib-sharp.csproj" />
|
2016-10-26 11:25:03 -07:00
|
|
|
|
</ItemGroup>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
|
2016-10-26 11:25:03 -07:00
|
|
|
|
<ItemGroup>
|
2019-01-01 23:22:21 -07:00
|
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
2016-10-26 11:25:03 -07:00
|
|
|
|
</ItemGroup>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2018-12-12 13:17:48 -07:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-09-12 10:26:21 -07:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|