Files
Proftaak-RH-B4/ProftaakRH/ProftaakRH.csproj
2020-09-23 13:06:03 +02:00

19 lines
459 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibNoise" Version="0.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
<ItemGroup>
<Reference Include="BLELibrary">
<HintPath>.\dll\BLELibrary.dll</HintPath>
</Reference>
</ItemGroup>
</Project>