Files
irongo/tests/IronGo.TestConsole/IronGo.TestConsole.csproj

16 lines
373 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/IronGo/IronGo.csproj" />
</ItemGroup>
</Project>