Files
TaskHybrid/Template.Maui/Platforms/Windows/App.xaml
2024-10-11 11:06:37 +02:00

9 lines
307 B
XML

<maui:MauiWinUIApplication
x:Class="Template.Maui.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:Template.Maui.WinUI">
</maui:MauiWinUIApplication>