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,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ParsonsMegadrive.Core\ParsonsMegadrive.Core.csproj" />
</ItemGroup>
</Project>