2019-08-16 18:39:35 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net462</TargetFramework>
|
|
|
|
|
<Platforms>x86</Platforms>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2019-08-16 19:08:45 +00:00
|
|
|
|
<PackageReference Include="NBuilder" Version="6.0.0" />
|
2021-08-08 03:41:59 +00:00
|
|
|
|
<PackageReference Include="System.Data.SQLite.Core.Servarr" Version="1.0.115.0-0" />
|
2019-08-16 18:39:35 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Sonarr.Test.Common.csproj" />
|
|
|
|
|
<ProjectReference Include="..\NzbDrone.Core\Sonarr.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="..\..\Logo\1024.png">
|
|
|
|
|
<Link>Files\1024.png</Link>
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
<None Update="Files\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|