chore: setup for day 9

This commit is contained in:
Stevan Freeborn
2024-12-08 23:18:17 -06:00
parent 840306855f
commit 0d940a8812
5 changed files with 84 additions and 1 deletions
@@ -0,0 +1,19 @@
<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="..\DiskFragmenter\DiskFragmenter.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="TUnit" Version="0.4.86" />
</ItemGroup>
</Project>