diff --git a/notus/notus.sln b/notus/notus.sln index 3abb435..84bd64d 100644 --- a/notus/notus.sln +++ b/notus/notus.sln @@ -3,7 +3,7 @@ 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}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "notus_vue", "notus_vue\notus_vue.csproj", "{561264A1-4611-40FB-A662-3EF65550CA71}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Biblioteque_de_Class", "Biblioteque_de_Class\Biblioteque_de_Class.csproj", "{92DD50C5-EEAD-44ED-AEFF-E21935725477}" EndProject diff --git a/notus/notus/App.xaml b/notus/notus_vue/App.xaml similarity index 97% rename from notus/notus/App.xaml rename to notus/notus_vue/App.xaml index 34273cc..0c897b2 100644 --- a/notus/notus/App.xaml +++ b/notus/notus_vue/App.xaml @@ -1,14 +1,14 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/notus/notus/App.xaml.cs b/notus/notus_vue/App.xaml.cs similarity index 92% rename from notus/notus/App.xaml.cs rename to notus/notus_vue/App.xaml.cs index 2ab16d6..8f83c29 100644 --- a/notus/notus/App.xaml.cs +++ b/notus/notus_vue/App.xaml.cs @@ -1,11 +1,11 @@ -namespace notus; - -public partial class App : Application -{ - public App() - { - InitializeComponent(); - - MainPage = new AppShell(); - } -} +namespace notus; + +public partial class App : Application +{ + public App() + { + InitializeComponent(); + + MainPage = new AppShell(); + } +} diff --git a/notus/notus/AppShell.xaml b/notus/notus_vue/AppShell.xaml similarity index 96% rename from notus/notus/AppShell.xaml rename to notus/notus_vue/AppShell.xaml index 6933251..16048e0 100644 --- a/notus/notus/AppShell.xaml +++ b/notus/notus_vue/AppShell.xaml @@ -1,27 +1,27 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/notus/notus/AppShell.xaml.cs b/notus/notus_vue/AppShell.xaml.cs similarity index 94% rename from notus/notus/AppShell.xaml.cs rename to notus/notus_vue/AppShell.xaml.cs index b315a68..4c4e7f2 100644 --- a/notus/notus/AppShell.xaml.cs +++ b/notus/notus_vue/AppShell.xaml.cs @@ -1,7 +1,7 @@ -namespace notus; - -public partial class AppShell : Shell{ - public AppShell(){ - InitializeComponent(); - } -} +namespace notus; + +public partial class AppShell : Shell{ + public AppShell(){ + InitializeComponent(); + } +} diff --git a/notus/notus/ConnecPage.xaml b/notus/notus_vue/ConnecPage.xaml similarity index 96% rename from notus/notus/ConnecPage.xaml rename to notus/notus_vue/ConnecPage.xaml index 2060959..7e0e93e 100644 --- a/notus/notus/ConnecPage.xaml +++ b/notus/notus_vue/ConnecPage.xaml @@ -1,69 +1,69 @@ - - - - - - - - - - - - - - - - - - - - - - - -