Files
HeartRateMonitorAndroid/Platforms/Windows/App.xaml
2025-07-14 00:42:12 +08:00

9 lines
330 B
XML

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