Revert "removed unecessary folder"

This reverts commit 3f3a388ec1.
This commit is contained in:
Sem van der Hoeven
2020-09-18 16:52:33 +02:00
parent 3f3a388ec1
commit 84a80df9ca
5 changed files with 699 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>RH_Engine</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LibNoise" Version="0.2.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
</ItemGroup>
</Project>