aboutsummaryrefslogtreecommitdiff
path: root/Emby.Notifications/Emby.Notifications.csproj
blob: 95d99c6923cc6a17cb4576473e3f13d2f896f311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>netstandard2.0</TargetFramework>
        <GenerateAssemblyInfo>false</GenerateAssemblyInfo>
    </PropertyGroup>

    <ItemGroup>
        <Compile Include="..\SharedVersion.cs" Link="SharedVersion.cs" />
    </ItemGroup>

    <ItemGroup>
        <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj" />
        <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
        <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
    </ItemGroup>

</Project>