added new project for the vr engine

This commit is contained in:
Sem van der Hoeven
2020-09-16 09:32:41 +02:00
parent 72c369a578
commit 34a3e409ab
3 changed files with 46 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>RH_Engine</RootNamespace>
</PropertyGroup>
</Project>