refactor: move classes to separate files

This commit is contained in:
Stevan Freeborn
2025-05-21 14:33:03 -05:00
parent ca4aff5d2e
commit 6ae1cd413b
19 changed files with 149 additions and 90 deletions
+1
View File
@@ -1,6 +1,7 @@
<Project>
<PropertyGroup>
<RepoRoot>$(MSBuildThisFileDirectory)</RepoRoot>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>