BikeSimulater Start

This commit is contained in:
fabjuuuh
2020-09-09 15:02:10 +02:00
parent 9c55b545dd
commit 149c327f7e
2 changed files with 34 additions and 7 deletions

View File

@@ -4,6 +4,10 @@
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibNoise" Version="0.2.0" />
</ItemGroup>
<ItemGroup>
<Reference Include="BLELibrary">
<HintPath>.\dll\BLELibrary.dll</HintPath>