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,11 @@
<Window xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:Class="JdeScoping.ConfigManager.Views.MainWindow"
Title="JdeScoping ConfigManager"
Width="1200" Height="800"
MinWidth="900" MinHeight="600">
<TextBlock Text="ConfigManager - Loading..."
HorizontalAlignment="Center"
VerticalAlignment="Center"
FontSize="24"/>
</Window>