diff --git a/src/CarPark.sln b/src/CarPark.sln new file mode 100644 index 0000000..e51ba9d --- /dev/null +++ b/src/CarPark.sln @@ -0,0 +1,27 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31611.283 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CarPark", "CarPark\CarPark.csproj", "{D5BA15F1-740B-482C-8300-108718B7CF27}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D5BA15F1-740B-482C-8300-108718B7CF27}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D5BA15F1-740B-482C-8300-108718B7CF27}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D5BA15F1-740B-482C-8300-108718B7CF27}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {D5BA15F1-740B-482C-8300-108718B7CF27}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D5BA15F1-740B-482C-8300-108718B7CF27}.Release|Any CPU.Build.0 = Release|Any CPU + {D5BA15F1-740B-482C-8300-108718B7CF27}.Release|Any CPU.Deploy.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572} + EndGlobalSection +EndGlobal diff --git a/src/CarPark/AddDocumnets.xaml b/src/CarPark/AddDocumnets.xaml new file mode 100644 index 0000000..81206ec --- /dev/null +++ b/src/CarPark/AddDocumnets.xaml @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/src/CarPark/AddDocumnets.xaml.cs b/src/CarPark/AddDocumnets.xaml.cs new file mode 100644 index 0000000..8b94193 --- /dev/null +++ b/src/CarPark/AddDocumnets.xaml.cs @@ -0,0 +1,9 @@ +namespace CarPark; + +public partial class AddDocumnets : ContentPage +{ + public AddDocumnets() + { + InitializeComponent(); + } +} \ No newline at end of file diff --git a/src/CarPark/App.xaml b/src/CarPark/App.xaml new file mode 100644 index 0000000..2e87b74 --- /dev/null +++ b/src/CarPark/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/src/CarPark/App.xaml.cs b/src/CarPark/App.xaml.cs new file mode 100644 index 0000000..008bcd8 --- /dev/null +++ b/src/CarPark/App.xaml.cs @@ -0,0 +1,11 @@ +namespace CarPark; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/src/CarPark/AppShell.xaml b/src/CarPark/AppShell.xaml new file mode 100644 index 0000000..f9f30f4 --- /dev/null +++ b/src/CarPark/AppShell.xaml @@ -0,0 +1,15 @@ + + + + + + \ No newline at end of file diff --git a/src/CarPark/AppShell.xaml.cs b/src/CarPark/AppShell.xaml.cs new file mode 100644 index 0000000..95522a0 --- /dev/null +++ b/src/CarPark/AppShell.xaml.cs @@ -0,0 +1,9 @@ +namespace CarPark; + +public partial class AppShell : Shell +{ + public AppShell() + { + InitializeComponent(); + } +} diff --git a/src/CarPark/CarPark.csproj b/src/CarPark/CarPark.csproj new file mode 100644 index 0000000..ff4b0e8 --- /dev/null +++ b/src/CarPark/CarPark.csproj @@ -0,0 +1,87 @@ + + + + net7.0-maccatalyst;net7.0-android33.0 + $(TargetFrameworks);net7.0-windows10.0.19041.0 + + + Exe + CarPark + true + true + enable + + + CarPark + + + com.companyname.carpark + b31ac48b-6698-4e63-af1e-01378ba09450 + + + 1.0 + 1 + + 14.2 + 14.0 + 21.0 + 10.0.17763.0 + 10.0.17763.0 + 6.5 + logo.png + https://git.zetcraft.ru/KrasnodarHackaton/MobileApp + + + + + + + + + + + + + + + + + + + + + + + + + + + + + LoginScreen.xaml + + + MainScreen.xaml + + + AddDocumnets.xaml + + + + + + MSBuild:Compile + + + MSBuild:Compile + + + + + + True + \ + + + + diff --git a/src/CarPark/LoginScreen.xaml b/src/CarPark/LoginScreen.xaml new file mode 100644 index 0000000..8544a76 --- /dev/null +++ b/src/CarPark/LoginScreen.xaml @@ -0,0 +1,81 @@ + + + + + +