jellyfin/Emby.Notifications/Emby.Notifications.csproj

20 lines
624 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
2018-09-12 13:26:21 -04:00
2019-01-19 09:01:16 -05:00
<PropertyGroup>
2019-10-18 18:22:08 -04:00
<TargetFramework>netstandard2.1</TargetFramework>
2019-01-19 09:01:16 -05:00
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
2019-01-19 09:01:16 -05:00
</PropertyGroup>
2018-09-12 13:26:21 -04:00
2019-01-19 09:01:16 -05:00
<ItemGroup>
<Compile Include="..\SharedVersion.cs" />
2019-01-19 09:01:16 -05:00
</ItemGroup>
2019-01-19 09:01:16 -05:00
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
</ItemGroup>
2018-09-12 13:26:21 -04:00
</Project>