From b63d2b668f84867a6339b4fde86baa5e50ea6057 Mon Sep 17 00:00:00 2001 From: xiang Date: Tue, 17 Dec 2024 22:48:13 +0800 Subject: [PATCH] update --- App.xaml | 2 +- VideoConcat.csproj | 5 +++++ MainWindow.xaml => Views/MainWindow.xaml | 0 MainWindow.xaml.cs => Views/MainWindow.xaml.cs | 0 4 files changed, 6 insertions(+), 1 deletion(-) rename MainWindow.xaml => Views/MainWindow.xaml (100%) rename MainWindow.xaml.cs => Views/MainWindow.xaml.cs (100%) diff --git a/App.xaml b/App.xaml index 04fef6d..6384de0 100644 --- a/App.xaml +++ b/App.xaml @@ -3,7 +3,7 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:VideoConcat" xmlns:wd="https://github.com/WPFDevelopersOrg/WPFDevelopers" - StartupUri="MainWindow.xaml"> + StartupUri="Views/MainWindow.xaml"> diff --git a/VideoConcat.csproj b/VideoConcat.csproj index 0bfa5dd..16737b5 100644 --- a/VideoConcat.csproj +++ b/VideoConcat.csproj @@ -28,4 +28,9 @@ + + + + + diff --git a/MainWindow.xaml b/Views/MainWindow.xaml similarity index 100% rename from MainWindow.xaml rename to Views/MainWindow.xaml diff --git a/MainWindow.xaml.cs b/Views/MainWindow.xaml.cs similarity index 100% rename from MainWindow.xaml.cs rename to Views/MainWindow.xaml.cs