roadie/Roadie.Dlna.Services/Roadie.Dlna.Services.csproj
2019-12-05 08:05:22 -06:00

14 lines
441 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<Platforms>AnyCPU;x64</Platforms>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Roadie.Api.Library\Roadie.Library.csproj" />
<ProjectReference Include="..\Roadie.Api.Services\Roadie.Api.Services.csproj" />
<ProjectReference Include="..\Roadie.Dlna\Roadie.Dlna.csproj" />
</ItemGroup>
</Project>