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" />
|
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>
|
2021-12-20 02:27:43 +00:00
|
|
|
|
<Reference Include="System.Data.SQLite">
|
|
|
|
|
<HintPath>..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-08-16 18:39:35 +00:00
|
|
|
|
<None Update="Files\**\*.*">
|
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
|
</None>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|