ex-rep-04/PinwheelTiling/PinwheelTiling.csproj
github-classroom[bot] 15be2cd9cb
Initial commit
2024-09-12 13:48:32 +00:00

15 lines
No EOL
387 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HTLLeonding.Utility.Turtle" Version="1.1.0" />
</ItemGroup>
</Project>