added library to csproj file

This commit is contained in:
Sem van der Hoeven
2020-09-04 11:28:21 +02:00
parent 600fa1aa0c
commit a5a5c6a88d
5 changed files with 103 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Reference Include="BLELibrary">
<HintPath>.\BLELibrary.dll</HintPath>
</Reference>
</ItemGroup>
</Project>