From 2419928a7a33baab9314434ae957077ce8b0adff Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 15 Dec 2016 02:06:30 +0100 Subject: [PATCH] =?UTF-8?q?ressuscite=20la=20page=20de=20recherche=20et=20?= =?UTF-8?q?de=20d=C3=A9marrage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BookAStar/BookAStar/BookAStar.csproj | 8 ++++---- BookAStar/BookAStar/Pages/{Oooops => }/HomePage.xaml | 0 BookAStar/BookAStar/Pages/{Oooops => }/HomePage.xaml.cs | 0 BookAStar/BookAStar/Pages/{Oooops => }/SearchPage.xaml | 0 BookAStar/BookAStar/Pages/{Oooops => }/SearchPage.xaml.cs | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename BookAStar/BookAStar/Pages/{Oooops => }/HomePage.xaml (100%) rename BookAStar/BookAStar/Pages/{Oooops => }/HomePage.xaml.cs (100%) rename BookAStar/BookAStar/Pages/{Oooops => }/SearchPage.xaml (100%) rename BookAStar/BookAStar/Pages/{Oooops => }/SearchPage.xaml.cs (100%) 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