diff --git a/src/MeoAsstGui/App.xaml b/src/MeoAsstGui/App.xaml
index d7d8dfd012..bc57051d9a 100644
--- a/src/MeoAsstGui/App.xaml
+++ b/src/MeoAsstGui/App.xaml
@@ -21,8 +21,6 @@
-
-
diff --git a/src/MeoAsstGui/MeoAsstGui.csproj b/src/MeoAsstGui/MeoAsstGui.csproj
index bb943ffcbd..384211181e 100644
--- a/src/MeoAsstGui/MeoAsstGui.csproj
+++ b/src/MeoAsstGui/MeoAsstGui.csproj
@@ -133,9 +133,6 @@
PenguinReportSettingsUserControl.xaml
-
- ToastSettingsUserControl.xaml
-
AboutUserControl.xaml
@@ -153,14 +150,6 @@
App.xaml
Code
-
- MSBuild:Compile
- Designer
-
-
- MSBuild:Compile
- Designer
-
MSBuild:Compile
@@ -194,10 +183,6 @@
Designer
MSBuild:Compile
-
- Designer
- MSBuild:Compile
-
MSBuild:Compile
Designer
@@ -421,6 +406,9 @@
+
+
+
xcopy /e /y /i /c "$(ProjectDir)..\..\3rdparty\tools" "$(TargetDir)"
diff --git a/src/MeoAsstGui/Resources/Icon.xaml b/src/MeoAsstGui/Resources/Icon.xaml
deleted file mode 100644
index 96c9215a43..0000000000
--- a/src/MeoAsstGui/Resources/Icon.xaml
+++ /dev/null
@@ -1,237 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/MeoAsstGui/Resources/Styles.xaml b/src/MeoAsstGui/Resources/Styles.xaml
deleted file mode 100644
index ba315817ec..0000000000
--- a/src/MeoAsstGui/Resources/Styles.xaml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/src/MeoAsstGui/UserControl/ToastSettingsUserControl.xaml b/src/MeoAsstGui/UserControl/ToastSettingsUserControl.xaml
deleted file mode 100644
index 0e47205922..0000000000
--- a/src/MeoAsstGui/UserControl/ToastSettingsUserControl.xaml
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/MeoAsstGui/UserControl/ToastSettingsUserControl.xaml.cs b/src/MeoAsstGui/UserControl/ToastSettingsUserControl.xaml.cs
deleted file mode 100644
index c74b991ac4..0000000000
--- a/src/MeoAsstGui/UserControl/ToastSettingsUserControl.xaml.cs
+++ /dev/null
@@ -1,26 +0,0 @@
-// MeoAsstGui - A part of the MeoAssistantArknights project
-// Copyright (C) 2021 MistEO and Contributors
-//
-// This program is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
-// the Free Software Foundation, either version 3 of the License, or
-// any later version.
-//
-// This program is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY
-
-using System.Windows.Controls;
-
-namespace MeoAsstGui
-{
- ///
- /// ToastSettingsUserControl.xaml 的交互逻辑
- ///
- public partial class ToastSettingsUserControl : UserControl
- {
- public ToastSettingsUserControl()
- {
- InitializeComponent();
- }
- }
-}
diff --git a/src/MeoAsstGui/Views/RootView.xaml b/src/MeoAsstGui/Views/RootView.xaml
index deb94dfb63..974c0f0bb5 100644
--- a/src/MeoAsstGui/Views/RootView.xaml
+++ b/src/MeoAsstGui/Views/RootView.xaml
@@ -9,6 +9,14 @@
d:DataContext="{d:DesignInstance {x:Type vm:RootViewModel}}"
Title="{Binding WindowTitle}" Height="595" Width="800">
-
+
+
+
+
+
+
+
\ No newline at end of file