Added UI elements for global options.

Bigger minimal size for main window.
This commit is contained in:
Jeddunk 2021-01-19 13:23:31 +01:00
parent 508d23da5f
commit 76f2d45f45
4 changed files with 82 additions and 2 deletions

View file

@ -20,4 +20,20 @@
<ProjectReference Include="..\GoldbergGUI.Core\GoldbergGUI.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="publish\**" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Remove="publish\**" />
</ItemGroup>
<ItemGroup>
<None Remove="publish\**" />
</ItemGroup>
<ItemGroup>
<Page Remove="publish\**" />
</ItemGroup>
</Project>