diff --git a/.gitignore b/.gitignore index 0f34f01..0e223e7 100644 --- a/.gitignore +++ b/.gitignore @@ -553,5 +553,6 @@ MigrationBackup/ # End of https://www.toptal.com/developers/gitignore/api/visualstudio,jetbrains,windows,visualstudiocode,rider,dotnetcore -ConsoleApp1/ -/Utils/Secrets.cs +**/Secrets.cs +/MainWindow.xaml.BACKUP +/MainWindow.xaml.cs.BACKUP diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bd149f0 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "SteamStorefrontAPI"] + path = SteamStorefrontAPI + url = https://git.jeddunk.xyz/jeddunk/SteamStorefrontAPI.git diff --git a/App.xaml b/App.xaml deleted file mode 100644 index cf27f85..0000000 --- a/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/App.xaml.cs b/App.xaml.cs deleted file mode 100644 index 0c71a85..0000000 --- a/App.xaml.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace auto_creamapi -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App - { - } -} diff --git a/DownloadWindow.xaml b/DownloadWindow.xaml deleted file mode 100644 index aff7206..0000000 --- a/DownloadWindow.xaml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - diff --git a/DownloadWindow.xaml.cs b/DownloadWindow.xaml.cs deleted file mode 100644 index 4e90436..0000000 --- a/DownloadWindow.xaml.cs +++ /dev/null @@ -1,32 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Data; -using System.Windows.Documents; -using System.Windows.Input; -using System.Windows.Media; -using System.Windows.Media.Imaging; -using System.Windows.Shapes; -using auto_creamapi.Utils; - -namespace auto_creamapi -{ - /// - /// Interaction logic for DownloadWindow.xaml - /// - public partial class DownloadWindow - { - public DownloadWindow() - { - WindowStartupLocation = WindowStartupLocation.CenterScreen; - InitializeComponent(); - } - - private void ProgressBar_OnValueChanged(object sender, RoutedPropertyChangedEventArgs e) - { - MyLogger.Log.Information(ProgressBar.Value.ToString("N")); - } - } -} diff --git a/MainWindow.xaml b/MainWindow.xaml deleted file mode 100644 index 3ca06e5..0000000 --- a/MainWindow.xaml +++ /dev/null @@ -1,54 +0,0 @@ - - - - - - - - - - - - -