IDoMinesweeper.csproj
419 Bytes
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ConsoleUserInt\ConsoleUserInt.csproj" />
<ProjectReference Include="..\Game\Game.csproj" />
<ProjectReference Include="..\MenuSystem\MenuSystem.csproj" />
</ItemGroup>
</Project>