Add MAUI project
This commit is contained in:
8
src/Backend/DiunaBI.UI.Mobile/Platforms/Windows/App.xaml
Normal file
8
src/Backend/DiunaBI.UI.Mobile/Platforms/Windows/App.xaml
Normal file
@@ -0,0 +1,8 @@
|
||||
<maui:MauiWinUIApplication
|
||||
x:Class="Bimix.UI.Mobile.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:Bimix.UI.Mobile.WinUI">
|
||||
|
||||
</maui:MauiWinUIApplication>
|
||||
Reference in New Issue
Block a user