This commit is contained in:
2025-11-25 23:26:56 -06:00
parent 447c59d921
commit 35796576ff
40 changed files with 1095 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<maui:MauiWinUIApplication
x:Class="WguApp.WinUI.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:maui="using:Microsoft.Maui"
xmlns:local="using:WguApp.WinUI">
</maui:MauiWinUIApplication>