From 2ca066327a145443e54d3e400870142521fc295c Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Thu, 2 May 2019 12:27:23 -0400 Subject: [PATCH] re-org pages into folders --- src/App/App.csproj | 4 ++-- src/App/Pages/{ => Accounts}/HomePage.xaml | 0 src/App/Pages/{ => Accounts}/HomePage.xaml.cs | 0 src/App/Pages/{ => Accounts}/HomePageViewModel.cs | 0 src/App/Pages/{ => Generator}/GeneratorPage.xaml | 0 src/App/Pages/{ => Generator}/GeneratorPage.xaml.cs | 0 src/App/Pages/{ => Generator}/GeneratorPageViewModel.cs | 0 src/App/Pages/{ => Settings}/SettingsPage.xaml | 0 src/App/Pages/{ => Settings}/SettingsPage.xaml.cs | 0 src/App/Pages/{ => Settings}/SettingsPageViewModel.cs | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename src/App/Pages/{ => Accounts}/HomePage.xaml (100%) rename src/App/Pages/{ => Accounts}/HomePage.xaml.cs (100%) rename src/App/Pages/{ => Accounts}/HomePageViewModel.cs (100%) rename src/App/Pages/{ => Generator}/GeneratorPage.xaml (100%) rename src/App/Pages/{ => Generator}/GeneratorPage.xaml.cs (100%) rename src/App/Pages/{ => Generator}/GeneratorPageViewModel.cs (100%) rename src/App/Pages/{ => Settings}/SettingsPage.xaml (100%) rename src/App/Pages/{ => Settings}/SettingsPage.xaml.cs (100%) rename src/App/Pages/{ => Settings}/SettingsPageViewModel.cs (100%) 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