add project files
This commit is contained in:
8
MCEmuCore.System/Class1.cs
Normal file
8
MCEmuCore.System/Class1.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace MCEmuCore.System
|
||||
{
|
||||
public abstract class System
|
||||
{
|
||||
}
|
||||
}
|
||||
11
MCEmuCore.System/MCEmuCore.System.csproj
Normal file
11
MCEmuCore.System/MCEmuCore.System.csproj
Normal file
@@ -0,0 +1,11 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Interfaces\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user