mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
The program is available in two versions, a "goto" version that mimics the original program and an "object-oriented" version.
10 lines
216 B
XML
10 lines
216 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<RootNamespace>_23matches</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|