diff --git a/Commander.sln b/Commander.sln deleted file mode 100644 index 4d16b0a..0000000 --- a/Commander.sln +++ /dev/null @@ -1,25 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 17 -VisualStudioVersion = 17.14.36623.8 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ComanderApp", "ComanderApp.csproj", "{7342CF38-EC3F-4640-B541-56B49B4AE2D3}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {7342CF38-EC3F-4640-B541-56B49B4AE2D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7342CF38-EC3F-4640-B541-56B49B4AE2D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7342CF38-EC3F-4640-B541-56B49B4AE2D3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7342CF38-EC3F-4640-B541-56B49B4AE2D3}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {84F353D3-F18D-4A2E-BB25-B4EA3F7171B1} - EndGlobalSection -EndGlobal diff --git a/ComanderApp.csproj b/CommanderApp.csproj similarity index 82% rename from ComanderApp.csproj rename to CommanderApp.csproj index 3fa54ea..11546a6 100644 --- a/ComanderApp.csproj +++ b/CommanderApp.csproj @@ -1,10 +1,8 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst - $(TargetFrameworks);net9.0-windows10.0.19041.0 - - + net10.0-android;net10.0-ios;net10.0-maccatalyst + $(TargetFrameworks);net10.0-windows10.0.19041.0 - com.companyname.mauiapp1 + com.companyname.commanderapp 1.0 @@ -38,7 +36,6 @@ 21.0 10.0.17763.0 10.0.17763.0 - 6.5 @@ -61,7 +58,8 @@ - + + diff --git a/CommanderApp.slnx b/CommanderApp.slnx new file mode 100644 index 0000000..0c4bb74 --- /dev/null +++ b/CommanderApp.slnx @@ -0,0 +1,3 @@ + + + diff --git a/MainPage.xaml b/MainPage.xaml index 0c0e962..8a0fca6 100644 --- a/MainPage.xaml +++ b/MainPage.xaml @@ -48,7 +48,7 @@ 2 + LSApplicationCategoryType + public.app-category.lifestyle UIRequiredDeviceCapabilities arm64 diff --git a/Platforms/Tizen/Main.cs b/Platforms/Tizen/Main.cs deleted file mode 100644 index eef37f3..0000000 --- a/Platforms/Tizen/Main.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using Microsoft.Maui; -using Microsoft.Maui.Hosting; - -namespace CommanderApp -{ - internal class Program : MauiApplication - { - protected override MauiApp CreateMauiApp() => MauiProgram.CreateMauiApp(); - - static void Main(string[] args) - { - var app = new Program(); - app.Run(args); - } - } -} diff --git a/Platforms/Tizen/tizen-manifest.xml b/Platforms/Tizen/tizen-manifest.xml deleted file mode 100644 index a0bf5dd..0000000 --- a/Platforms/Tizen/tizen-manifest.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - maui-appicon-placeholder - - - - - http://tizen.org/privilege/internet - - - - \ No newline at end of file diff --git a/Platforms/Windows/Package.appxmanifest b/Platforms/Windows/Package.appxmanifest index 301a362..06fc93b 100644 --- a/Platforms/Windows/Package.appxmanifest +++ b/Platforms/Windows/Package.appxmanifest @@ -8,7 +8,7 @@ - + $placeholder$ diff --git a/Platforms/Windows/app.manifest b/Platforms/Windows/app.manifest index badf421..079a6ff 100644 --- a/Platforms/Windows/app.manifest +++ b/Platforms/Windows/app.manifest @@ -10,6 +10,8 @@ --> true/PM PerMonitorV2, PerMonitor + + true diff --git a/Resources/Fonts/OpenSans-Regular.ttf b/Resources/Fonts/OpenSans-Regular.ttf index bf60ae5..a69d2fb 100644 Binary files a/Resources/Fonts/OpenSans-Regular.ttf and b/Resources/Fonts/OpenSans-Regular.ttf differ diff --git a/Resources/Fonts/OpenSans-Semibold.ttf b/Resources/Fonts/OpenSans-Semibold.ttf index ad71502..8171ed3 100644 Binary files a/Resources/Fonts/OpenSans-Semibold.ttf and b/Resources/Fonts/OpenSans-Semibold.ttf differ diff --git a/Resources/Images/dotnet_bot.png b/Resources/Images/dotnet_bot.png index 1d1b981..054167e 100644 Binary files a/Resources/Images/dotnet_bot.png and b/Resources/Images/dotnet_bot.png differ diff --git a/Resources/Styles/Colors.xaml b/Resources/Styles/Colors.xaml index 30307a5..d57fcc6 100644 --- a/Resources/Styles/Colors.xaml +++ b/Resources/Styles/Colors.xaml @@ -1,5 +1,4 @@  - diff --git a/Resources/Styles/Styles.xaml b/Resources/Styles/Styles.xaml index d4dded0..5fef12a 100644 --- a/Resources/Styles/Styles.xaml +++ b/Resources/Styles/Styles.xaml @@ -1,5 +1,4 @@  - @@ -187,11 +186,6 @@ - -