Initial Project Framework
This commit is contained in:
7
ParsonsMegadrive.Core/Class1.cs
Normal file
7
ParsonsMegadrive.Core/Class1.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace ParsonsMegadrive.Core
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
9
ParsonsMegadrive.Core/ParsonsMegadrive.Core.csproj
Normal file
9
ParsonsMegadrive.Core/ParsonsMegadrive.Core.csproj
Normal file
@@ -0,0 +1,9 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
3
ParsonsMegadrive.Core/ParsonsMegadriveEmulator2026.slnx
Normal file
3
ParsonsMegadrive.Core/ParsonsMegadriveEmulator2026.slnx
Normal file
@@ -0,0 +1,3 @@
|
||||
<Solution>
|
||||
<Project Path="ParsonsMegadrive.Core.csproj" />
|
||||
</Solution>
|
||||
Reference in New Issue
Block a user