Files
basic-computer-games/12_Bombs_Away/csharp/BombsAwayConsole/BombsAwayConsole.csproj

15 lines
342 B
XML

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