infra: add aot build configs (by emmaus)

Remade manually because the original commit edited a solution thats very different from current.
This commit is contained in:
Evan Husted
2025-03-01 18:25:17 -06:00
parent 534f92506b
commit 2c15b1ccb6
38 changed files with 195 additions and 3 deletions

View File

@@ -2,6 +2,7 @@
<PropertyGroup>
<DefaultItemExcludes>$(DefaultItemExcludes);._*</DefaultItemExcludes>
<Configurations>Debug;Release;DebugAOT;ReleaseAOT</Configurations>
</PropertyGroup>
</Project>