Files
basic-computer-games/93_23_Matches/csharp/23matches.csproj
王振耀 d2e2b920f1 93_23_Matches\csharp
The program is available in two versions, a "goto" version that mimics the original program and an "object-oriented" version.
2022-01-09 23:54:29 +08:00

10 lines
216 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<RootNamespace>_23matches</RootNamespace>
</PropertyGroup>
</Project>