You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
953 B
27 lines
953 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net462</TargetFramework>
|
|
<Platforms>x86</Platforms>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<PackageReference Include="NBuilder" Version="6.0.0" />
|
|
<PackageReference Include="System.IO.Abstractions.TestingHelpers" Version="4.0.11" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Core\Lidarr.Core.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="..\..\Logo\1024.png">
|
|
<Link>Files\1024.png</Link>
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</Content>
|
|
<Reference Include="System.Data.SQLite">
|
|
<HintPath>..\Libraries\Sqlite\System.Data.SQLite.dll</HintPath>
|
|
</Reference>
|
|
<None Update="Files\**\*.*">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project>
|