mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
b89c7b8675
Co-Authored-By: taloth <taloth@users.noreply.github.com>
19 lines
678 B
XML
19 lines
678 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup>
|
|
<TargetFramework>net462</TargetFramework>
|
|
<Platforms>x86</Platforms>
|
|
</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>
|
|
<ItemGroup>
|
|
<None Include="..\ExternalModules\CurlSharp\libs\i386\*.*">
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
</Project> |