diff --git a/src/App/App.csproj b/src/App/App.csproj index 0ec75a9d2..9f835f135 100644 --- a/src/App/App.csproj +++ b/src/App/App.csproj @@ -34,13 +34,13 @@ LoginPage.xaml - + GeneratorPage.xaml ViewPage.xaml - + SettingsPage.xaml diff --git a/src/App/Pages/HomePage.xaml b/src/App/Pages/Accounts/HomePage.xaml similarity index 100% rename from src/App/Pages/HomePage.xaml rename to src/App/Pages/Accounts/HomePage.xaml diff --git a/src/App/Pages/HomePage.xaml.cs b/src/App/Pages/Accounts/HomePage.xaml.cs similarity index 100% rename from src/App/Pages/HomePage.xaml.cs rename to src/App/Pages/Accounts/HomePage.xaml.cs diff --git a/src/App/Pages/HomePageViewModel.cs b/src/App/Pages/Accounts/HomePageViewModel.cs similarity index 100% rename from src/App/Pages/HomePageViewModel.cs rename to src/App/Pages/Accounts/HomePageViewModel.cs diff --git a/src/App/Pages/GeneratorPage.xaml b/src/App/Pages/Generator/GeneratorPage.xaml similarity index 100% rename from src/App/Pages/GeneratorPage.xaml rename to src/App/Pages/Generator/GeneratorPage.xaml diff --git a/src/App/Pages/GeneratorPage.xaml.cs b/src/App/Pages/Generator/GeneratorPage.xaml.cs similarity index 100% rename from src/App/Pages/GeneratorPage.xaml.cs rename to src/App/Pages/Generator/GeneratorPage.xaml.cs diff --git a/src/App/Pages/GeneratorPageViewModel.cs b/src/App/Pages/Generator/GeneratorPageViewModel.cs similarity index 100% rename from src/App/Pages/GeneratorPageViewModel.cs rename to src/App/Pages/Generator/GeneratorPageViewModel.cs diff --git a/src/App/Pages/SettingsPage.xaml b/src/App/Pages/Settings/SettingsPage.xaml similarity index 100% rename from src/App/Pages/SettingsPage.xaml rename to src/App/Pages/Settings/SettingsPage.xaml diff --git a/src/App/Pages/SettingsPage.xaml.cs b/src/App/Pages/Settings/SettingsPage.xaml.cs similarity index 100% rename from src/App/Pages/SettingsPage.xaml.cs rename to src/App/Pages/Settings/SettingsPage.xaml.cs diff --git a/src/App/Pages/SettingsPageViewModel.cs b/src/App/Pages/Settings/SettingsPageViewModel.cs similarity index 100% rename from src/App/Pages/SettingsPageViewModel.cs rename to src/App/Pages/Settings/SettingsPageViewModel.cs