commit d17eb30669e34031bee2dcb06381303f00596877 Author: БП Date: Fri Feb 28 09:31:23 2025 +0300 first commit11 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c5641c --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +################################################################################ +# Данный GITIGNORE-файл был автоматически создан Microsoft(R) Visual Studio. +################################################################################ + +/.vs +/bin +/obj \ No newline at end of file diff --git a/App.xaml b/App.xaml new file mode 100644 index 0000000..5c9083e --- /dev/null +++ b/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/App.xaml.cs b/App.xaml.cs new file mode 100644 index 0000000..619f84a --- /dev/null +++ b/App.xaml.cs @@ -0,0 +1,12 @@ +namespace MAUIIP_407 +{ + public partial class App : Application + { + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } + } +} diff --git a/AppShell.xaml b/AppShell.xaml new file mode 100644 index 0000000..9a43808 --- /dev/null +++ b/AppShell.xaml @@ -0,0 +1,15 @@ + + + + + + diff --git a/AppShell.xaml.cs b/AppShell.xaml.cs new file mode 100644 index 0000000..916c310 --- /dev/null +++ b/AppShell.xaml.cs @@ -0,0 +1,10 @@ +namespace MAUIIP_407 +{ + public partial class AppShell : Shell + { + public AppShell() + { + InitializeComponent(); + } + } +} diff --git a/MAUIIP-407.csproj b/MAUIIP-407.csproj new file mode 100644 index 0000000..be43db8 --- /dev/null +++ b/MAUIIP-407.csproj @@ -0,0 +1,65 @@ + + + + net8.0-android;net8.0-ios;net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041.0 + + + + + + + Exe + MAUIIP_407 + true + true + enable + enable + + + MAUIIP-407 + + + com.companyname.mauiip_407 + + + 1.0 + 1 + + 11.0 + 13.1 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/MAUIIP-407.csproj.user b/MAUIIP-407.csproj.user new file mode 100644 index 0000000..891593c --- /dev/null +++ b/MAUIIP-407.csproj.user @@ -0,0 +1,31 @@ + + + + False + net8.0-windows10.0.19041.0 + Windows Machine + + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + Designer + + + \ No newline at end of file diff --git a/MainPage.xaml b/MainPage.xaml new file mode 100644 index 0000000..0fe9c55 --- /dev/null +++ b/MainPage.xaml @@ -0,0 +1,36 @@ + + + + + + + +