Initial project

This commit is contained in:
2026-02-21 18:48:45 -06:00
parent 7e96bc2c10
commit ec230876ed
69 changed files with 3345 additions and 0 deletions

12
Directory.Build.props Normal file
View File

@@ -0,0 +1,12 @@
<Project>
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<DotNetVersion>10.0.*</DotNetVersion>
<Namespace>SoaFE.Portal</Namespace>
<Authors>Drew Cavanaugh</Authors>
<Company />
<Product>SoaFE Portal</Product>
</PropertyGroup>
</Project>