2018-09-12 17:26:21 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2013-02-22 20:36:18 +00:00
|
|
|
|
<ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj" />
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj" />
|
2013-02-22 20:36:18 +00:00
|
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
|
2013-02-22 20:36:18 +00:00
|
|
|
|
<ItemGroup>
|
2019-01-02 06:22:21 +00:00
|
|
|
|
<Compile Include="..\SharedVersion.cs" />
|
2013-02-22 20:36:18 +00:00
|
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
|
2015-12-14 15:43:03 +00:00
|
|
|
|
<ItemGroup>
|
2017-01-28 03:16:59 +00:00
|
|
|
|
<None Include="dashboard-ui\**\*.*">
|
2015-12-14 15:43:03 +00:00
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
|
2013-02-22 20:36:18 +00:00
|
|
|
|
<PropertyGroup>
|
2018-12-12 20:17:48 +00:00
|
|
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
2013-02-22 20:36:18 +00:00
|
|
|
|
</PropertyGroup>
|
2018-09-12 17:26:21 +00:00
|
|
|
|
|
|
|
|
|
</Project>
|