Initial Project Framework

This commit is contained in:
2026-06-05 23:59:32 +01:00
parent 736ff6e9bc
commit 3498961aae
7 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespace ParsonsMegadrive.Core
{
public class Class1
{
}
}

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>

View File

@@ -0,0 +1,3 @@
<Solution>
<Project Path="ParsonsMegadrive.Core.csproj" />
</Solution>