15 lines
367 B
XML
15 lines
367 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp2.1</TargetFramework>
|
|
<Authors>Ilyx</Authors>
|
|
<Description>Broker of the PlantBox project</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\PlantBox.Shared\PlantBox.Shared.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|