Start working on FAT formatter

This commit is contained in:
Pdawg11239
2025-03-16 13:51:50 -04:00
parent 642fd5e1ed
commit 87cf731f0b
6 changed files with 127 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>