mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-18 21:55:12 -04:00
13 lines
476 B
XML
13 lines
476 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net462</TargetFrameworks>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\NzbDrone.Host\Radarr.Host.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Test.Common\Radarr.Test.Common.csproj" />
|
|
<ProjectReference Include="..\NzbDrone.Test.Dummy\Radarr.Test.Dummy.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System.ServiceProcess" />
|
|
</ItemGroup>
|
|
</Project> |