diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1cbe923..0000000 --- a/.gitignore +++ /dev/null @@ -1,23 +0,0 @@ -# Visual Studio -.vs/ -*.user -*.suo -*.userosscache -*.VC.db - -# Build output -bin/ -obj/ - -# Rider -.idea/ - -# NuGet -packages/ - -# Resharper -_ReSharper*/ - -# OS files -Thumbs.db -.DS_Store diff --git a/App.xaml b/App.xaml deleted file mode 100644 index 09770ed..0000000 --- a/App.xaml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - diff --git a/App.xaml.cs b/App.xaml.cs deleted file mode 100644 index bdaab89..0000000 --- a/App.xaml.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System.Configuration; -using System.Data; -using System.Windows; - -namespace MossyUpdater -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } - -} diff --git a/AssemblyInfo.cs b/AssemblyInfo.cs deleted file mode 100644 index 372e037..0000000 --- a/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/MainWindow.xaml b/MainWindow.xaml deleted file mode 100644 index 3d84671..0000000 --- a/MainWindow.xaml +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -