diff --git a/Karaoke Kingpin.csproj b/Karaoke Kingpin.csproj
index f86f5bb..e995f76 100644
--- a/Karaoke Kingpin.csproj
+++ b/Karaoke Kingpin.csproj
@@ -261,31 +261,31 @@
-
+
MSBuild:Compile
Designer
-
+
Designer
MSBuild:Compile
-
+
MSBuild:Compile
Designer
- App.xaml
+ Views\App.xaml
Code
- Index.xaml
+ Views\Index.xaml
- MainWindow.xaml
+ Views\MainWindow.xaml
Code
diff --git a/App.xaml b/Views/App.xaml
similarity index 89%
rename from App.xaml
rename to Views/App.xaml
index aa3f839..7038615 100644
--- a/App.xaml
+++ b/Views/App.xaml
@@ -3,7 +3,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:Karaoke_Kingpin.Controller"
xmlns:converters="clr-namespace:Karaoke_Kingpin.Converters"
- StartupUri="MainWindow.xaml">
+ StartupUri="Views\MainWindow.xaml">
diff --git a/Index.xaml b/Views/Index.xaml
similarity index 100%
rename from Index.xaml
rename to Views/Index.xaml
diff --git a/MainWindow.xaml b/Views/MainWindow.xaml
similarity index 100%
rename from MainWindow.xaml
rename to Views/MainWindow.xaml