diff --git a/qController/Pages/App.xaml.cs b/qController/Pages/App.xaml.cs index c7e993d..a82be74 100644 --- a/qController/Pages/App.xaml.cs +++ b/qController/Pages/App.xaml.cs @@ -1,5 +1,6 @@ using Acr.UserDialogs; using qController.Communication; +using Microsoft.Maui.Devices; namespace qController { diff --git a/qController/Pages/ControlPage.xaml.cs b/qController/Pages/ControlPage.xaml.cs index d2311ca..44b9ff2 100644 --- a/qController/Pages/ControlPage.xaml.cs +++ b/qController/Pages/ControlPage.xaml.cs @@ -6,6 +6,7 @@ using qController.Communication; using Microsoft.Maui.Layouts; using Acr.UserDialogs; using Microsoft.Extensions.Logging.Abstractions; +using Microsoft.Maui.Graphics; namespace qController { diff --git a/qController/Pages/qConnectionPage.xaml.cs b/qController/Pages/qConnectionPage.xaml.cs index 712db8f..8b1d144 100644 --- a/qController/Pages/qConnectionPage.xaml.cs +++ b/qController/Pages/qConnectionPage.xaml.cs @@ -4,6 +4,7 @@ using qController.QItems; using qController.Dialogs; using qController.Cell; using Acr.UserDialogs; +using Microsoft.Maui.ApplicationModel; namespace qController { diff --git a/qController/Platforms/Android/MainActivity.cs b/qController/Platforms/Android/MainActivity.cs index 3265edc..f409e44 100644 --- a/qController/Platforms/Android/MainActivity.cs +++ b/qController/Platforms/Android/MainActivity.cs @@ -2,6 +2,7 @@ using Android.Content.PM; using Android.OS; using Serilog; +using Microsoft.Maui; namespace qController { diff --git a/qController/Resources/Styles/Colors.xaml b/qController/Resources/Styles/Colors.xaml index 22f0a67..4d6c797 100644 --- a/qController/Resources/Styles/Colors.xaml +++ b/qController/Resources/Styles/Colors.xaml @@ -1,4 +1,4 @@ - + + - - - net8.0-android34.0 - - Exe - qController - true - true - enable - enable - - - qControl - - - com.jwetzell.qlabcontroller - - - 1.0 - 1 - - 21.0 - - None - - - - r8 - False - apk - True - False - - - - False - False - - - - + + net9.0-android35.0 + Exe + qController + true + true + enable + enable + + qControl + + com.jwetzell.qlabcontroller + + 1.0 + 1 + 21.0 + None + + + r8 + False + apk + True + False + + + False + False + + + apk + + + - - + - - - - - - - - - - - - - - - - - + + + + + + + + + + + + - + - MSBuild:Compile @@ -88,5 +74,4 @@ MSBuild:Compile - - + \ No newline at end of file