From 381e64e69797256980d3353c150fa35fe7273dec Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 9 Jan 2025 21:13:24 +0800 Subject: [PATCH] Move ProgressBoxEx to main project for better development experience --- {Flow.Launcher.Core => Flow.Launcher}/ProgressBoxEx.xaml | 0 {Flow.Launcher.Core => Flow.Launcher}/ProgressBoxEx.xaml.cs | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {Flow.Launcher.Core => Flow.Launcher}/ProgressBoxEx.xaml (100%) rename {Flow.Launcher.Core => Flow.Launcher}/ProgressBoxEx.xaml.cs (100%) diff --git a/Flow.Launcher.Core/ProgressBoxEx.xaml b/Flow.Launcher/ProgressBoxEx.xaml similarity index 100% rename from Flow.Launcher.Core/ProgressBoxEx.xaml rename to Flow.Launcher/ProgressBoxEx.xaml diff --git a/Flow.Launcher.Core/ProgressBoxEx.xaml.cs b/Flow.Launcher/ProgressBoxEx.xaml.cs similarity index 100% rename from Flow.Launcher.Core/ProgressBoxEx.xaml.cs rename to Flow.Launcher/ProgressBoxEx.xaml.cs