MasterMind/Master Mind/Master Mind.csproj

12 lines
286 B
XML
Raw Permalink Normal View History

2023-05-25 11:33:44 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RootNamespace>Master_Mind</RootNamespace>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>