diff --git a/BookAStar/BookAStar/BookAStar.csproj b/BookAStar/BookAStar/BookAStar.csproj index 276a241c..9598760b 100644 --- a/BookAStar/BookAStar/BookAStar.csproj +++ b/BookAStar/BookAStar/BookAStar.csproj @@ -197,7 +197,7 @@ EditEstimatePage.xaml - + HomePage.xaml @@ -212,7 +212,7 @@ - + SearchPage.xaml @@ -247,7 +247,7 @@ MSBuild:UpdateDesignTimeXaml Designer - + MSBuild:UpdateDesignTimeXaml Designer @@ -405,7 +405,7 @@ - + MSBuild:UpdateDesignTimeXaml Designer diff --git a/BookAStar/BookAStar/Pages/Oooops/HomePage.xaml b/BookAStar/BookAStar/Pages/HomePage.xaml similarity index 100% rename from BookAStar/BookAStar/Pages/Oooops/HomePage.xaml rename to BookAStar/BookAStar/Pages/HomePage.xaml diff --git a/BookAStar/BookAStar/Pages/Oooops/HomePage.xaml.cs b/BookAStar/BookAStar/Pages/HomePage.xaml.cs similarity index 100% rename from BookAStar/BookAStar/Pages/Oooops/HomePage.xaml.cs rename to BookAStar/BookAStar/Pages/HomePage.xaml.cs diff --git a/BookAStar/BookAStar/Pages/Oooops/SearchPage.xaml b/BookAStar/BookAStar/Pages/SearchPage.xaml similarity index 100% rename from BookAStar/BookAStar/Pages/Oooops/SearchPage.xaml rename to BookAStar/BookAStar/Pages/SearchPage.xaml diff --git a/BookAStar/BookAStar/Pages/Oooops/SearchPage.xaml.cs b/BookAStar/BookAStar/Pages/SearchPage.xaml.cs similarity index 100% rename from BookAStar/BookAStar/Pages/Oooops/SearchPage.xaml.cs rename to BookAStar/BookAStar/Pages/SearchPage.xaml.cs