EightBitNet/M6502/M6502.HarteTest/M6502.HarteTest.csproj
2024-05-21 19:41:16 +01:00

16 lines
389 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\EightBit\EightBit.csproj" />
<ProjectReference Include="..\M6502.csproj" />
</ItemGroup>
</Project>