From b0a9673ffc233a4579b4cceb2e997c88b6f4beb8 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Mon, 24 Mar 2025 14:13:49 +0800 Subject: [PATCH] =?UTF-8?q?xaml=20=E6=94=B9=E5=88=B0Views=20=E8=B3=87?= =?UTF-8?q?=E6=96=99=E5=A4=BE=2020250324?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Karaoke Kingpin.csproj | 12 ++++++------ App.xaml => Views/App.xaml | 2 +- Index.xaml => Views/Index.xaml | 0 MainWindow.xaml => Views/MainWindow.xaml | 0 4 files changed, 7 insertions(+), 7 deletions(-) rename App.xaml => Views/App.xaml (89%) rename Index.xaml => Views/Index.xaml (100%) rename MainWindow.xaml => Views/MainWindow.xaml (100%) 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