feat(configmanager): create initial project structure

This commit is contained in:
Joseph Doherty
2026-01-19 17:29:08 -05:00
parent fbe58a81e4
commit 4ab17259d6
7 changed files with 125 additions and 0 deletions
@@ -0,0 +1,8 @@
<Application xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="JdeScoping.ConfigManager.App"
RequestedThemeVariant="Dark">
<Application.Styles>
<FluentTheme />
</Application.Styles>
</Application>