From 6ec22dbd9807bf395e9afb9bd248b604c5495f9d Mon Sep 17 00:00:00 2001 From: Cj <161484149+CJ-SPT@users.noreply.github.com> Date: Fri, 21 Jun 2024 04:35:08 -0400 Subject: [PATCH] Remove WPF again --- ReCodeItWPF/App.xaml | 9 ----- ReCodeItWPF/App.xaml.cs | 14 -------- ReCodeItWPF/AssemblyInfo.cs | 10 ------ ReCodeItWPF/MainWindow.xaml | 60 ---------------------------------- ReCodeItWPF/MainWindow.xaml.cs | 24 -------------- ReCodeItWPF/ReCodeItWPF.csproj | 11 ------- RecodeIt.sln | 22 ------------- 7 files changed, 150 deletions(-) delete mode 100644 ReCodeItWPF/App.xaml delete mode 100644 ReCodeItWPF/App.xaml.cs delete mode 100644 ReCodeItWPF/AssemblyInfo.cs delete mode 100644 ReCodeItWPF/MainWindow.xaml delete mode 100644 ReCodeItWPF/MainWindow.xaml.cs delete mode 100644 ReCodeItWPF/ReCodeItWPF.csproj diff --git a/ReCodeItWPF/App.xaml b/ReCodeItWPF/App.xaml deleted file mode 100644 index 636ea5b..0000000 --- a/ReCodeItWPF/App.xaml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/ReCodeItWPF/App.xaml.cs b/ReCodeItWPF/App.xaml.cs deleted file mode 100644 index c741675..0000000 --- a/ReCodeItWPF/App.xaml.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Configuration; -using System.Data; -using System.Windows; - -namespace ReCodeItWPF -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } - -} diff --git a/ReCodeItWPF/AssemblyInfo.cs b/ReCodeItWPF/AssemblyInfo.cs deleted file mode 100644 index b0ec827..0000000 --- a/ReCodeItWPF/AssemblyInfo.cs +++ /dev/null @@ -1,10 +0,0 @@ -using System.Windows; - -[assembly: ThemeInfo( - ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located - //(used if a resource is not found in the page, - // or application resource dictionaries) - ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located - //(used if a resource is not found in the page, - // app, or any theme specific resource dictionaries) -)] diff --git a/ReCodeItWPF/MainWindow.xaml b/ReCodeItWPF/MainWindow.xaml deleted file mode 100644 index 958c6dd..0000000 --- a/ReCodeItWPF/MainWindow.xaml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - -