chore: 🚧 added a non-ui build configuration

This commit is contained in:
tidusjar 2021-10-06 21:34:58 +01:00
parent 7d041d99a8
commit ecfb594f1f
51 changed files with 156 additions and 2 deletions

View file

@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<LangVersion>8.0</LangVersion>
<Configurations>Debug;Release;NonUiBuild</Configurations>
</PropertyGroup>
<ItemGroup>