Files
advent-of-code-2024/13/ClawContraption.Tests/ClawContraption.Tests.csproj
T

20 lines
468 B
XML
Raw Normal View History

2024-12-14 00:20:36 -06:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<NoWarn>CA1822</NoWarn>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\ClawContraption\ClawContraption.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TUnit" Version="0.4.105" />
</ItemGroup>
</Project>