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