New: Migrate to new csproj format

This commit is contained in:
ta264
2019-08-22 22:28:51 +01:00
committed by Qstick
parent e095fe00af
commit f1fc45fa99
94 changed files with 576 additions and 6029 deletions
@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net462</TargetFramework>
<Platforms>x86</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\NzbDrone.Test.Common\Lidarr.Test.Common.csproj" />
</ItemGroup>
</Project>