Files
basic-computer-games/00_Common/dotnet/Games.Common.Sample/Games.Common.Sample.csproj
2022-01-27 08:14:30 +11:00

14 lines
308 B
XML

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