add project files

This commit is contained in:
2019-02-07 15:56:39 -07:00
parent 746c09d826
commit 9cc69a67ea
25 changed files with 5962 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using System;
namespace MCEmuCore.System
{
public abstract class System
{
}
}

View File

@@ -0,0 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Folder Include="Interfaces\" />
</ItemGroup>
</Project>