diff --git a/notus/notus.sln b/notus/notus.sln new file mode 100644 index 0000000..7a4a9fa --- /dev/null +++ b/notus/notus.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}") = "notus", "notus\notus.csproj", "{561264A1-4611-40FB-A662-3EF65550CA71}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {561264A1-4611-40FB-A662-3EF65550CA71}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {561264A1-4611-40FB-A662-3EF65550CA71}.Debug|Any CPU.Build.0 = Debug|Any CPU + {561264A1-4611-40FB-A662-3EF65550CA71}.Debug|Any CPU.Deploy.0 = Debug|Any CPU + {561264A1-4611-40FB-A662-3EF65550CA71}.Release|Any CPU.ActiveCfg = Release|Any CPU + {561264A1-4611-40FB-A662-3EF65550CA71}.Release|Any CPU.Build.0 = Release|Any CPU + {561264A1-4611-40FB-A662-3EF65550CA71}.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/notus/notus/App.xaml b/notus/notus/App.xaml new file mode 100644 index 0000000..34273cc --- /dev/null +++ b/notus/notus/App.xaml @@ -0,0 +1,14 @@ + + + + + + + + + + + diff --git a/notus/notus/App.xaml.cs b/notus/notus/App.xaml.cs new file mode 100644 index 0000000..2ab16d6 --- /dev/null +++ b/notus/notus/App.xaml.cs @@ -0,0 +1,11 @@ +namespace notus; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/notus/notus/AppShell.xaml b/notus/notus/AppShell.xaml new file mode 100644 index 0000000..6933251 --- /dev/null +++ b/notus/notus/AppShell.xaml @@ -0,0 +1,27 @@ + + + + + + + + + + + diff --git a/notus/notus/AppShell.xaml.cs b/notus/notus/AppShell.xaml.cs new file mode 100644 index 0000000..b315a68 --- /dev/null +++ b/notus/notus/AppShell.xaml.cs @@ -0,0 +1,7 @@ +namespace notus; + +public partial class AppShell : Shell{ + public AppShell(){ + InitializeComponent(); + } +} diff --git a/notus/notus/ConnecPage.xaml b/notus/notus/ConnecPage.xaml new file mode 100644 index 0000000..2060959 --- /dev/null +++ b/notus/notus/ConnecPage.xaml @@ -0,0 +1,69 @@ + + + + + + + + + + + + + + + + + + + + + + + +