commit aa0b56d0d7f8b9dbd027ea7e80b07629c73d12e5
Author: Stone-Red-Code <56473591+Stone-Red-Code@users.noreply.github.com>
Date: Sun Mar 14 22:16:54 2021 +0100
Initial commit
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..dfe0770
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto
diff --git a/.vs/ImgurAutoUploader/v16/.suo b/.vs/ImgurAutoUploader/v16/.suo
new file mode 100644
index 0000000..559e3b7
Binary files /dev/null and b/.vs/ImgurAutoUploader/v16/.suo differ
diff --git a/ImgurAutoUploader.sln b/ImgurAutoUploader.sln
new file mode 100644
index 0000000..1efffaa
--- /dev/null
+++ b/ImgurAutoUploader.sln
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.31019.35
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImgurAutoUploader", "ImgurAutoUploader\ImgurAutoUploader.csproj", "{5D9DDEF6-D737-4C9C-A5C4-F6F48CCE1540}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {5D9DDEF6-D737-4C9C-A5C4-F6F48CCE1540}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {5D9DDEF6-D737-4C9C-A5C4-F6F48CCE1540}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {5D9DDEF6-D737-4C9C-A5C4-F6F48CCE1540}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {5D9DDEF6-D737-4C9C-A5C4-F6F48CCE1540}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {9D0C0C67-6908-46E7-B2D9-F2A1C29EBE35}
+ EndGlobalSection
+EndGlobal
diff --git a/ImgurAutoUploader/App.xaml b/ImgurAutoUploader/App.xaml
new file mode 100644
index 0000000..08739f5
--- /dev/null
+++ b/ImgurAutoUploader/App.xaml
@@ -0,0 +1,7 @@
+
+
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/App.xaml.cs b/ImgurAutoUploader/App.xaml.cs
new file mode 100644
index 0000000..a88ad83
--- /dev/null
+++ b/ImgurAutoUploader/App.xaml.cs
@@ -0,0 +1,11 @@
+using System.Windows;
+
+namespace ImgurAutoUploader
+{
+ ///
+ /// Interaction logic for App.xaml
+ ///
+ public partial class App : Application
+ {
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/AssemblyInfo.cs b/ImgurAutoUploader/AssemblyInfo.cs
new file mode 100644
index 0000000..4f943de
--- /dev/null
+++ b/ImgurAutoUploader/AssemblyInfo.cs
@@ -0,0 +1,10 @@
+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)
+)]
\ No newline at end of file
diff --git a/ImgurAutoUploader/ImgurAutoUploader.csproj b/ImgurAutoUploader/ImgurAutoUploader.csproj
new file mode 100644
index 0000000..127be9a
--- /dev/null
+++ b/ImgurAutoUploader/ImgurAutoUploader.csproj
@@ -0,0 +1,13 @@
+
+
+
+ WinExe
+ net5.0-windows
+ true
+
+
+
+
+
+
+
diff --git a/ImgurAutoUploader/ImgurAutoUploader.csproj.user b/ImgurAutoUploader/ImgurAutoUploader.csproj.user
new file mode 100644
index 0000000..9e3e8ef
--- /dev/null
+++ b/ImgurAutoUploader/ImgurAutoUploader.csproj.user
@@ -0,0 +1,24 @@
+
+
+
+ <_LastSelectedProfileId>C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\Properties\PublishProfiles\FolderProfile.pubxml
+
+
+
+ Designer
+
+
+
+
+ Code
+
+
+
+
+ Designer
+
+
+ Designer
+
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/MainWindow.xaml b/ImgurAutoUploader/MainWindow.xaml
new file mode 100644
index 0000000..c5b9e05
--- /dev/null
+++ b/ImgurAutoUploader/MainWindow.xaml
@@ -0,0 +1,13 @@
+
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/MainWindow.xaml.cs b/ImgurAutoUploader/MainWindow.xaml.cs
new file mode 100644
index 0000000..1c09493
--- /dev/null
+++ b/ImgurAutoUploader/MainWindow.xaml.cs
@@ -0,0 +1,45 @@
+using Imgur.API.Authentication;
+using System;
+using System.Windows;
+using System.Windows.Threading;
+
+namespace ImgurAutoUploader
+{
+ ///
+ /// Interaction logic for MainWindow.xaml
+ ///
+ public partial class MainWindow : Window
+ {
+ private ApiClient apiClient;
+ private bool check = true;
+
+ private double width = 0;
+ private double height = 0;
+
+ public MainWindow()
+ {
+ InitializeComponent();
+ apiClient = new ApiClient(".");
+ DispatcherTimer timer = new DispatcherTimer();
+ timer.Interval = new TimeSpan(0, 0, 1);
+ timer.Tick += Timer_Tick;
+ timer.Start();
+ }
+
+ private void Timer_Tick(object sender, EventArgs e)
+ {
+ if (Clipboard.ContainsImage() && check)
+ {
+ check = false;
+ var image = Clipboard.GetImage();
+ if (width != image.Width || height != image.Height)
+ {
+ width = image.Width;
+ height = image.Height;
+ new Popup(image, apiClient).ShowDialog();
+ }
+ check = true;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/Popup.xaml b/ImgurAutoUploader/Popup.xaml
new file mode 100644
index 0000000..703b266
--- /dev/null
+++ b/ImgurAutoUploader/Popup.xaml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/Popup.xaml.cs b/ImgurAutoUploader/Popup.xaml.cs
new file mode 100644
index 0000000..a620b73
--- /dev/null
+++ b/ImgurAutoUploader/Popup.xaml.cs
@@ -0,0 +1,104 @@
+using Imgur.API.Authentication;
+using Imgur.API.Endpoints;
+using System;
+using System.Diagnostics;
+using System.IO;
+using System.Net.Http;
+using System.Windows;
+using System.Windows.Media.Imaging;
+using System.Windows.Threading;
+
+namespace ImgurAutoUploader
+{
+ ///
+ /// Interaktionslogik für Popup.xaml
+ ///
+ public partial class Popup : Window
+ {
+ private BitmapSource bitmap;
+ private ApiClient apiClient;
+ private DispatcherTimer timer = new DispatcherTimer();
+ private bool upload = false;
+
+ public Popup(BitmapSource bitmapSource, ApiClient client)
+ {
+ InitializeComponent();
+ Rect desktopWorkingArea = SystemParameters.WorkArea;
+ Left = desktopWorkingArea.Right - Width;
+ Top = desktopWorkingArea.Bottom - Height;
+ imageBox.Source = bitmapSource;
+ bitmap = bitmapSource;
+ apiClient = client;
+
+ timer.Interval = TimeSpan.FromSeconds(5);
+ timer.Tick += TimerTick;
+ timer.Start();
+ }
+
+ private void Window_Loaded(object sender, RoutedEventArgs e)
+ {
+ }
+
+ private void UploadButton_Click(object sender, RoutedEventArgs e)
+ {
+ timer.Stop();
+ using (var fileStream = new FileStream("img.png", FileMode.Create))
+ {
+ BitmapEncoder encoder = new PngBitmapEncoder();
+ encoder.Frames.Add(BitmapFrame.Create(bitmap));
+ encoder.Save(fileStream);
+ }
+ Upload();
+ }
+
+ private void SecretButton_Click(object sender, RoutedEventArgs e)
+ {
+ Close();
+ }
+
+ private async void Upload()
+ {
+ upload = true;
+ UploadProgressBar.Visibility = Visibility.Visible;
+ SecretButton.Visibility = Visibility.Collapsed;
+ UploadButton.Visibility = Visibility.Collapsed;
+
+ HttpClient httpClient = new();
+
+ string filePath = @"img.png";
+ using var fileStream = File.OpenRead(filePath);
+
+ ImageEndpoint imageEndpoint = new ImageEndpoint(apiClient, httpClient);
+ var imageUpload = await imageEndpoint.UploadImageAsync(fileStream);
+
+ string link = imageUpload?.Link ?? "Error";
+ Clipboard.SetText(link);
+
+ UploadProgressBar.Visibility = Visibility.Collapsed;
+ LinkTextBlock.Visibility = Visibility.Visible;
+ LinkTextBlock.Text = imageUpload.Link;
+
+ timer.Start();
+ }
+
+ private void TimerTick(object sender, EventArgs e)
+ {
+ DispatcherTimer timer = (DispatcherTimer)sender;
+ timer.Stop();
+ timer.Tick -= TimerTick;
+ Close();
+ }
+
+ private void Grid_MouseEnter(object sender, System.Windows.Input.MouseEventArgs e)
+ {
+ if (!upload)
+ timer.Stop();
+ }
+
+ private void Grid_MouseLeave(object sender, System.Windows.Input.MouseEventArgs e)
+ {
+ if (!upload)
+ timer.Start();
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/Properties/PublishProfiles/FolderProfile.pubxml b/ImgurAutoUploader/Properties/PublishProfiles/FolderProfile.pubxml
new file mode 100644
index 0000000..7d714ef
--- /dev/null
+++ b/ImgurAutoUploader/Properties/PublishProfiles/FolderProfile.pubxml
@@ -0,0 +1,18 @@
+
+
+
+
+ Release
+ Any CPU
+ bin\Release\net5.0-windows\publish\
+ FileSystem
+ net5.0-windows
+ win-x86
+ true
+ True
+ False
+ False
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/Properties/PublishProfiles/FolderProfile.pubxml.user b/ImgurAutoUploader/Properties/PublishProfiles/FolderProfile.pubxml.user
new file mode 100644
index 0000000..312c6e3
--- /dev/null
+++ b/ImgurAutoUploader/Properties/PublishProfiles/FolderProfile.pubxml.user
@@ -0,0 +1,6 @@
+
+
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/Imgur.API.dll b/ImgurAutoUploader/bin/Debug/net5.0-windows/Imgur.API.dll
new file mode 100644
index 0000000..fdc389e
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/net5.0-windows/Imgur.API.dll differ
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.deps.json b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.deps.json
new file mode 100644
index 0000000..609cbd7
--- /dev/null
+++ b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.deps.json
@@ -0,0 +1,52 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "ImgurAutoUploader/1.0.0": {
+ "dependencies": {
+ "Imgur.API": "5.0.0"
+ },
+ "runtime": {
+ "ImgurAutoUploader.dll": {}
+ }
+ },
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {}
+ }
+ },
+ "libraries": {
+ "ImgurAutoUploader/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.dll
new file mode 100644
index 0000000..e4d7262
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.exe b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.exe
new file mode 100644
index 0000000..dd908ae
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.exe differ
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.pdb b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..77893ab
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.runtimeconfig.dev.json b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.runtimeconfig.dev.json
new file mode 100644
index 0000000..7edec84
--- /dev/null
+++ b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.runtimeconfig.dev.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.runtimeconfig.json b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.runtimeconfig.json
new file mode 100644
index 0000000..dae617c
--- /dev/null
+++ b/ImgurAutoUploader/bin/Debug/net5.0-windows/ImgurAutoUploader.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "5.0.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/img.png b/ImgurAutoUploader/bin/Debug/net5.0-windows/img.png
new file mode 100644
index 0000000..7ed973a
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/net5.0-windows/img.png differ
diff --git a/ImgurAutoUploader/bin/Debug/net5.0-windows/ref/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Debug/net5.0-windows/ref/ImgurAutoUploader.dll
new file mode 100644
index 0000000..d6802a1
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/net5.0-windows/ref/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/Imgur.API.dll b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/Imgur.API.dll
new file mode 100644
index 0000000..fdc389e
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/Imgur.API.dll differ
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.deps.json b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.deps.json
new file mode 100644
index 0000000..b4c2fc8
--- /dev/null
+++ b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.deps.json
@@ -0,0 +1,59 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v3.1",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {
+ "ImgurAutoUploader/1.0.0": {
+ "dependencies": {
+ "Imgur.API": "5.0.0"
+ },
+ "runtime": {
+ "ImgurAutoUploader.dll": {}
+ }
+ },
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {
+ "assemblyVersion": "4.0.1.2",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "ImgurAutoUploader/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.dll
new file mode 100644
index 0000000..b6f166d
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.exe b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.exe
new file mode 100644
index 0000000..e3b2275
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.exe differ
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.pdb b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..431eefd
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.runtimeconfig.dev.json b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.runtimeconfig.dev.json
new file mode 100644
index 0000000..7edec84
--- /dev/null
+++ b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.runtimeconfig.dev.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.runtimeconfig.json b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.runtimeconfig.json
new file mode 100644
index 0000000..4932b40
--- /dev/null
+++ b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/ImgurAutoUploader.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "netcoreapp3.1",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "3.1.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Debug/netcoreapp3.1/System.Text.Json.dll b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/System.Text.Json.dll
new file mode 100644
index 0000000..799c1ef
Binary files /dev/null and b/ImgurAutoUploader/bin/Debug/netcoreapp3.1/System.Text.Json.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/Imgur.API.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/Imgur.API.dll
new file mode 100644
index 0000000..fdc389e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/Imgur.API.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.deps.json b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.deps.json
new file mode 100644
index 0000000..609cbd7
--- /dev/null
+++ b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.deps.json
@@ -0,0 +1,52 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "ImgurAutoUploader/1.0.0": {
+ "dependencies": {
+ "Imgur.API": "5.0.0"
+ },
+ "runtime": {
+ "ImgurAutoUploader.dll": {}
+ }
+ },
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {}
+ }
+ },
+ "libraries": {
+ "ImgurAutoUploader/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.dll
new file mode 100644
index 0000000..ef4d800
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.exe b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.exe
new file mode 100644
index 0000000..dd908ae
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.exe differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.pdb b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..2474a37
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.runtimeconfig.dev.json b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.runtimeconfig.dev.json
new file mode 100644
index 0000000..7edec84
--- /dev/null
+++ b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.runtimeconfig.dev.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.runtimeconfig.json b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.runtimeconfig.json
new file mode 100644
index 0000000..dae617c
--- /dev/null
+++ b/ImgurAutoUploader/bin/Release/net5.0-windows/ImgurAutoUploader.runtimeconfig.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "5.0.0"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/img.png b/ImgurAutoUploader/bin/Release/net5.0-windows/img.png
new file mode 100644
index 0000000..c290d0b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/img.png differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/ref/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/ref/ImgurAutoUploader.dll
new file mode 100644
index 0000000..42565fa
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/ref/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/API-MS-Win-core-xstate-l2-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/API-MS-Win-core-xstate-l2-1-0.dll
new file mode 100644
index 0000000..7c9413e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/API-MS-Win-core-xstate-l2-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Accessibility.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Accessibility.dll
new file mode 100644
index 0000000..113e95f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Accessibility.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/D3DCompiler_47_cor3.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/D3DCompiler_47_cor3.dll
new file mode 100644
index 0000000..cecb4d9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/D3DCompiler_47_cor3.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/DirectWriteForwarder.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/DirectWriteForwarder.dll
new file mode 100644
index 0000000..715c7e7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/DirectWriteForwarder.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Imgur.API.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Imgur.API.dll
new file mode 100644
index 0000000..fdc389e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Imgur.API.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.deps.json b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.deps.json
new file mode 100644
index 0000000..e4a105c
--- /dev/null
+++ b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.deps.json
@@ -0,0 +1,1247 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0/win-x86",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {},
+ ".NETCoreApp,Version=v5.0/win-x86": {
+ "ImgurAutoUploader/1.0.0": {
+ "dependencies": {
+ "Imgur.API": "5.0.0",
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "5.0.4",
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86": "5.0.4"
+ },
+ "runtime": {
+ "ImgurAutoUploader.dll": {}
+ }
+ },
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/5.0.4": {
+ "runtime": {
+ "Microsoft.CSharp.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "Microsoft.VisualBasic.Core.dll": {
+ "assemblyVersion": "10.0.6.0",
+ "fileVersion": "11.0.421.11614"
+ },
+ "Microsoft.Win32.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "Microsoft.Win32.Registry.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.AppContext.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Buffers.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.Concurrent.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.Immutable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.NonGeneric.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.Specialized.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.Annotations.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.DataAnnotations.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.EventBasedAsync.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.TypeConverter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Configuration.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Console.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Core.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Data.Common.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Data.DataSetExtensions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Data.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Contracts.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Debug.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.FileVersionInfo.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Process.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.StackTrace.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.TextWriterTraceListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Tools.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.TraceSource.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Tracing.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Drawing.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Dynamic.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Formats.Asn1.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Globalization.Calendars.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Globalization.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Globalization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.Brotli.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.FileSystem.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.ZipFile.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.DriveInfo.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.Watcher.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.IsolatedStorage.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.MemoryMappedFiles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Pipes.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Pipes.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.UnmanagedMemoryStream.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.Expressions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.Queryable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Memory.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Http.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Http.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.HttpListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Mail.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.NameResolution.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.NetworkInformation.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Ping.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Requests.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Security.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.ServicePoint.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Sockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebClient.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebHeaderCollection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebSockets.Client.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebSockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Numerics.Vectors.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Numerics.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ObjectModel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.DataContractSerialization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.Uri.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.Xml.Linq.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.DispatchProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Emit.ILGeneration.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Emit.Lightweight.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Emit.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Metadata.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.TypeExtensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Resources.Reader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Resources.ResourceManager.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Resources.Writer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.CompilerServices.Unsafe.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.CompilerServices.VisualC.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Handles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.InteropServices.RuntimeInformation.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.InteropServices.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Intrinsics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Loader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Numerics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Formatters.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Claims.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Algorithms.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Cng.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Csp.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.OpenSsl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.X509Certificates.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Principal.Windows.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Principal.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.SecureString.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ServiceModel.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ServiceProcess.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encoding.CodePages.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encoding.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.RegularExpressions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Channels.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Overlapped.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.Dataflow.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Thread.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.ThreadPool.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Timer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Transactions.Local.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Transactions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ValueTuple.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Web.HttpUtility.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Windows.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.Linq.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.ReaderWriter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XPath.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XPath.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XmlDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XmlSerializer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscorlib.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "netstandard.dll": {
+ "assemblyVersion": "2.1.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.CoreLib.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ }
+ },
+ "native": {
+ "API-MS-Win-core-xstate-l2-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "Microsoft.DiaSymReader.Native.x86.dll": {
+ "fileVersion": "14.12.25830.2"
+ },
+ "api-ms-win-core-console-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-console-l1-2-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-datetime-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-debug-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-errorhandling-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-file-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-file-l1-2-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-file-l2-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-handle-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-heap-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-interlocked-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-libraryloader-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-localization-l1-2-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-memory-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-namedpipe-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-processenvironment-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-processthreads-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-processthreads-l1-1-1.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-profile-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-rtlsupport-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-string-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-synch-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-synch-l1-2-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-sysinfo-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-timezone-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-core-util-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-conio-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-convert-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-environment-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-filesystem-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-heap-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-locale-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-math-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-multibyte-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-private-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-process-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-runtime-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-stdio-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-string-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-time-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "api-ms-win-crt-utility-l1-1-0.dll": {
+ "fileVersion": "10.0.19041.1"
+ },
+ "clrcompression.dll": {
+ "fileVersion": "42.42.42.42424"
+ },
+ "clretwrc.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "clrjit.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "coreclr.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "createdump.exe": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "dbgshim.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "hostfxr.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "hostpolicy.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscordaccore.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscordaccore_x86_x86_5.0.421.11614.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscordbi.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscorrc.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "ucrtbase.dll": {
+ "fileVersion": "10.0.19041.1"
+ }
+ }
+ },
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/5.0.4": {
+ "runtime": {
+ "Accessibility.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "DirectWriteForwarder.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "Microsoft.VisualBasic.Forms.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "Microsoft.VisualBasic.dll": {
+ "assemblyVersion": "10.1.0.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "Microsoft.Win32.Registry.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "PresentationCore.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemCore.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemData.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemDrawing.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemXml.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemXmlLinq.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Aero.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Aero2.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.AeroLite.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Classic.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Luna.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Royale.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationUI.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "ReachFramework.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.CodeDom.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Configuration.ConfigurationManager.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Design.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Diagnostics.EventLog.Messages.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "0.0.0.0"
+ },
+ "System.Diagnostics.EventLog.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.321.7212"
+ },
+ "System.Diagnostics.PerformanceCounter.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.321.7212"
+ },
+ "System.DirectoryServices.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Drawing.Common.dll": {
+ "assemblyVersion": "5.0.0.2",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Drawing.Design.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Drawing.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.IO.Packaging.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Printing.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Resources.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Security.Cryptography.Pkcs.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.120.57516"
+ },
+ "System.Security.Cryptography.ProtectedData.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Security.Cryptography.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Security.Permissions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Threading.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Windows.Controls.Ribbon.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Windows.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Windows.Forms.Design.Editors.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Forms.Design.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Forms.Primitives.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Forms.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Input.Manipulations.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Windows.Presentation.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Xaml.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationClient.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationClientSideProviders.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationProvider.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationTypes.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "WindowsBase.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "WindowsFormsIntegration.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ }
+ },
+ "native": {
+ "D3DCompiler_47_cor3.dll": {
+ "fileVersion": "10.0.19041.685"
+ },
+ "PenImc_cor3.dll": {
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationNative_cor3.dll": {
+ "fileVersion": "5.0.221.11702"
+ },
+ "vcruntime140_cor3.dll": {
+ "fileVersion": "14.28.29812.0"
+ },
+ "wpfgfx_cor3.dll": {
+ "fileVersion": "5.0.421.11705"
+ }
+ }
+ },
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {}
+ }
+ },
+ "libraries": {
+ "ImgurAutoUploader/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/5.0.4": {
+ "type": "runtimepack",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/5.0.4": {
+ "type": "runtimepack",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ },
+ "runtimes": {
+ "win-x86": [
+ "win",
+ "any",
+ "base"
+ ],
+ "win-x86-aot": [
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win10-x86": [
+ "win10",
+ "win81-x86",
+ "win81",
+ "win8-x86",
+ "win8",
+ "win7-x86",
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win10-x86-aot": [
+ "win10-aot",
+ "win10-x86",
+ "win10",
+ "win81-x86-aot",
+ "win81-aot",
+ "win81-x86",
+ "win81",
+ "win8-x86-aot",
+ "win8-aot",
+ "win8-x86",
+ "win8",
+ "win7-x86-aot",
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win7-x86": [
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win7-x86-aot": [
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win8-x86": [
+ "win8",
+ "win7-x86",
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win8-x86-aot": [
+ "win8-aot",
+ "win8-x86",
+ "win8",
+ "win7-x86-aot",
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win81-x86": [
+ "win81",
+ "win8-x86",
+ "win8",
+ "win7-x86",
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win81-x86-aot": [
+ "win81-aot",
+ "win81-x86",
+ "win81",
+ "win8-x86-aot",
+ "win8-aot",
+ "win8-x86",
+ "win8",
+ "win7-x86-aot",
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.dll
new file mode 100644
index 0000000..4d2d2de
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.exe b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.exe
new file mode 100644
index 0000000..50cea75
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.exe differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.pdb b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..598f6bd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.runtimeconfig.dev.json b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.runtimeconfig.dev.json
new file mode 100644
index 0000000..7edec84
--- /dev/null
+++ b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.runtimeconfig.dev.json
@@ -0,0 +1,9 @@
+{
+ "runtimeOptions": {
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.runtimeconfig.json b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.runtimeconfig.json
new file mode 100644
index 0000000..2558efc
--- /dev/null
+++ b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ImgurAutoUploader.runtimeconfig.json
@@ -0,0 +1,15 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "includedFrameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "5.0.4"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "5.0.4"
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.CSharp.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.CSharp.dll
new file mode 100644
index 0000000..c8db8d8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.CSharp.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.DiaSymReader.Native.x86.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.DiaSymReader.Native.x86.dll
new file mode 100644
index 0000000..5ebef7f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.DiaSymReader.Native.x86.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.Core.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.Core.dll
new file mode 100644
index 0000000..497675c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.Core.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.Forms.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.Forms.dll
new file mode 100644
index 0000000..1b65855
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.Forms.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.dll
new file mode 100644
index 0000000..298f94a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.VisualBasic.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Primitives.dll
new file mode 100644
index 0000000..7adfb95
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Registry.AccessControl.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Registry.AccessControl.dll
new file mode 100644
index 0000000..7a00d01
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Registry.AccessControl.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Registry.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Registry.dll
new file mode 100644
index 0000000..04780b9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.Registry.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.SystemEvents.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.SystemEvents.dll
new file mode 100644
index 0000000..ac7fffd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/Microsoft.Win32.SystemEvents.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PenImc_cor3.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PenImc_cor3.dll
new file mode 100644
index 0000000..ae3c955
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PenImc_cor3.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationCore.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationCore.dll
new file mode 100644
index 0000000..a8d5712
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationCore.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemCore.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemCore.dll
new file mode 100644
index 0000000..e7650ae
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemCore.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemData.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemData.dll
new file mode 100644
index 0000000..affcf65
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemData.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemDrawing.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemDrawing.dll
new file mode 100644
index 0000000..57a8772
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemDrawing.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemXml.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemXml.dll
new file mode 100644
index 0000000..28cf3f0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemXml.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemXmlLinq.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemXmlLinq.dll
new file mode 100644
index 0000000..596d91f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework-SystemXmlLinq.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Aero.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Aero.dll
new file mode 100644
index 0000000..33ae455
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Aero.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Aero2.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Aero2.dll
new file mode 100644
index 0000000..21cb42f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Aero2.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.AeroLite.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.AeroLite.dll
new file mode 100644
index 0000000..03e7917
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.AeroLite.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Classic.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Classic.dll
new file mode 100644
index 0000000..92cc221
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Classic.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Luna.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Luna.dll
new file mode 100644
index 0000000..bd19f9b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Luna.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Royale.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Royale.dll
new file mode 100644
index 0000000..c3df673
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.Royale.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.dll
new file mode 100644
index 0000000..c404a7e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationFramework.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationNative_cor3.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationNative_cor3.dll
new file mode 100644
index 0000000..6203e02
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationNative_cor3.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationUI.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationUI.dll
new file mode 100644
index 0000000..e11a80d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/PresentationUI.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ReachFramework.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ReachFramework.dll
new file mode 100644
index 0000000..93c6cdc
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ReachFramework.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.AppContext.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.AppContext.dll
new file mode 100644
index 0000000..a92a2a0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.AppContext.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Buffers.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Buffers.dll
new file mode 100644
index 0000000..117f692
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Buffers.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.CodeDom.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.CodeDom.dll
new file mode 100644
index 0000000..cd0ccbb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.CodeDom.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Concurrent.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Concurrent.dll
new file mode 100644
index 0000000..bb493b6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Concurrent.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Immutable.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Immutable.dll
new file mode 100644
index 0000000..85469b0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Immutable.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.NonGeneric.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.NonGeneric.dll
new file mode 100644
index 0000000..598dd7e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.NonGeneric.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Specialized.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Specialized.dll
new file mode 100644
index 0000000..cb6a588
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.Specialized.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.dll
new file mode 100644
index 0000000..47ccf7d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Collections.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.Annotations.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.Annotations.dll
new file mode 100644
index 0000000..ff9b7bd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.Annotations.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.DataAnnotations.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.DataAnnotations.dll
new file mode 100644
index 0000000..c9768cb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.DataAnnotations.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.EventBasedAsync.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.EventBasedAsync.dll
new file mode 100644
index 0000000..40c5608
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.EventBasedAsync.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.Primitives.dll
new file mode 100644
index 0000000..7c18663
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.TypeConverter.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.TypeConverter.dll
new file mode 100644
index 0000000..5536d70
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.TypeConverter.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.dll
new file mode 100644
index 0000000..8f012b0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ComponentModel.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Configuration.ConfigurationManager.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Configuration.ConfigurationManager.dll
new file mode 100644
index 0000000..dcc91d7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Configuration.ConfigurationManager.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Configuration.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Configuration.dll
new file mode 100644
index 0000000..b8e2cbd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Configuration.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Console.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Console.dll
new file mode 100644
index 0000000..f4b9f8b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Console.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Core.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Core.dll
new file mode 100644
index 0000000..765bfb6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Core.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.Common.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.Common.dll
new file mode 100644
index 0000000..735e349
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.Common.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.DataSetExtensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.DataSetExtensions.dll
new file mode 100644
index 0000000..c2f0816
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.DataSetExtensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.dll
new file mode 100644
index 0000000..24afd4f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Data.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Design.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Design.dll
new file mode 100644
index 0000000..b51454a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Design.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Contracts.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Contracts.dll
new file mode 100644
index 0000000..3176cf8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Contracts.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Debug.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Debug.dll
new file mode 100644
index 0000000..f2b5c32
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Debug.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.DiagnosticSource.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.DiagnosticSource.dll
new file mode 100644
index 0000000..11f181e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.DiagnosticSource.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.EventLog.Messages.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.EventLog.Messages.dll
new file mode 100644
index 0000000..afdb197
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.EventLog.Messages.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.EventLog.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.EventLog.dll
new file mode 100644
index 0000000..250625b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.EventLog.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.FileVersionInfo.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.FileVersionInfo.dll
new file mode 100644
index 0000000..86357ad
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.FileVersionInfo.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.PerformanceCounter.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.PerformanceCounter.dll
new file mode 100644
index 0000000..1a0655d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.PerformanceCounter.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Process.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Process.dll
new file mode 100644
index 0000000..ee0cbb1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Process.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.StackTrace.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.StackTrace.dll
new file mode 100644
index 0000000..229703d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.StackTrace.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.TextWriterTraceListener.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.TextWriterTraceListener.dll
new file mode 100644
index 0000000..7e53feb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.TextWriterTraceListener.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Tools.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Tools.dll
new file mode 100644
index 0000000..2a4779f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Tools.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.TraceSource.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.TraceSource.dll
new file mode 100644
index 0000000..4fc895b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.TraceSource.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Tracing.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Tracing.dll
new file mode 100644
index 0000000..ca79c0c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Diagnostics.Tracing.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.DirectoryServices.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.DirectoryServices.dll
new file mode 100644
index 0000000..83d26a6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.DirectoryServices.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Common.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Common.dll
new file mode 100644
index 0000000..46bf064
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Common.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Design.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Design.dll
new file mode 100644
index 0000000..ba62ff2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Design.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Primitives.dll
new file mode 100644
index 0000000..f756618
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.dll
new file mode 100644
index 0000000..c7a47fa
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Drawing.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Dynamic.Runtime.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Dynamic.Runtime.dll
new file mode 100644
index 0000000..46052e3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Dynamic.Runtime.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Formats.Asn1.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Formats.Asn1.dll
new file mode 100644
index 0000000..a00726b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Formats.Asn1.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.Calendars.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.Calendars.dll
new file mode 100644
index 0000000..299c91e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.Calendars.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.Extensions.dll
new file mode 100644
index 0000000..4dededb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.dll
new file mode 100644
index 0000000..9ad1220
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Globalization.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.Brotli.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.Brotli.dll
new file mode 100644
index 0000000..34d0134
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.Brotli.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.FileSystem.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.FileSystem.dll
new file mode 100644
index 0000000..08c85b5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.FileSystem.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.ZipFile.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.ZipFile.dll
new file mode 100644
index 0000000..337c4f9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.ZipFile.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.dll
new file mode 100644
index 0000000..1b7da0a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Compression.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.AccessControl.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.AccessControl.dll
new file mode 100644
index 0000000..622d40e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.AccessControl.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.DriveInfo.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.DriveInfo.dll
new file mode 100644
index 0000000..63dee20
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.DriveInfo.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.Primitives.dll
new file mode 100644
index 0000000..97d59bb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.Watcher.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.Watcher.dll
new file mode 100644
index 0000000..47a3a51
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.Watcher.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.dll
new file mode 100644
index 0000000..32217d9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.FileSystem.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.IsolatedStorage.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.IsolatedStorage.dll
new file mode 100644
index 0000000..81f88ca
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.IsolatedStorage.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.MemoryMappedFiles.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.MemoryMappedFiles.dll
new file mode 100644
index 0000000..ee9e9fe
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.MemoryMappedFiles.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Packaging.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Packaging.dll
new file mode 100644
index 0000000..9a203c6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Packaging.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Pipes.AccessControl.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Pipes.AccessControl.dll
new file mode 100644
index 0000000..3c322d7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Pipes.AccessControl.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Pipes.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Pipes.dll
new file mode 100644
index 0000000..c8d84f5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.Pipes.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.UnmanagedMemoryStream.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.UnmanagedMemoryStream.dll
new file mode 100644
index 0000000..ac87deb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.UnmanagedMemoryStream.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.dll
new file mode 100644
index 0000000..89f2d7b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.IO.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Expressions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Expressions.dll
new file mode 100644
index 0000000..7c0ac3c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Expressions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Parallel.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Parallel.dll
new file mode 100644
index 0000000..a5d5ad0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Parallel.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Queryable.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Queryable.dll
new file mode 100644
index 0000000..636f980
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.Queryable.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.dll
new file mode 100644
index 0000000..66f1b5f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Linq.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Memory.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Memory.dll
new file mode 100644
index 0000000..cbd1e85
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Memory.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Http.Json.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Http.Json.dll
new file mode 100644
index 0000000..a755459
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Http.Json.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Http.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Http.dll
new file mode 100644
index 0000000..04d91e7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Http.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.HttpListener.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.HttpListener.dll
new file mode 100644
index 0000000..df9e6a1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.HttpListener.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Mail.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Mail.dll
new file mode 100644
index 0000000..d4315b9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Mail.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.NameResolution.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.NameResolution.dll
new file mode 100644
index 0000000..44597b2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.NameResolution.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.NetworkInformation.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.NetworkInformation.dll
new file mode 100644
index 0000000..6691fc1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.NetworkInformation.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Ping.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Ping.dll
new file mode 100644
index 0000000..475a348
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Ping.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Primitives.dll
new file mode 100644
index 0000000..f6f1102
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Requests.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Requests.dll
new file mode 100644
index 0000000..7d79cfd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Requests.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Security.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Security.dll
new file mode 100644
index 0000000..3369cd4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Security.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.ServicePoint.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.ServicePoint.dll
new file mode 100644
index 0000000..74453fc
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.ServicePoint.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Sockets.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Sockets.dll
new file mode 100644
index 0000000..9b162b0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.Sockets.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebClient.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebClient.dll
new file mode 100644
index 0000000..8475369
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebClient.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebHeaderCollection.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebHeaderCollection.dll
new file mode 100644
index 0000000..a71355c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebHeaderCollection.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebProxy.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebProxy.dll
new file mode 100644
index 0000000..69d7e14
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebProxy.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebSockets.Client.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebSockets.Client.dll
new file mode 100644
index 0000000..7756cb5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebSockets.Client.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebSockets.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebSockets.dll
new file mode 100644
index 0000000..9556c71
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.WebSockets.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.dll
new file mode 100644
index 0000000..71fafe8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Net.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Numerics.Vectors.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Numerics.Vectors.dll
new file mode 100644
index 0000000..8028038
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Numerics.Vectors.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Numerics.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Numerics.dll
new file mode 100644
index 0000000..84469dd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Numerics.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ObjectModel.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ObjectModel.dll
new file mode 100644
index 0000000..97db1d3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ObjectModel.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Printing.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Printing.dll
new file mode 100644
index 0000000..cb1dc05
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Printing.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.CoreLib.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.CoreLib.dll
new file mode 100644
index 0000000..3f204da
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.CoreLib.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.DataContractSerialization.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.DataContractSerialization.dll
new file mode 100644
index 0000000..deae4a3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.DataContractSerialization.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Uri.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Uri.dll
new file mode 100644
index 0000000..19ed8b1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Uri.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Xml.Linq.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Xml.Linq.dll
new file mode 100644
index 0000000..94b6e23
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Xml.Linq.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Xml.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Xml.dll
new file mode 100644
index 0000000..decfac8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Private.Xml.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.DispatchProxy.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.DispatchProxy.dll
new file mode 100644
index 0000000..6d8d2d3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.DispatchProxy.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.ILGeneration.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.ILGeneration.dll
new file mode 100644
index 0000000..bba3b58
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.ILGeneration.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.Lightweight.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.Lightweight.dll
new file mode 100644
index 0000000..d703670
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.Lightweight.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.dll
new file mode 100644
index 0000000..9f3c34c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Emit.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Extensions.dll
new file mode 100644
index 0000000..9105de8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Metadata.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Metadata.dll
new file mode 100644
index 0000000..320fba7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Metadata.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Primitives.dll
new file mode 100644
index 0000000..ac609ff
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.TypeExtensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.TypeExtensions.dll
new file mode 100644
index 0000000..ee79c89
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.TypeExtensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.dll
new file mode 100644
index 0000000..d74d22d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Reflection.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Extensions.dll
new file mode 100644
index 0000000..7210754
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Reader.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Reader.dll
new file mode 100644
index 0000000..56f43c3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Reader.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.ResourceManager.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.ResourceManager.dll
new file mode 100644
index 0000000..aceb03f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.ResourceManager.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Writer.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Writer.dll
new file mode 100644
index 0000000..287d614
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Resources.Writer.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.CompilerServices.Unsafe.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.CompilerServices.Unsafe.dll
new file mode 100644
index 0000000..d8f0532
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.CompilerServices.Unsafe.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.CompilerServices.VisualC.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.CompilerServices.VisualC.dll
new file mode 100644
index 0000000..27237d2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.CompilerServices.VisualC.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Extensions.dll
new file mode 100644
index 0000000..a11a758
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Handles.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Handles.dll
new file mode 100644
index 0000000..a85f98b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Handles.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.InteropServices.RuntimeInformation.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.InteropServices.RuntimeInformation.dll
new file mode 100644
index 0000000..5166e45
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.InteropServices.RuntimeInformation.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.InteropServices.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.InteropServices.dll
new file mode 100644
index 0000000..e72d357
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.InteropServices.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Intrinsics.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Intrinsics.dll
new file mode 100644
index 0000000..263b5d9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Intrinsics.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Loader.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Loader.dll
new file mode 100644
index 0000000..178c1a6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Loader.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Numerics.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Numerics.dll
new file mode 100644
index 0000000..4a04749
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Numerics.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Formatters.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Formatters.dll
new file mode 100644
index 0000000..8376389
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Formatters.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Json.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Json.dll
new file mode 100644
index 0000000..028b1f4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Json.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Primitives.dll
new file mode 100644
index 0000000..8203346
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Xml.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Xml.dll
new file mode 100644
index 0000000..39deeab
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.Xml.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.dll
new file mode 100644
index 0000000..2b1b137
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.Serialization.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.dll
new file mode 100644
index 0000000..cf02b1b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Runtime.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.AccessControl.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.AccessControl.dll
new file mode 100644
index 0000000..c304663
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.AccessControl.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Claims.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Claims.dll
new file mode 100644
index 0000000..d522592
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Claims.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Algorithms.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Algorithms.dll
new file mode 100644
index 0000000..b579552
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Algorithms.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Cng.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Cng.dll
new file mode 100644
index 0000000..2f4ce97
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Cng.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Csp.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Csp.dll
new file mode 100644
index 0000000..9282b90
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Csp.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Encoding.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Encoding.dll
new file mode 100644
index 0000000..0f90a32
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Encoding.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.OpenSsl.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.OpenSsl.dll
new file mode 100644
index 0000000..351bf5e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.OpenSsl.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Pkcs.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Pkcs.dll
new file mode 100644
index 0000000..dada895
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Pkcs.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Primitives.dll
new file mode 100644
index 0000000..e877eb9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.ProtectedData.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.ProtectedData.dll
new file mode 100644
index 0000000..0d94bc2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.ProtectedData.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.X509Certificates.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.X509Certificates.dll
new file mode 100644
index 0000000..c68ad57
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.X509Certificates.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Xml.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Xml.dll
new file mode 100644
index 0000000..b31d41a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Cryptography.Xml.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Permissions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Permissions.dll
new file mode 100644
index 0000000..28ccc8c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Permissions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Principal.Windows.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Principal.Windows.dll
new file mode 100644
index 0000000..5545563
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Principal.Windows.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Principal.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Principal.dll
new file mode 100644
index 0000000..05e061a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.Principal.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.SecureString.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.SecureString.dll
new file mode 100644
index 0000000..ec6534c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.SecureString.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.dll
new file mode 100644
index 0000000..bbeef64
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Security.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ServiceModel.Web.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ServiceModel.Web.dll
new file mode 100644
index 0000000..c4e3e05
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ServiceModel.Web.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ServiceProcess.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ServiceProcess.dll
new file mode 100644
index 0000000..28beca9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ServiceProcess.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.CodePages.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.CodePages.dll
new file mode 100644
index 0000000..aae00ac
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.CodePages.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.Extensions.dll
new file mode 100644
index 0000000..97e6bd2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.dll
new file mode 100644
index 0000000..e1e0184
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encoding.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encodings.Web.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encodings.Web.dll
new file mode 100644
index 0000000..7391148
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Encodings.Web.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Json.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Json.dll
new file mode 100644
index 0000000..400a04b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.Json.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.RegularExpressions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.RegularExpressions.dll
new file mode 100644
index 0000000..c470243
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Text.RegularExpressions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.AccessControl.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.AccessControl.dll
new file mode 100644
index 0000000..4af88e7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.AccessControl.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Channels.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Channels.dll
new file mode 100644
index 0000000..1bfd7f0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Channels.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Overlapped.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Overlapped.dll
new file mode 100644
index 0000000..3f732ff
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Overlapped.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Dataflow.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Dataflow.dll
new file mode 100644
index 0000000..416208f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Dataflow.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Extensions.dll
new file mode 100644
index 0000000..bb72a16
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Parallel.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Parallel.dll
new file mode 100644
index 0000000..065f4f6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.Parallel.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.dll
new file mode 100644
index 0000000..08d5317
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Tasks.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Thread.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Thread.dll
new file mode 100644
index 0000000..32ca5b0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Thread.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.ThreadPool.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.ThreadPool.dll
new file mode 100644
index 0000000..0ec438c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.ThreadPool.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Timer.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Timer.dll
new file mode 100644
index 0000000..bff58f5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.Timer.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.dll
new file mode 100644
index 0000000..ba73d81
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Threading.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Transactions.Local.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Transactions.Local.dll
new file mode 100644
index 0000000..0ded82e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Transactions.Local.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Transactions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Transactions.dll
new file mode 100644
index 0000000..02b9183
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Transactions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ValueTuple.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ValueTuple.dll
new file mode 100644
index 0000000..e4682ab
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.ValueTuple.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Web.HttpUtility.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Web.HttpUtility.dll
new file mode 100644
index 0000000..3af602e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Web.HttpUtility.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Web.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Web.dll
new file mode 100644
index 0000000..42b03ae
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Web.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Controls.Ribbon.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Controls.Ribbon.dll
new file mode 100644
index 0000000..6350545
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Controls.Ribbon.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Extensions.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Extensions.dll
new file mode 100644
index 0000000..7a45ea7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Extensions.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Design.Editors.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Design.Editors.dll
new file mode 100644
index 0000000..949aa4a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Design.Editors.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Design.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Design.dll
new file mode 100644
index 0000000..dbe9337
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Design.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Primitives.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Primitives.dll
new file mode 100644
index 0000000..63f21c8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.Primitives.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.dll
new file mode 100644
index 0000000..a031d18
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Forms.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Input.Manipulations.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Input.Manipulations.dll
new file mode 100644
index 0000000..d2f13fd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Input.Manipulations.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Presentation.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Presentation.dll
new file mode 100644
index 0000000..47db9db
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.Presentation.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.dll
new file mode 100644
index 0000000..e94d42c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Windows.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xaml.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xaml.dll
new file mode 100644
index 0000000..6af7dab
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xaml.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.Linq.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.Linq.dll
new file mode 100644
index 0000000..3326f1a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.Linq.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.ReaderWriter.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.ReaderWriter.dll
new file mode 100644
index 0000000..6461c68
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.ReaderWriter.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.Serialization.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.Serialization.dll
new file mode 100644
index 0000000..c8d84eb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.Serialization.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XDocument.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XDocument.dll
new file mode 100644
index 0000000..9afbecb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XDocument.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XPath.XDocument.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XPath.XDocument.dll
new file mode 100644
index 0000000..7370a69
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XPath.XDocument.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XPath.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XPath.dll
new file mode 100644
index 0000000..15a5397
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XPath.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XmlDocument.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XmlDocument.dll
new file mode 100644
index 0000000..7af2454
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XmlDocument.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XmlSerializer.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XmlSerializer.dll
new file mode 100644
index 0000000..fcda82d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.XmlSerializer.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.dll
new file mode 100644
index 0000000..7fadd75
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.Xml.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.dll
new file mode 100644
index 0000000..b303987
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/System.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationClient.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationClient.dll
new file mode 100644
index 0000000..48de63b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationClient.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationClientSideProviders.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationClientSideProviders.dll
new file mode 100644
index 0000000..fe2aeab
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationClientSideProviders.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationProvider.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationProvider.dll
new file mode 100644
index 0000000..734957c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationProvider.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationTypes.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationTypes.dll
new file mode 100644
index 0000000..5e3a4e8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/UIAutomationTypes.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/WindowsBase.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/WindowsBase.dll
new file mode 100644
index 0000000..fc6afc9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/WindowsBase.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/WindowsFormsIntegration.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/WindowsFormsIntegration.dll
new file mode 100644
index 0000000..5cae806
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/WindowsFormsIntegration.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-console-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-console-l1-1-0.dll
new file mode 100644
index 0000000..e825ac4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-console-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-console-l1-2-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-console-l1-2-0.dll
new file mode 100644
index 0000000..acc6988
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-console-l1-2-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-datetime-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-datetime-l1-1-0.dll
new file mode 100644
index 0000000..ca6284e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-datetime-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-debug-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-debug-l1-1-0.dll
new file mode 100644
index 0000000..2a3eef1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-debug-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-errorhandling-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-errorhandling-l1-1-0.dll
new file mode 100644
index 0000000..691f086
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-errorhandling-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l1-1-0.dll
new file mode 100644
index 0000000..8870d27
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l1-2-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l1-2-0.dll
new file mode 100644
index 0000000..bf15188
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l1-2-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l2-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l2-1-0.dll
new file mode 100644
index 0000000..627d9a2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-file-l2-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-handle-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-handle-l1-1-0.dll
new file mode 100644
index 0000000..5f73df1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-handle-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-heap-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-heap-l1-1-0.dll
new file mode 100644
index 0000000..d347d55
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-heap-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-interlocked-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-interlocked-l1-1-0.dll
new file mode 100644
index 0000000..8a5f4a2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-interlocked-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-libraryloader-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-libraryloader-l1-1-0.dll
new file mode 100644
index 0000000..b810663
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-libraryloader-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-localization-l1-2-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-localization-l1-2-0.dll
new file mode 100644
index 0000000..4a1cdaa
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-localization-l1-2-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-memory-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-memory-l1-1-0.dll
new file mode 100644
index 0000000..30767cc
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-memory-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-namedpipe-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-namedpipe-l1-1-0.dll
new file mode 100644
index 0000000..93622f4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-namedpipe-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processenvironment-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processenvironment-l1-1-0.dll
new file mode 100644
index 0000000..ff47ce3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processenvironment-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processthreads-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processthreads-l1-1-0.dll
new file mode 100644
index 0000000..4190813
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processthreads-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processthreads-l1-1-1.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processthreads-l1-1-1.dll
new file mode 100644
index 0000000..c29fe9d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-processthreads-l1-1-1.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-profile-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-profile-l1-1-0.dll
new file mode 100644
index 0000000..a045613
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-profile-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-rtlsupport-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-rtlsupport-l1-1-0.dll
new file mode 100644
index 0000000..8f5b40d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-rtlsupport-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-string-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-string-l1-1-0.dll
new file mode 100644
index 0000000..dd307ec
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-string-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-synch-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-synch-l1-1-0.dll
new file mode 100644
index 0000000..cd9b68e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-synch-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-synch-l1-2-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-synch-l1-2-0.dll
new file mode 100644
index 0000000..d1b372c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-synch-l1-2-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-sysinfo-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-sysinfo-l1-1-0.dll
new file mode 100644
index 0000000..2ca7c75
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-sysinfo-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-timezone-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-timezone-l1-1-0.dll
new file mode 100644
index 0000000..629b637
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-timezone-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-util-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-util-l1-1-0.dll
new file mode 100644
index 0000000..d5e82ec
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-core-util-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-conio-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-conio-l1-1-0.dll
new file mode 100644
index 0000000..7cfcdc8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-conio-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-convert-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-convert-l1-1-0.dll
new file mode 100644
index 0000000..bda798b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-convert-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-environment-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-environment-l1-1-0.dll
new file mode 100644
index 0000000..8b4aba3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-environment-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-filesystem-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-filesystem-l1-1-0.dll
new file mode 100644
index 0000000..628bdb5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-filesystem-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-heap-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-heap-l1-1-0.dll
new file mode 100644
index 0000000..7de5fff
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-heap-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-locale-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-locale-l1-1-0.dll
new file mode 100644
index 0000000..4c8770d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-locale-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-math-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-math-l1-1-0.dll
new file mode 100644
index 0000000..0e80796
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-math-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-multibyte-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-multibyte-l1-1-0.dll
new file mode 100644
index 0000000..b549546
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-multibyte-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-private-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-private-l1-1-0.dll
new file mode 100644
index 0000000..cae53b9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-private-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-process-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-process-l1-1-0.dll
new file mode 100644
index 0000000..b9055e1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-process-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-runtime-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-runtime-l1-1-0.dll
new file mode 100644
index 0000000..e2e29a0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-runtime-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-stdio-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-stdio-l1-1-0.dll
new file mode 100644
index 0000000..3e35079
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-stdio-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-string-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-string-l1-1-0.dll
new file mode 100644
index 0000000..e1dbc43
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-string-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-time-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-time-l1-1-0.dll
new file mode 100644
index 0000000..3157c9e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-time-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-utility-l1-1-0.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-utility-l1-1-0.dll
new file mode 100644
index 0000000..e7e8062
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/api-ms-win-crt-utility-l1-1-0.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clrcompression.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clrcompression.dll
new file mode 100644
index 0000000..7c8786e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clrcompression.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clretwrc.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clretwrc.dll
new file mode 100644
index 0000000..0566f14
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clretwrc.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clrjit.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clrjit.dll
new file mode 100644
index 0000000..3d42249
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/clrjit.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/coreclr.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/coreclr.dll
new file mode 100644
index 0000000..8d6eb77
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/coreclr.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/createdump.exe b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/createdump.exe
new file mode 100644
index 0000000..18975f2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/createdump.exe differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..ce539f9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationCore.resources.dll
new file mode 100644
index 0000000..58db2a6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationFramework.resources.dll
new file mode 100644
index 0000000..ae1713e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationUI.resources.dll
new file mode 100644
index 0000000..47fab97
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/ReachFramework.resources.dll
new file mode 100644
index 0000000..9bbce01
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..b4c8781
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..153a637
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..15c16be
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..81b3064
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..093d50f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Xaml.resources.dll
new file mode 100644
index 0000000..d978c8c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..184f5a0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..38c8e3a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..dcc6d7a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..23b6eb5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/WindowsBase.resources.dll
new file mode 100644
index 0000000..2fe3c6c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..a213601
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/cs/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/dbgshim.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/dbgshim.dll
new file mode 100644
index 0000000..5a7d948
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/dbgshim.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..c0bd58d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationCore.resources.dll
new file mode 100644
index 0000000..ea1a510
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationFramework.resources.dll
new file mode 100644
index 0000000..3b8032c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationUI.resources.dll
new file mode 100644
index 0000000..915aa78
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/ReachFramework.resources.dll
new file mode 100644
index 0000000..ca0547a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..bac2f23
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..c8c296c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..bb7637e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..19a140a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..761bef8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Xaml.resources.dll
new file mode 100644
index 0000000..ab08dd8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..339ad3d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..de6755c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..8c188f7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..0f8a3e5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/WindowsBase.resources.dll
new file mode 100644
index 0000000..523079e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..9db83ca
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/de/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..1464cca
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationCore.resources.dll
new file mode 100644
index 0000000..28aa6b5
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationFramework.resources.dll
new file mode 100644
index 0000000..2c6fa80
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationUI.resources.dll
new file mode 100644
index 0000000..4da1ecb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/ReachFramework.resources.dll
new file mode 100644
index 0000000..c0b3983
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..59125cb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..3508d89
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..47e72a1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..052a4c3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..f5edd67
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Xaml.resources.dll
new file mode 100644
index 0000000..a693265
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..0ab29e2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..2cffc5e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..d3de699
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..cc224e4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/WindowsBase.resources.dll
new file mode 100644
index 0000000..d65f136
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..7b17998
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/es/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..b4b4eb2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationCore.resources.dll
new file mode 100644
index 0000000..39f2e11
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationFramework.resources.dll
new file mode 100644
index 0000000..62dac74
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationUI.resources.dll
new file mode 100644
index 0000000..cf8c718
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/ReachFramework.resources.dll
new file mode 100644
index 0000000..6ffb3cd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..b034071
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..bdc8ae6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..fd26e36
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..c3e7c78
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..2cac181
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Xaml.resources.dll
new file mode 100644
index 0000000..be99a06
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..6eb8380
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..16962de
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..d8425bf
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..b366c78
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/WindowsBase.resources.dll
new file mode 100644
index 0000000..b016e21
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..c132c09
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/fr/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/hostfxr.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/hostfxr.dll
new file mode 100644
index 0000000..edc6b62
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/hostfxr.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/hostpolicy.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/hostpolicy.dll
new file mode 100644
index 0000000..eba089c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/hostpolicy.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..a7dc065
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationCore.resources.dll
new file mode 100644
index 0000000..bddfaf3
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationFramework.resources.dll
new file mode 100644
index 0000000..b5b2fab
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationUI.resources.dll
new file mode 100644
index 0000000..6ea9a2a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/ReachFramework.resources.dll
new file mode 100644
index 0000000..49d49a4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..2c5baab
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..163610a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..64bdc29
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..0e06647
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..0288816
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Xaml.resources.dll
new file mode 100644
index 0000000..f2cfe10
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..68c8d99
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..a9577b0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..96d1931
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..e42ddb9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/WindowsBase.resources.dll
new file mode 100644
index 0000000..9decaac
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..3770bf2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/it/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..1d8f7eb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationCore.resources.dll
new file mode 100644
index 0000000..ce298a7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationFramework.resources.dll
new file mode 100644
index 0000000..eb221a0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationUI.resources.dll
new file mode 100644
index 0000000..3a520c8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/ReachFramework.resources.dll
new file mode 100644
index 0000000..360221c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..ad51e0c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..465e572
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..be7558d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..2308215
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..8fcbbd4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Xaml.resources.dll
new file mode 100644
index 0000000..001093d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..6402394
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..e551520
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..f844e5d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..22f6d53
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/WindowsBase.resources.dll
new file mode 100644
index 0000000..cf16e47
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..0029b4d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ja/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..4a93749
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationCore.resources.dll
new file mode 100644
index 0000000..5c7575d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationFramework.resources.dll
new file mode 100644
index 0000000..6d8aed6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationUI.resources.dll
new file mode 100644
index 0000000..792828d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/ReachFramework.resources.dll
new file mode 100644
index 0000000..b1d84f2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..f05042e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..23c7608
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..8dfc3c7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..c7e842d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..bd82d42
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Xaml.resources.dll
new file mode 100644
index 0000000..dae0902
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..6fc8adf
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..fd05b1b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..1b25a4e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..53f3083
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/WindowsBase.resources.dll
new file mode 100644
index 0000000..464f930
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..6cb906b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ko/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordaccore.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordaccore.dll
new file mode 100644
index 0000000..6474dde
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordaccore.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordaccore_x86_x86_5.0.421.11614.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordaccore_x86_x86_5.0.421.11614.dll
new file mode 100644
index 0000000..b43e233
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordaccore_x86_x86_5.0.421.11614.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordbi.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordbi.dll
new file mode 100644
index 0000000..71cbda9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscordbi.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscorlib.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscorlib.dll
new file mode 100644
index 0000000..cee3330
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscorlib.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscorrc.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscorrc.dll
new file mode 100644
index 0000000..2b44fdd
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/mscorrc.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/netstandard.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/netstandard.dll
new file mode 100644
index 0000000..28c1764
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/netstandard.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..1693302
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationCore.resources.dll
new file mode 100644
index 0000000..1d98bb7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationFramework.resources.dll
new file mode 100644
index 0000000..078e2df
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationUI.resources.dll
new file mode 100644
index 0000000..02c5b21
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/ReachFramework.resources.dll
new file mode 100644
index 0000000..39abae4
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..001bc95
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..f29f1f0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..a9ac53c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..743b232
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..239b2f2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Xaml.resources.dll
new file mode 100644
index 0000000..6c51895
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..a1f1234
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..abafaec
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..5f1b747
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..31b10c2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/WindowsBase.resources.dll
new file mode 100644
index 0000000..d17d984
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..6fde688
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pl/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..e9dc271
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationCore.resources.dll
new file mode 100644
index 0000000..c58c600
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationFramework.resources.dll
new file mode 100644
index 0000000..492b82d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationUI.resources.dll
new file mode 100644
index 0000000..09e0775
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/ReachFramework.resources.dll
new file mode 100644
index 0000000..c4c4e29
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..3f45351
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..2f59041
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..54be30a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..3e9dc47
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..26e275a
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Xaml.resources.dll
new file mode 100644
index 0000000..2437978
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..040aed1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..62884f1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..e16b7c0
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..75724a2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/WindowsBase.resources.dll
new file mode 100644
index 0000000..4683074
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..c6ba2bf
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/pt-BR/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ref/ImgurAutoUploader.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ref/ImgurAutoUploader.dll
new file mode 100644
index 0000000..bab633b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ref/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..b8d097c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationCore.resources.dll
new file mode 100644
index 0000000..88ab25c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationFramework.resources.dll
new file mode 100644
index 0000000..abe1363
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationUI.resources.dll
new file mode 100644
index 0000000..30809ac
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/ReachFramework.resources.dll
new file mode 100644
index 0000000..53ce234
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..06f5a63
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..b2a9b23
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..8dd5080
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..c472064
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..8483dea
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Xaml.resources.dll
new file mode 100644
index 0000000..fba6225
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..de82bed
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..421be1e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..0393afb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..f0757bb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/WindowsBase.resources.dll
new file mode 100644
index 0000000..c4f8067
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..ac53e65
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ru/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..996655f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationCore.resources.dll
new file mode 100644
index 0000000..d814983
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationFramework.resources.dll
new file mode 100644
index 0000000..8739447
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationUI.resources.dll
new file mode 100644
index 0000000..939ae17
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/ReachFramework.resources.dll
new file mode 100644
index 0000000..c3e92bb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..cf5a6d2
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..bb338b8
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..4fd4049
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..a146a9d
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..e447b10
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Xaml.resources.dll
new file mode 100644
index 0000000..6c629f9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..ef47a77
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..183e569
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..094ef2c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..d1bbe6e
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/WindowsBase.resources.dll
new file mode 100644
index 0000000..363bc0c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..f952fc9
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/tr/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ucrtbase.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ucrtbase.dll
new file mode 100644
index 0000000..0f10704
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/ucrtbase.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/vcruntime140_cor3.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/vcruntime140_cor3.dll
new file mode 100644
index 0000000..def1e22
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/vcruntime140_cor3.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/wpfgfx_cor3.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/wpfgfx_cor3.dll
new file mode 100644
index 0000000..9c6a728
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/wpfgfx_cor3.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..ba95a72
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationCore.resources.dll
new file mode 100644
index 0000000..c052270
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationFramework.resources.dll
new file mode 100644
index 0000000..aec4008
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationUI.resources.dll
new file mode 100644
index 0000000..c5b2814
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/ReachFramework.resources.dll
new file mode 100644
index 0000000..d20a421
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..cb46542
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..d99cd55
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..09e98c6
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..fe2b030
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..776ee28
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Xaml.resources.dll
new file mode 100644
index 0000000..50afa54
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..f6a7f72
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..1d44259
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..3988cc7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..7fb7899
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/WindowsBase.resources.dll
new file mode 100644
index 0000000..149e232
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..11aae94
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hans/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll
new file mode 100644
index 0000000..467e996
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/Microsoft.VisualBasic.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationCore.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationCore.resources.dll
new file mode 100644
index 0000000..8589962
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationCore.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationFramework.resources.dll
new file mode 100644
index 0000000..b8f1ed1
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationUI.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationUI.resources.dll
new file mode 100644
index 0000000..6eb9a2f
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/PresentationUI.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/ReachFramework.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/ReachFramework.resources.dll
new file mode 100644
index 0000000..0a40266
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/ReachFramework.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Controls.Ribbon.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Controls.Ribbon.resources.dll
new file mode 100644
index 0000000..87c7ff7
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Controls.Ribbon.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.Design.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.Design.resources.dll
new file mode 100644
index 0000000..379abea
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.Design.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.Primitives.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.Primitives.resources.dll
new file mode 100644
index 0000000..7072bdb
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.Primitives.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.resources.dll
new file mode 100644
index 0000000..1300b90
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Forms.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Input.Manipulations.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Input.Manipulations.resources.dll
new file mode 100644
index 0000000..7fe164c
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Windows.Input.Manipulations.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Xaml.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Xaml.resources.dll
new file mode 100644
index 0000000..2bf7782
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/System.Xaml.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationClient.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationClient.resources.dll
new file mode 100644
index 0000000..a99ee4b
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationClient.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationClientSideProviders.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationClientSideProviders.resources.dll
new file mode 100644
index 0000000..b5be8de
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationClientSideProviders.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationProvider.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationProvider.resources.dll
new file mode 100644
index 0000000..8c7db46
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationProvider.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationTypes.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationTypes.resources.dll
new file mode 100644
index 0000000..58b9502
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/UIAutomationTypes.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/WindowsBase.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/WindowsBase.resources.dll
new file mode 100644
index 0000000..7ab3941
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/WindowsBase.resources.dll differ
diff --git a/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/WindowsFormsIntegration.resources.dll b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/WindowsFormsIntegration.resources.dll
new file mode 100644
index 0000000..1cbb678
Binary files /dev/null and b/ImgurAutoUploader/bin/Release/net5.0-windows/win-x86/zh-Hant/WindowsFormsIntegration.resources.dll differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2f7e5ec
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/App.g.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/App.g.cs
new file mode 100644
index 0000000..02abf44
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/App.g.cs
@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "99FA8685AEF1729F57661AB07C610698CB6BC3DF"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/App.g.i.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/App.g.i.cs
new file mode 100644
index 0000000..02abf44
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/App.g.i.cs
@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "99FA8685AEF1729F57661AB07C610698CB6BC3DF"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.AssemblyInfo.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.AssemblyInfo.cs
new file mode 100644
index 0000000..3ca6ed1
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Von der MSBuild WriteCodeFragment-Klasse generiert.
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.AssemblyInfoInputs.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..5343466
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+7d607a337e7980db4262a93a3d1d98fc38191b1d
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..7694274
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,8 @@
+is_global = true
+build_property.TargetFramework = net5.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile =
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.assets.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.assets.cache
new file mode 100644
index 0000000..431f61b
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.assets.cache differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.CopyComplete b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.CoreCompileInputs.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..3865814
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+287619e3dc2890c6218f41fa83f231cb8a9bee42
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.FileListAbsolute.txt b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..2ae0b4f
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csproj.FileListAbsolute.txt
@@ -0,0 +1,26 @@
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ImgurAutoUploader.exe
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ImgurAutoUploader.deps.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ImgurAutoUploader.runtimeconfig.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ImgurAutoUploader.runtimeconfig.dev.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ref\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\net5.0-windows\Imgur.API.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.csprojAssemblyReference.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\MainWindow.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\App.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader_MarkupCompile.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader_MarkupCompile.lref
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\MainWindow.baml
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.g.resources
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.AssemblyInfoInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.AssemblyInfo.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.csproj.CoreCompileInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.csproj.CopyComplete
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ref\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\ImgurAutoUploader.genruntimeconfig.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\Popup.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\Popup.baml
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csprojAssemblyReference.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csprojAssemblyReference.cache
new file mode 100644
index 0000000..e1e714b
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.csprojAssemblyReference.cache differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.designer.deps.json b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.designer.deps.json
new file mode 100644
index 0000000..17124ab
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.designer.deps.json
@@ -0,0 +1,46 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {
+ "assemblyVersion": "4.0.1.2",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.designer.runtimeconfig.json b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.designer.runtimeconfig.json
new file mode 100644
index 0000000..ccfc3f8
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.designer.runtimeconfig.json
@@ -0,0 +1,17 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "5.0.0"
+ },
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ],
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.dll
new file mode 100644
index 0000000..e4d7262
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.g.resources b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.g.resources
new file mode 100644
index 0000000..e0fc129
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.g.resources differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.genruntimeconfig.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.genruntimeconfig.cache
new file mode 100644
index 0000000..4623853
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.genruntimeconfig.cache
@@ -0,0 +1 @@
+de453734a44af61f0f25c5560a000c52d84b9613
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.pdb b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..77893ab
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.cache
new file mode 100644
index 0000000..6b58b67
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\
+ImgurAutoUploader
+none
+false
+TRACE;DEBUG;NET;NET5_0;NETCOREAPP
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+2-519363072
+
+4-587503363
+1941800250196
+MainWindow.xaml;Popup.xaml;
+
+False
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.cache b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.cache
new file mode 100644
index 0000000..bc39375
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+1.0.0.0
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\net5.0-windows\
+ImgurAutoUploader
+none
+false
+TRACE;DEBUG;NET;NET5_0;NETCOREAPP
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+2-519363072
+
+61085017147
+1941800250196
+MainWindow.xaml;Popup.xaml;
+
+False
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.lref b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.lref
new file mode 100644
index 0000000..e0764b6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/ImgurAutoUploader_MarkupCompile.lref
@@ -0,0 +1,5 @@
+
+
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\MainWindow.xaml;;
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\Popup.xaml;;
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.baml b/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.baml
new file mode 100644
index 0000000..6ad4878
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.baml differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.g.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.g.cs
new file mode 100644
index 0000000..e38d8db
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.g.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "402DF1E8EBAC3D4F74E9632203C89B5CA1FF810E"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.g.i.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.g.i.cs
new file mode 100644
index 0000000..e38d8db
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/MainWindow.g.i.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "402DF1E8EBAC3D4F74E9632203C89B5CA1FF810E"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.baml b/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.baml
new file mode 100644
index 0000000..da5c353
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.baml differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.g.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.g.cs
new file mode 100644
index 0000000..ca57308
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.g.cs
@@ -0,0 +1,154 @@
+#pragma checksum "..\..\..\Popup.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3B7EB3D1BA50C066BF8F11C7D93DA3A53BEEE88D"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// Popup
+ ///
+ public partial class Popup : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 17 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Image imageBox;
+
+ #line default
+ #line hidden
+
+
+ #line 23 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ProgressBar UploadProgressBar;
+
+ #line default
+ #line hidden
+
+
+ #line 24 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBlock LinkTextBlock;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button UploadButton;
+
+ #line default
+ #line hidden
+
+
+ #line 26 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SecretButton;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/popup.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\Popup.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 8 "..\..\..\Popup.xaml"
+ ((ImgurAutoUploader.Popup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.imageBox = ((System.Windows.Controls.Image)(target));
+ return;
+ case 3:
+ this.UploadProgressBar = ((System.Windows.Controls.ProgressBar)(target));
+ return;
+ case 4:
+ this.LinkTextBlock = ((System.Windows.Controls.TextBlock)(target));
+ return;
+ case 5:
+ this.UploadButton = ((System.Windows.Controls.Button)(target));
+
+ #line 25 "..\..\..\Popup.xaml"
+ this.UploadButton.Click += new System.Windows.RoutedEventHandler(this.UploadButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 6:
+ this.SecretButton = ((System.Windows.Controls.Button)(target));
+
+ #line 26 "..\..\..\Popup.xaml"
+ this.SecretButton.Click += new System.Windows.RoutedEventHandler(this.SecretButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.g.i.cs b/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.g.i.cs
new file mode 100644
index 0000000..ca57308
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/net5.0-windows/Popup.g.i.cs
@@ -0,0 +1,154 @@
+#pragma checksum "..\..\..\Popup.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3B7EB3D1BA50C066BF8F11C7D93DA3A53BEEE88D"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// Popup
+ ///
+ public partial class Popup : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 17 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Image imageBox;
+
+ #line default
+ #line hidden
+
+
+ #line 23 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ProgressBar UploadProgressBar;
+
+ #line default
+ #line hidden
+
+
+ #line 24 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBlock LinkTextBlock;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button UploadButton;
+
+ #line default
+ #line hidden
+
+
+ #line 26 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SecretButton;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/popup.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\Popup.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 8 "..\..\..\Popup.xaml"
+ ((ImgurAutoUploader.Popup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.imageBox = ((System.Windows.Controls.Image)(target));
+ return;
+ case 3:
+ this.UploadProgressBar = ((System.Windows.Controls.ProgressBar)(target));
+ return;
+ case 4:
+ this.LinkTextBlock = ((System.Windows.Controls.TextBlock)(target));
+ return;
+ case 5:
+ this.UploadButton = ((System.Windows.Controls.Button)(target));
+
+ #line 25 "..\..\..\Popup.xaml"
+ this.UploadButton.Click += new System.Windows.RoutedEventHandler(this.UploadButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 6:
+ this.SecretButton = ((System.Windows.Controls.Button)(target));
+
+ #line 26 "..\..\..\Popup.xaml"
+ this.SecretButton.Click += new System.Windows.RoutedEventHandler(this.SecretButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/apphost.exe b/ImgurAutoUploader/obj/Debug/net5.0-windows/apphost.exe
new file mode 100644
index 0000000..dd908ae
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/apphost.exe differ
diff --git a/ImgurAutoUploader/obj/Debug/net5.0-windows/ref/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Debug/net5.0-windows/ref/ImgurAutoUploader.dll
new file mode 100644
index 0000000..d6802a1
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/net5.0-windows/ref/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644
index 0000000..ad8dfe1
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/App.g.cs b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/App.g.cs
new file mode 100644
index 0000000..02abf44
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/App.g.cs
@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "99FA8685AEF1729F57661AB07C610698CB6BC3DF"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/App.g.i.cs b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/App.g.i.cs
new file mode 100644
index 0000000..02abf44
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/App.g.i.cs
@@ -0,0 +1,71 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "99FA8685AEF1729F57661AB07C610698CB6BC3DF"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 5 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.AssemblyInfo.cs b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.AssemblyInfo.cs
new file mode 100644
index 0000000..53578c0
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.AssemblyInfo.cs
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// Von der MSBuild WriteCodeFragment-Klasse generiert.
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.AssemblyInfoInputs.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..d59cf3e
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+0d2421cc96f40934069dbd45a87c9f4a7e9cb0e9
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.assets.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.assets.cache
new file mode 100644
index 0000000..ccc6b25
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.assets.cache differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.CopyComplete b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.CoreCompileInputs.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..7afe9ce
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+3b8297676e7f3407fb9b0e7aac9e1976787e71b4
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.FileListAbsolute.txt b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..7ae7130
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csproj.FileListAbsolute.txt
@@ -0,0 +1,22 @@
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.csprojAssemblyReference.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\MainWindow.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\App.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader_MarkupCompile.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader_MarkupCompile.lref
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\ImgurAutoUploader.exe
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\ImgurAutoUploader.deps.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\ImgurAutoUploader.runtimeconfig.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\ImgurAutoUploader.runtimeconfig.dev.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\Imgur.API.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Debug\netcoreapp3.1\System.Text.Json.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\MainWindow.baml
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.g.resources
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.AssemblyInfoInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.AssemblyInfo.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.csproj.CoreCompileInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.csproj.CopyComplete
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\ImgurAutoUploader.genruntimeconfig.cache
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csprojAssemblyReference.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csprojAssemblyReference.cache
new file mode 100644
index 0000000..aa5b434
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.csprojAssemblyReference.cache differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.designer.deps.json b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.designer.deps.json
new file mode 100644
index 0000000..8c297f4
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.designer.deps.json
@@ -0,0 +1,46 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v3.1",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v3.1": {
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {
+ "assemblyVersion": "4.0.1.2",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.designer.runtimeconfig.json b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.designer.runtimeconfig.json
new file mode 100644
index 0000000..a7112dc
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.designer.runtimeconfig.json
@@ -0,0 +1,17 @@
+{
+ "runtimeOptions": {
+ "tfm": "netcoreapp3.1",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "3.1.0"
+ },
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ],
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.dll
new file mode 100644
index 0000000..b6f166d
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.g.resources b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.g.resources
new file mode 100644
index 0000000..33f9cf6
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.g.resources differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.genruntimeconfig.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.genruntimeconfig.cache
new file mode 100644
index 0000000..672421d
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.genruntimeconfig.cache
@@ -0,0 +1 @@
+48db716d3d62b4df37567e24db521da0709f10fa
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.pdb b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..431eefd
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.cache
new file mode 100644
index 0000000..584b1ea
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\
+ImgurAutoUploader
+none
+false
+TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+11407045341
+
+3-1233169557
+193-1763881477
+MainWindow.xaml;
+
+False
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.i.cache b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.i.cache
new file mode 100644
index 0000000..1d5b02e
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+1.0.0.0
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Debug\netcoreapp3.1\
+ImgurAutoUploader
+none
+false
+TRACE;DEBUG;NETCOREAPP;NETCOREAPP3_1;
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+11407045341
+
+5-573545367
+193-1763881477
+MainWindow.xaml;
+
+False
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.lref b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.lref
new file mode 100644
index 0000000..533ae18
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/ImgurAutoUploader_MarkupCompile.lref
@@ -0,0 +1,4 @@
+
+
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\MainWindow.xaml;;
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.baml b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.baml
new file mode 100644
index 0000000..bdda571
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.baml differ
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.g.cs b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.g.cs
new file mode 100644
index 0000000..a41e6b9
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.g.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5A9845B90A1438F57F6846767AAD4C972CE79954"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs
new file mode 100644
index 0000000..a41e6b9
--- /dev/null
+++ b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/MainWindow.g.i.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "5A9845B90A1438F57F6846767AAD4C972CE79954"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Debug/netcoreapp3.1/apphost.exe b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/apphost.exe
new file mode 100644
index 0000000..e3b2275
Binary files /dev/null and b/ImgurAutoUploader/obj/Debug/netcoreapp3.1/apphost.exe differ
diff --git a/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.dgspec.json b/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..70c6920
--- /dev/null
+++ b/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.dgspec.json
@@ -0,0 +1,75 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "projectName": "ImgurAutoUploader",
+ "projectPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "packagesPath": "C:\\Users\\David\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\David\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0-windows7.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "dependencies": {
+ "Imgur.API": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.104\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.g.props b/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.g.props
new file mode 100644
index 0000000..76dea2a
--- /dev/null
+++ b/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\David\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\
+ PackageReference
+ 5.8.1
+
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.g.targets b/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.g.targets
new file mode 100644
index 0000000..53cfaa1
--- /dev/null
+++ b/ImgurAutoUploader/obj/ImgurAutoUploader.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2f7e5ec
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/App.g.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/App.g.cs
new file mode 100644
index 0000000..a0f8bbe
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/App.g.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3E40B49D1DF11433B65DECD6A4AD7C0361A1EEA6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 4 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/App.g.i.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/App.g.i.cs
new file mode 100644
index 0000000..a0f8bbe
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/App.g.i.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3E40B49D1DF11433B65DECD6A4AD7C0361A1EEA6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 4 "..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.AssemblyInfo.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.AssemblyInfo.cs
new file mode 100644
index 0000000..35855d8
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Von der MSBuild WriteCodeFragment-Klasse generiert.
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.AssemblyInfoInputs.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..cf212ef
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+8711a1f24457f32610d37cbc33f1b815788fa2e1
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..7694274
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,8 @@
+is_global = true
+build_property.TargetFramework = net5.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile =
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.assets.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.assets.cache
new file mode 100644
index 0000000..028c0ca
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.assets.cache differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.CopyComplete b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.CoreCompileInputs.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..3d8e288
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+37f455910e863702d35eddf2fb362766e9278bf7
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.FileListAbsolute.txt b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..99631c5
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csproj.FileListAbsolute.txt
@@ -0,0 +1,26 @@
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ImgurAutoUploader.exe
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ImgurAutoUploader.deps.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ImgurAutoUploader.runtimeconfig.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ImgurAutoUploader.runtimeconfig.dev.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ref\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\Imgur.API.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.csprojAssemblyReference.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\MainWindow.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\Popup.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\App.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader_MarkupCompile.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader_MarkupCompile.lref
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\MainWindow.baml
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\Popup.baml
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.g.resources
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.AssemblyInfoInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.AssemblyInfo.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.csproj.CoreCompileInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.csproj.CopyComplete
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ref\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\ImgurAutoUploader.genruntimeconfig.cache
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csprojAssemblyReference.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csprojAssemblyReference.cache
new file mode 100644
index 0000000..aae1f26
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.csprojAssemblyReference.cache differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.designer.deps.json b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.designer.deps.json
new file mode 100644
index 0000000..17124ab
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.designer.deps.json
@@ -0,0 +1,46 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {
+ "assemblyVersion": "4.0.1.2",
+ "fileVersion": "4.700.20.21406"
+ }
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.designer.runtimeconfig.json b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.designer.runtimeconfig.json
new file mode 100644
index 0000000..ccfc3f8
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.designer.runtimeconfig.json
@@ -0,0 +1,17 @@
+{
+ "runtimeOptions": {
+ "tfm": "net5.0",
+ "framework": {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "5.0.0"
+ },
+ "additionalProbingPaths": [
+ "C:\\Users\\David\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\David\\.nuget\\packages",
+ "C:\\Microsoft\\Xamarin\\NuGet"
+ ],
+ "configProperties": {
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.dll
new file mode 100644
index 0000000..ef4d800
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.g.resources b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.g.resources
new file mode 100644
index 0000000..97e7a9b
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.g.resources differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.genruntimeconfig.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.genruntimeconfig.cache
new file mode 100644
index 0000000..4623853
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.genruntimeconfig.cache
@@ -0,0 +1 @@
+de453734a44af61f0f25c5560a000c52d84b9613
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.pdb b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..2474a37
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.cache
new file mode 100644
index 0000000..d6941ed
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\
+ImgurAutoUploader
+none
+false
+TRACE;RELEASE;NET;NET5_0;NETCOREAPP
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+2-519363072
+
+4-587503363
+1941800250196
+MainWindow.xaml;Popup.xaml;
+
+False
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.cache
new file mode 100644
index 0000000..4fba6e6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+1.0.0.0
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\
+ImgurAutoUploader
+none
+false
+TRACE;RELEASE;NET;NET5_0;NETCOREAPP
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+2-519363072
+
+6-810495982
+1941800250196
+MainWindow.xaml;Popup.xaml;
+
+True
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.lref b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.lref
new file mode 100644
index 0000000..e0764b6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.i.lref
@@ -0,0 +1,5 @@
+
+
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\MainWindow.xaml;;
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\Popup.xaml;;
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.lref b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.lref
new file mode 100644
index 0000000..e0764b6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/ImgurAutoUploader_MarkupCompile.lref
@@ -0,0 +1,5 @@
+
+
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\MainWindow.xaml;;
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\Popup.xaml;;
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.baml b/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.baml
new file mode 100644
index 0000000..cae4fb8
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.baml differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.g.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.g.cs
new file mode 100644
index 0000000..f7333fd
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.g.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "43CFCDD3DC27B6CD023BA81B4A8154CE4E084BD4"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.g.i.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.g.i.cs
new file mode 100644
index 0000000..f7333fd
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/MainWindow.g.i.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "43CFCDD3DC27B6CD023BA81B4A8154CE4E084BD4"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.baml b/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.baml
new file mode 100644
index 0000000..7fd94ff
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.baml differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.g.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.g.cs
new file mode 100644
index 0000000..2ebb763
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.g.cs
@@ -0,0 +1,177 @@
+#pragma checksum "..\..\..\Popup.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D0D0D35B7C392FD6713165DBA7F87550246786D6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// Popup
+ ///
+ public partial class Popup : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 14 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Grid grid;
+
+ #line default
+ #line hidden
+
+
+ #line 19 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Image imageBox;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ProgressBar UploadProgressBar;
+
+ #line default
+ #line hidden
+
+
+ #line 26 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBlock LinkTextBlock;
+
+ #line default
+ #line hidden
+
+
+ #line 27 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button UploadButton;
+
+ #line default
+ #line hidden
+
+
+ #line 28 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SecretButton;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/popup.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\Popup.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 8 "..\..\..\Popup.xaml"
+ ((ImgurAutoUploader.Popup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.grid = ((System.Windows.Controls.Grid)(target));
+
+ #line 14 "..\..\..\Popup.xaml"
+ this.grid.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Grid_MouseEnter);
+
+ #line default
+ #line hidden
+
+ #line 14 "..\..\..\Popup.xaml"
+ this.grid.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Grid_MouseLeave);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.imageBox = ((System.Windows.Controls.Image)(target));
+ return;
+ case 4:
+ this.UploadProgressBar = ((System.Windows.Controls.ProgressBar)(target));
+ return;
+ case 5:
+ this.LinkTextBlock = ((System.Windows.Controls.TextBlock)(target));
+ return;
+ case 6:
+ this.UploadButton = ((System.Windows.Controls.Button)(target));
+
+ #line 27 "..\..\..\Popup.xaml"
+ this.UploadButton.Click += new System.Windows.RoutedEventHandler(this.UploadButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 7:
+ this.SecretButton = ((System.Windows.Controls.Button)(target));
+
+ #line 28 "..\..\..\Popup.xaml"
+ this.SecretButton.Click += new System.Windows.RoutedEventHandler(this.SecretButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.g.i.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.g.i.cs
new file mode 100644
index 0000000..2ebb763
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/Popup.g.i.cs
@@ -0,0 +1,177 @@
+#pragma checksum "..\..\..\Popup.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D0D0D35B7C392FD6713165DBA7F87550246786D6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// Popup
+ ///
+ public partial class Popup : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 14 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Grid grid;
+
+ #line default
+ #line hidden
+
+
+ #line 19 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Image imageBox;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ProgressBar UploadProgressBar;
+
+ #line default
+ #line hidden
+
+
+ #line 26 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBlock LinkTextBlock;
+
+ #line default
+ #line hidden
+
+
+ #line 27 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button UploadButton;
+
+ #line default
+ #line hidden
+
+
+ #line 28 "..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SecretButton;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/popup.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\Popup.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 8 "..\..\..\Popup.xaml"
+ ((ImgurAutoUploader.Popup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.grid = ((System.Windows.Controls.Grid)(target));
+
+ #line 14 "..\..\..\Popup.xaml"
+ this.grid.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Grid_MouseEnter);
+
+ #line default
+ #line hidden
+
+ #line 14 "..\..\..\Popup.xaml"
+ this.grid.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Grid_MouseLeave);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.imageBox = ((System.Windows.Controls.Image)(target));
+ return;
+ case 4:
+ this.UploadProgressBar = ((System.Windows.Controls.ProgressBar)(target));
+ return;
+ case 5:
+ this.LinkTextBlock = ((System.Windows.Controls.TextBlock)(target));
+ return;
+ case 6:
+ this.UploadButton = ((System.Windows.Controls.Button)(target));
+
+ #line 27 "..\..\..\Popup.xaml"
+ this.UploadButton.Click += new System.Windows.RoutedEventHandler(this.UploadButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 7:
+ this.SecretButton = ((System.Windows.Controls.Button)(target));
+
+ #line 28 "..\..\..\Popup.xaml"
+ this.SecretButton.Click += new System.Windows.RoutedEventHandler(this.SecretButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/apphost.exe b/ImgurAutoUploader/obj/Release/net5.0-windows/apphost.exe
new file mode 100644
index 0000000..dd908ae
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/apphost.exe differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/ref/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Release/net5.0-windows/ref/ImgurAutoUploader.dll
new file mode 100644
index 0000000..42565fa
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/ref/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..2f7e5ec
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/.NETCoreApp,Version=v5.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/App.g.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/App.g.cs
new file mode 100644
index 0000000..ebccb49
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/App.g.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3E40B49D1DF11433B65DECD6A4AD7C0361A1EEA6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 4 "..\..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/App.g.i.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/App.g.i.cs
new file mode 100644
index 0000000..ebccb49
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/App.g.i.cs
@@ -0,0 +1,70 @@
+#pragma checksum "..\..\..\..\App.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "3E40B49D1DF11433B65DECD6A4AD7C0361A1EEA6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// App
+ ///
+ public partial class App : System.Windows.Application {
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+
+ #line 4 "..\..\..\..\App.xaml"
+ this.StartupUri = new System.Uri("MainWindow.xaml", System.UriKind.Relative);
+
+ #line default
+ #line hidden
+ }
+
+ ///
+ /// Application Entry Point.
+ ///
+ [System.STAThreadAttribute()]
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public static void Main() {
+ ImgurAutoUploader.App app = new ImgurAutoUploader.App();
+ app.InitializeComponent();
+ app.Run();
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.AssemblyInfo.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.AssemblyInfo.cs
new file mode 100644
index 0000000..35855d8
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyTitleAttribute("ImgurAutoUploader")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Von der MSBuild WriteCodeFragment-Klasse generiert.
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.AssemblyInfoInputs.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..cf212ef
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+8711a1f24457f32610d37cbc33f1b815788fa2e1
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..f9b089b
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,8 @@
+is_global = true
+build_property.TargetFramework = net5.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.PublishSingleFile = True
+build_property.IncludeAllContentForSelfExtract =
+build_property._SupportedPlatformList = Android,iOS,Linux,macOS,Windows
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.assets.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.assets.cache
new file mode 100644
index 0000000..dd1a087
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.assets.cache differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.CopyComplete b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.CopyComplete
new file mode 100644
index 0000000..e69de29
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.CoreCompileInputs.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..04efee4
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+ac8cad6fe1ec993ea72df75995c56c1818d38be1
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.FileListAbsolute.txt b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..269158b
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csproj.FileListAbsolute.txt
@@ -0,0 +1,523 @@
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ImgurAutoUploader.exe
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ImgurAutoUploader.deps.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ImgurAutoUploader.runtimeconfig.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ImgurAutoUploader.runtimeconfig.dev.json
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ref\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Imgur.API.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.CSharp.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.VisualBasic.Core.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.Win32.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.Win32.Registry.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.AppContext.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Buffers.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Collections.Concurrent.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Collections.Immutable.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Collections.NonGeneric.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Collections.Specialized.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Collections.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ComponentModel.Annotations.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ComponentModel.DataAnnotations.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ComponentModel.EventBasedAsync.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ComponentModel.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ComponentModel.TypeConverter.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ComponentModel.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Configuration.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Console.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Core.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Data.Common.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Data.DataSetExtensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Data.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.Contracts.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.Debug.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.DiagnosticSource.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.FileVersionInfo.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.Process.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.StackTrace.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.TextWriterTraceListener.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.Tools.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.TraceSource.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.Tracing.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Drawing.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Dynamic.Runtime.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Formats.Asn1.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Globalization.Calendars.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Globalization.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Globalization.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Compression.Brotli.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Compression.FileSystem.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Compression.ZipFile.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Compression.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.FileSystem.AccessControl.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.FileSystem.DriveInfo.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.FileSystem.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.FileSystem.Watcher.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.FileSystem.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.IsolatedStorage.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.MemoryMappedFiles.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Pipes.AccessControl.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Pipes.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.UnmanagedMemoryStream.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Linq.Expressions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Linq.Parallel.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Linq.Queryable.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Linq.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Memory.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Http.Json.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Http.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.HttpListener.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Mail.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.NameResolution.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.NetworkInformation.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Ping.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Requests.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Security.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.ServicePoint.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.Sockets.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.WebClient.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.WebHeaderCollection.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.WebProxy.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.WebSockets.Client.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.WebSockets.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Net.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Numerics.Vectors.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Numerics.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ObjectModel.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Private.DataContractSerialization.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Private.Uri.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Private.Xml.Linq.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Private.Xml.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.DispatchProxy.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.Emit.ILGeneration.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.Emit.Lightweight.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.Emit.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.Metadata.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.TypeExtensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Reflection.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Resources.Reader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Resources.ResourceManager.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Resources.Writer.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.CompilerServices.Unsafe.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.CompilerServices.VisualC.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Handles.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.InteropServices.RuntimeInformation.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.InteropServices.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Intrinsics.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Loader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Numerics.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Serialization.Formatters.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Serialization.Json.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Serialization.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Serialization.Xml.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.Serialization.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Runtime.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.AccessControl.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Claims.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Algorithms.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Cng.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Csp.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Encoding.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.OpenSsl.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.X509Certificates.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Principal.Windows.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Principal.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.SecureString.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ServiceModel.Web.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ServiceProcess.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Text.Encoding.CodePages.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Text.Encoding.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Text.Encoding.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Text.Encodings.Web.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Text.Json.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Text.RegularExpressions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Channels.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Overlapped.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Tasks.Dataflow.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Tasks.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Tasks.Parallel.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Tasks.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Thread.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.ThreadPool.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.Timer.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Transactions.Local.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Transactions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.ValueTuple.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Web.HttpUtility.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Web.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.Linq.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.ReaderWriter.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.Serialization.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.XDocument.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.XPath.XDocument.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.XPath.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.XmlDocument.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.XmlSerializer.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xml.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\mscorlib.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\netstandard.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\API-MS-Win-core-xstate-l2-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.DiaSymReader.Native.x86.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Private.CoreLib.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-console-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-console-l1-2-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-datetime-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-debug-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-errorhandling-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-file-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-file-l1-2-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-file-l2-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-handle-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-heap-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-interlocked-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-libraryloader-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-localization-l1-2-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-memory-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-namedpipe-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-processenvironment-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-processthreads-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-processthreads-l1-1-1.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-profile-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-rtlsupport-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-string-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-synch-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-synch-l1-2-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-sysinfo-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-timezone-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-core-util-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-conio-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-convert-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-environment-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-filesystem-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-heap-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-locale-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-math-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-multibyte-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-private-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-process-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-runtime-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-stdio-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-string-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-time-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\api-ms-win-crt-utility-l1-1-0.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\clrcompression.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\clretwrc.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\clrjit.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\coreclr.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\createdump.exe
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\dbgshim.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\hostfxr.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\hostpolicy.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\mscordaccore.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\mscordaccore_x86_x86_5.0.421.11614.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\mscordbi.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\mscorrc.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ucrtbase.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Accessibility.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\DirectWriteForwarder.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.VisualBasic.Forms.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.VisualBasic.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.Win32.Registry.AccessControl.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\Microsoft.Win32.SystemEvents.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationCore.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework-SystemCore.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework-SystemData.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework-SystemDrawing.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework-SystemXml.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework-SystemXmlLinq.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.Aero.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.Aero2.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.AeroLite.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.Classic.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.Luna.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.Royale.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationFramework.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationUI.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ReachFramework.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.CodeDom.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Configuration.ConfigurationManager.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Design.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.EventLog.Messages.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.EventLog.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Diagnostics.PerformanceCounter.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.DirectoryServices.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Drawing.Common.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Drawing.Design.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Drawing.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.IO.Packaging.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Printing.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Resources.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Pkcs.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.ProtectedData.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Cryptography.Xml.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Security.Permissions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Threading.AccessControl.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Controls.Ribbon.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Extensions.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Forms.Design.Editors.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Forms.Design.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Forms.Primitives.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Forms.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Input.Manipulations.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Windows.Presentation.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\System.Xaml.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\UIAutomationClient.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\UIAutomationClientSideProviders.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\UIAutomationProvider.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\UIAutomationTypes.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\WindowsBase.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\WindowsFormsIntegration.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\cs\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\de\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\es\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\fr\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\it\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ja\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ko\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pl\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\pt-BR\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\ru\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\tr\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hans\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\Microsoft.VisualBasic.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\PresentationCore.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\PresentationFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\PresentationUI.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\ReachFramework.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\System.Windows.Controls.Ribbon.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\System.Windows.Forms.Design.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\System.Windows.Forms.Primitives.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\System.Windows.Forms.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\System.Windows.Input.Manipulations.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\System.Xaml.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\UIAutomationClient.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\UIAutomationClientSideProviders.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\UIAutomationProvider.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\UIAutomationTypes.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\WindowsBase.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\zh-Hant\WindowsFormsIntegration.resources.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\D3DCompiler_47_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PenImc_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\PresentationNative_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\vcruntime140_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\win-x86\wpfgfx_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\MainWindow.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\Popup.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\App.g.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader_MarkupCompile.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader_MarkupCompile.lref
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\MainWindow.baml
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\Popup.baml
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.g.resources
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.AssemblyInfoInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.AssemblyInfo.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.csproj.CoreCompileInputs.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.csproj.CopyComplete
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ref\ImgurAutoUploader.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.genruntimeconfig.cache
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\ImgurAutoUploader.csprojAssemblyReference.cache
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csprojAssemblyReference.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csprojAssemblyReference.cache
new file mode 100644
index 0000000..4118456
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.csprojAssemblyReference.cache differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.deps.json b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.deps.json
new file mode 100644
index 0000000..de369d4
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.deps.json
@@ -0,0 +1,1091 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v5.0/win-x86",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v5.0": {},
+ ".NETCoreApp,Version=v5.0/win-x86": {
+ "ImgurAutoUploader/1.0.0": {
+ "dependencies": {
+ "Imgur.API": "5.0.0",
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x86": "5.0.4",
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86": "5.0.4"
+ },
+ "runtime": {
+ "ImgurAutoUploader.dll": {}
+ }
+ },
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/5.0.4": {
+ "runtime": {
+ "Microsoft.CSharp.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "Microsoft.VisualBasic.Core.dll": {
+ "assemblyVersion": "10.0.6.0",
+ "fileVersion": "11.0.421.11614"
+ },
+ "Microsoft.Win32.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "Microsoft.Win32.Registry.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.AppContext.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Buffers.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.Concurrent.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.Immutable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.NonGeneric.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.Specialized.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Collections.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.Annotations.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.DataAnnotations.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.EventBasedAsync.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.TypeConverter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ComponentModel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Configuration.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Console.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Core.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Data.Common.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Data.DataSetExtensions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Data.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Contracts.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Debug.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.DiagnosticSource.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.FileVersionInfo.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Process.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.StackTrace.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.TextWriterTraceListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Tools.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.TraceSource.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Diagnostics.Tracing.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Drawing.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Dynamic.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Formats.Asn1.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Globalization.Calendars.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Globalization.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Globalization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.Brotli.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.FileSystem.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.ZipFile.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Compression.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.DriveInfo.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.Watcher.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.FileSystem.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.IsolatedStorage.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.MemoryMappedFiles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Pipes.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.Pipes.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.UnmanagedMemoryStream.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.IO.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.Expressions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.Queryable.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Linq.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Memory.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Http.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Http.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.HttpListener.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Mail.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.NameResolution.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.NetworkInformation.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Ping.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Requests.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Security.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.ServicePoint.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.Sockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebClient.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebHeaderCollection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebSockets.Client.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.WebSockets.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Net.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Numerics.Vectors.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Numerics.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ObjectModel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.DataContractSerialization.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.Uri.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.Xml.Linq.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.DispatchProxy.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Emit.ILGeneration.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Emit.Lightweight.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Emit.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Metadata.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.TypeExtensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Reflection.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Resources.Reader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Resources.ResourceManager.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Resources.Writer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.CompilerServices.Unsafe.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.CompilerServices.VisualC.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Handles.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.InteropServices.RuntimeInformation.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.InteropServices.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Intrinsics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Loader.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Numerics.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Formatters.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Runtime.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Claims.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Algorithms.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Cng.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Csp.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.OpenSsl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.Primitives.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Cryptography.X509Certificates.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Principal.Windows.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.Principal.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.SecureString.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Security.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ServiceModel.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ServiceProcess.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encoding.CodePages.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encoding.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encoding.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Encodings.Web.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.Json.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Text.RegularExpressions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Channels.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Overlapped.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.Dataflow.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.Parallel.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Tasks.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Thread.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.ThreadPool.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.Timer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Threading.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Transactions.Local.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Transactions.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.ValueTuple.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Web.HttpUtility.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Web.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Windows.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.Linq.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.ReaderWriter.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.Serialization.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XPath.XDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XPath.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XmlDocument.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.XmlSerializer.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Xml.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscorlib.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "netstandard.dll": {
+ "assemblyVersion": "2.1.0.0",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Private.CoreLib.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.421.11614"
+ }
+ },
+ "native": {
+ "clrcompression.dll": {
+ "fileVersion": "42.42.42.42424"
+ },
+ "clrjit.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "coreclr.dll": {
+ "fileVersion": "5.0.421.11614"
+ },
+ "mscordaccore.dll": {
+ "fileVersion": "5.0.421.11614"
+ }
+ }
+ },
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/5.0.4": {
+ "runtime": {
+ "Accessibility.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "DirectWriteForwarder.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "Microsoft.VisualBasic.Forms.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "Microsoft.VisualBasic.dll": {
+ "assemblyVersion": "10.1.0.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "Microsoft.Win32.Registry.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "Microsoft.Win32.SystemEvents.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "PresentationCore.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemCore.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemData.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemDrawing.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemXml.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework-SystemXmlLinq.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Aero.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Aero2.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.AeroLite.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Classic.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Luna.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.Royale.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationFramework.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationUI.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "ReachFramework.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.CodeDom.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Configuration.ConfigurationManager.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Design.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Diagnostics.EventLog.Messages.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "0.0.0.0"
+ },
+ "System.Diagnostics.EventLog.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.321.7212"
+ },
+ "System.Diagnostics.PerformanceCounter.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.321.7212"
+ },
+ "System.DirectoryServices.dll": {
+ "assemblyVersion": "4.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Drawing.Common.dll": {
+ "assemblyVersion": "5.0.0.2",
+ "fileVersion": "5.0.421.11614"
+ },
+ "System.Drawing.Design.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Drawing.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.IO.Packaging.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Printing.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Resources.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Security.Cryptography.Pkcs.dll": {
+ "assemblyVersion": "5.0.0.1",
+ "fileVersion": "5.0.120.57516"
+ },
+ "System.Security.Cryptography.ProtectedData.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Security.Cryptography.Xml.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Security.Permissions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Threading.AccessControl.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Windows.Controls.Ribbon.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Windows.Extensions.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.20.51904"
+ },
+ "System.Windows.Forms.Design.Editors.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Forms.Design.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Forms.Primitives.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Forms.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11702"
+ },
+ "System.Windows.Input.Manipulations.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Windows.Presentation.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "System.Xaml.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationClient.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationClientSideProviders.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationProvider.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "UIAutomationTypes.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "WindowsBase.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ },
+ "WindowsFormsIntegration.dll": {
+ "assemblyVersion": "5.0.4.0",
+ "fileVersion": "5.0.421.11705"
+ }
+ },
+ "native": {
+ "D3DCompiler_47_cor3.dll": {
+ "fileVersion": "10.0.19041.685"
+ },
+ "PenImc_cor3.dll": {
+ "fileVersion": "5.0.421.11705"
+ },
+ "PresentationNative_cor3.dll": {
+ "fileVersion": "5.0.221.11702"
+ },
+ "vcruntime140_cor3.dll": {
+ "fileVersion": "14.28.29812.0"
+ },
+ "wpfgfx_cor3.dll": {
+ "fileVersion": "5.0.421.11705"
+ }
+ }
+ },
+ "Imgur.API/5.0.0": {
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {
+ "assemblyVersion": "5.0.0.0",
+ "fileVersion": "5.0.0.0"
+ }
+ }
+ },
+ "System.Text.Json/4.7.2": {}
+ }
+ },
+ "libraries": {
+ "ImgurAutoUploader/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "runtimepack.Microsoft.NETCore.App.Runtime.win-x86/5.0.4": {
+ "type": "runtimepack",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "runtimepack.Microsoft.WindowsDesktop.App.Runtime.win-x86/5.0.4": {
+ "type": "runtimepack",
+ "serviceable": false,
+ "sha512": ""
+ },
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "path": "imgur.api/5.0.0",
+ "hashPath": "imgur.api.5.0.0.nupkg.sha512"
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "serviceable": true,
+ "sha512": "sha512-TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "path": "system.text.json/4.7.2",
+ "hashPath": "system.text.json.4.7.2.nupkg.sha512"
+ }
+ },
+ "runtimes": {
+ "win-x86": [
+ "win",
+ "any",
+ "base"
+ ],
+ "win-x86-aot": [
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win10-x86": [
+ "win10",
+ "win81-x86",
+ "win81",
+ "win8-x86",
+ "win8",
+ "win7-x86",
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win10-x86-aot": [
+ "win10-aot",
+ "win10-x86",
+ "win10",
+ "win81-x86-aot",
+ "win81-aot",
+ "win81-x86",
+ "win81",
+ "win8-x86-aot",
+ "win8-aot",
+ "win8-x86",
+ "win8",
+ "win7-x86-aot",
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win7-x86": [
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win7-x86-aot": [
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win8-x86": [
+ "win8",
+ "win7-x86",
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win8-x86-aot": [
+ "win8-aot",
+ "win8-x86",
+ "win8",
+ "win7-x86-aot",
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ],
+ "win81-x86": [
+ "win81",
+ "win8-x86",
+ "win8",
+ "win7-x86",
+ "win7",
+ "win-x86",
+ "win",
+ "any",
+ "base"
+ ],
+ "win81-x86-aot": [
+ "win81-aot",
+ "win81-x86",
+ "win81",
+ "win8-x86-aot",
+ "win8-aot",
+ "win8-x86",
+ "win8",
+ "win7-x86-aot",
+ "win7-aot",
+ "win7-x86",
+ "win7",
+ "win-x86-aot",
+ "win-aot",
+ "win-x86",
+ "win",
+ "aot",
+ "any",
+ "base"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.dll
new file mode 100644
index 0000000..4d2d2de
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.g.resources b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.g.resources
new file mode 100644
index 0000000..97e7a9b
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.g.resources differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.genruntimeconfig.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.genruntimeconfig.cache
new file mode 100644
index 0000000..f83fff1
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.genruntimeconfig.cache
@@ -0,0 +1 @@
+95793da055108fe29c828a9cd803b1dd0f2dfb03
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.pdb b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.pdb
new file mode 100644
index 0000000..598f6bd
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader.pdb differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader_MarkupCompile.cache b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader_MarkupCompile.cache
new file mode 100644
index 0000000..fcf3f89
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader_MarkupCompile.cache
@@ -0,0 +1,20 @@
+ImgurAutoUploader
+
+
+winexe
+C#
+.cs
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\obj\Release\net5.0-windows\win-x86\
+ImgurAutoUploader
+none
+false
+TRACE;RELEASE;NET;NET5_0;NETCOREAPP
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\App.xaml
+2-519363072
+
+4-587503363
+1941800250196
+MainWindow.xaml;Popup.xaml;
+
+False
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader_MarkupCompile.lref b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader_MarkupCompile.lref
new file mode 100644
index 0000000..e0764b6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ImgurAutoUploader_MarkupCompile.lref
@@ -0,0 +1,5 @@
+
+
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\MainWindow.xaml;;
+FC:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\Popup.xaml;;
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.baml b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.baml
new file mode 100644
index 0000000..cae4fb8
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.baml differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.g.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.g.cs
new file mode 100644
index 0000000..8e287b6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.g.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "43CFCDD3DC27B6CD023BA81B4A8154CE4E084BD4"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.g.i.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.g.i.cs
new file mode 100644
index 0000000..8e287b6
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/MainWindow.g.i.cs
@@ -0,0 +1,76 @@
+#pragma checksum "..\..\..\..\MainWindow.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "43CFCDD3DC27B6CD023BA81B4A8154CE4E084BD4"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// MainWindow
+ ///
+ public partial class MainWindow : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/mainwindow.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\..\MainWindow.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.baml b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.baml
new file mode 100644
index 0000000..7fd94ff
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.baml differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.g.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.g.cs
new file mode 100644
index 0000000..6ee9f8d
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.g.cs
@@ -0,0 +1,177 @@
+#pragma checksum "..\..\..\..\Popup.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D0D0D35B7C392FD6713165DBA7F87550246786D6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// Popup
+ ///
+ public partial class Popup : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 14 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Grid grid;
+
+ #line default
+ #line hidden
+
+
+ #line 19 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Image imageBox;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ProgressBar UploadProgressBar;
+
+ #line default
+ #line hidden
+
+
+ #line 26 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBlock LinkTextBlock;
+
+ #line default
+ #line hidden
+
+
+ #line 27 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button UploadButton;
+
+ #line default
+ #line hidden
+
+
+ #line 28 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SecretButton;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/popup.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\..\Popup.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 8 "..\..\..\..\Popup.xaml"
+ ((ImgurAutoUploader.Popup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.grid = ((System.Windows.Controls.Grid)(target));
+
+ #line 14 "..\..\..\..\Popup.xaml"
+ this.grid.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Grid_MouseEnter);
+
+ #line default
+ #line hidden
+
+ #line 14 "..\..\..\..\Popup.xaml"
+ this.grid.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Grid_MouseLeave);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.imageBox = ((System.Windows.Controls.Image)(target));
+ return;
+ case 4:
+ this.UploadProgressBar = ((System.Windows.Controls.ProgressBar)(target));
+ return;
+ case 5:
+ this.LinkTextBlock = ((System.Windows.Controls.TextBlock)(target));
+ return;
+ case 6:
+ this.UploadButton = ((System.Windows.Controls.Button)(target));
+
+ #line 27 "..\..\..\..\Popup.xaml"
+ this.UploadButton.Click += new System.Windows.RoutedEventHandler(this.UploadButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 7:
+ this.SecretButton = ((System.Windows.Controls.Button)(target));
+
+ #line 28 "..\..\..\..\Popup.xaml"
+ this.SecretButton.Click += new System.Windows.RoutedEventHandler(this.SecretButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.g.i.cs b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.g.i.cs
new file mode 100644
index 0000000..6ee9f8d
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/Popup.g.i.cs
@@ -0,0 +1,177 @@
+#pragma checksum "..\..\..\..\Popup.xaml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "D0D0D35B7C392FD6713165DBA7F87550246786D6"
+//------------------------------------------------------------------------------
+//
+// Dieser Code wurde von einem Tool generiert.
+// Laufzeitversion:4.0.30319.42000
+//
+// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
+// der Code erneut generiert wird.
+//
+//------------------------------------------------------------------------------
+
+using ImgurAutoUploader;
+using System;
+using System.Diagnostics;
+using System.Windows;
+using System.Windows.Automation;
+using System.Windows.Controls;
+using System.Windows.Controls.Primitives;
+using System.Windows.Controls.Ribbon;
+using System.Windows.Data;
+using System.Windows.Documents;
+using System.Windows.Ink;
+using System.Windows.Input;
+using System.Windows.Markup;
+using System.Windows.Media;
+using System.Windows.Media.Animation;
+using System.Windows.Media.Effects;
+using System.Windows.Media.Imaging;
+using System.Windows.Media.Media3D;
+using System.Windows.Media.TextFormatting;
+using System.Windows.Navigation;
+using System.Windows.Shapes;
+using System.Windows.Shell;
+
+
+namespace ImgurAutoUploader {
+
+
+ ///
+ /// Popup
+ ///
+ public partial class Popup : System.Windows.Window, System.Windows.Markup.IComponentConnector {
+
+
+ #line 14 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Grid grid;
+
+ #line default
+ #line hidden
+
+
+ #line 19 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Image imageBox;
+
+ #line default
+ #line hidden
+
+
+ #line 25 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.ProgressBar UploadProgressBar;
+
+ #line default
+ #line hidden
+
+
+ #line 26 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.TextBlock LinkTextBlock;
+
+ #line default
+ #line hidden
+
+
+ #line 27 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button UploadButton;
+
+ #line default
+ #line hidden
+
+
+ #line 28 "..\..\..\..\Popup.xaml"
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")]
+ internal System.Windows.Controls.Button SecretButton;
+
+ #line default
+ #line hidden
+
+ private bool _contentLoaded;
+
+ ///
+ /// InitializeComponent
+ ///
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ public void InitializeComponent() {
+ if (_contentLoaded) {
+ return;
+ }
+ _contentLoaded = true;
+ System.Uri resourceLocater = new System.Uri("/ImgurAutoUploader;component/popup.xaml", System.UriKind.Relative);
+
+ #line 1 "..\..\..\..\Popup.xaml"
+ System.Windows.Application.LoadComponent(this, resourceLocater);
+
+ #line default
+ #line hidden
+ }
+
+ [System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "5.0.4.0")]
+ [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity")]
+ [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")]
+ void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
+ switch (connectionId)
+ {
+ case 1:
+
+ #line 8 "..\..\..\..\Popup.xaml"
+ ((ImgurAutoUploader.Popup)(target)).Loaded += new System.Windows.RoutedEventHandler(this.Window_Loaded);
+
+ #line default
+ #line hidden
+ return;
+ case 2:
+ this.grid = ((System.Windows.Controls.Grid)(target));
+
+ #line 14 "..\..\..\..\Popup.xaml"
+ this.grid.MouseEnter += new System.Windows.Input.MouseEventHandler(this.Grid_MouseEnter);
+
+ #line default
+ #line hidden
+
+ #line 14 "..\..\..\..\Popup.xaml"
+ this.grid.MouseLeave += new System.Windows.Input.MouseEventHandler(this.Grid_MouseLeave);
+
+ #line default
+ #line hidden
+ return;
+ case 3:
+ this.imageBox = ((System.Windows.Controls.Image)(target));
+ return;
+ case 4:
+ this.UploadProgressBar = ((System.Windows.Controls.ProgressBar)(target));
+ return;
+ case 5:
+ this.LinkTextBlock = ((System.Windows.Controls.TextBlock)(target));
+ return;
+ case 6:
+ this.UploadButton = ((System.Windows.Controls.Button)(target));
+
+ #line 27 "..\..\..\..\Popup.xaml"
+ this.UploadButton.Click += new System.Windows.RoutedEventHandler(this.UploadButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ case 7:
+ this.SecretButton = ((System.Windows.Controls.Button)(target));
+
+ #line 28 "..\..\..\..\Popup.xaml"
+ this.SecretButton.Click += new System.Windows.RoutedEventHandler(this.SecretButton_Click);
+
+ #line default
+ #line hidden
+ return;
+ }
+ this._contentLoaded = true;
+ }
+ }
+}
+
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/PublishOutputs.8bb213ba1a.txt b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/PublishOutputs.8bb213ba1a.txt
new file mode 100644
index 0000000..05adcc4
--- /dev/null
+++ b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/PublishOutputs.8bb213ba1a.txt
@@ -0,0 +1,11 @@
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\ImgurAutoUploader.pdb
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\clrcompression.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\clrjit.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\coreclr.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\mscordaccore.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\D3DCompiler_47_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\PenImc_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\PresentationNative_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\vcruntime140_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\wpfgfx_cor3.dll
+C:\Users\David\Google Drive\Programmieren\ImgurAutoUploader\ImgurAutoUploader\bin\Release\net5.0-windows\publish\ImgurAutoUploader.exe
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ref/ImgurAutoUploader.dll b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ref/ImgurAutoUploader.dll
new file mode 100644
index 0000000..bab633b
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/ref/ImgurAutoUploader.dll differ
diff --git a/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/singlefilehost.exe b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/singlefilehost.exe
new file mode 100644
index 0000000..50cea75
Binary files /dev/null and b/ImgurAutoUploader/obj/Release/net5.0-windows/win-x86/singlefilehost.exe differ
diff --git a/ImgurAutoUploader/obj/project.assets.json b/ImgurAutoUploader/obj/project.assets.json
new file mode 100644
index 0000000..6590d6a
--- /dev/null
+++ b/ImgurAutoUploader/obj/project.assets.json
@@ -0,0 +1,143 @@
+{
+ "version": 3,
+ "targets": {
+ "net5.0-windows7.0": {
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/netstandard2.0/Imgur.API.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {}
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "compile": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {}
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Imgur.API/5.0.0": {
+ "sha512": "Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "type": "package",
+ "path": "imgur.api/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE",
+ "icon.png",
+ "imgur.api.5.0.0.nupkg.sha512",
+ "imgur.api.nuspec",
+ "lib/netstandard2.0/Imgur.API.dll",
+ "lib/netstandard2.0/Imgur.API.xml"
+ ]
+ },
+ "System.Text.Json/4.7.2": {
+ "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "type": "package",
+ "path": "system.text.json/4.7.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/System.Text.Json.dll",
+ "lib/net461/System.Text.Json.xml",
+ "lib/netcoreapp3.0/System.Text.Json.dll",
+ "lib/netcoreapp3.0/System.Text.Json.xml",
+ "lib/netstandard2.0/System.Text.Json.dll",
+ "lib/netstandard2.0/System.Text.Json.xml",
+ "system.text.json.4.7.2.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net5.0-windows7.0": [
+ "Imgur.API >= 5.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\David\\.nuget\\packages\\": {},
+ "C:\\Microsoft\\Xamarin\\NuGet\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "projectName": "ImgurAutoUploader",
+ "projectPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "packagesPath": "C:\\Users\\David\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\obj\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\David\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0-windows7.0"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "dependencies": {
+ "Imgur.API": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.104\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/project.nuget.cache b/ImgurAutoUploader/obj/project.nuget.cache
new file mode 100644
index 0000000..1c1d902
--- /dev/null
+++ b/ImgurAutoUploader/obj/project.nuget.cache
@@ -0,0 +1,11 @@
+{
+ "version": 2,
+ "dgSpecHash": "kH6crkMnIPIkOpOTY8uWvx3cZ9IJirJg/xLxdTcOXhO4UFRQDkDcED1cVuOP3gWjber5kSM2uE7g1UPh+J9dyA==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\David\\.nuget\\packages\\imgur.api\\5.0.0\\imgur.api.5.0.0.nupkg.sha512",
+ "C:\\Users\\David\\.nuget\\packages\\system.text.json\\4.7.2\\system.text.json.4.7.2.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.dgspec.json b/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..b192de8
--- /dev/null
+++ b/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.dgspec.json
@@ -0,0 +1,94 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "projectName": "ImgurAutoUploader",
+ "projectPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "packagesPath": "C:\\Users\\David\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\obj\\publish\\win-x86\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\David\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "dependencies": {
+ "Imgur.API": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.win-x86",
+ "version": "[5.0.4, 5.0.4]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Runtime.win-x86",
+ "version": "[5.0.4, 5.0.4]"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App.Runtime.win-x86",
+ "version": "[5.0.4, 5.0.4]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.104\\RuntimeIdentifierGraph.json"
+ }
+ },
+ "runtimes": {
+ "win-x86": {
+ "#import": []
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.g.props b/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.g.props
new file mode 100644
index 0000000..76dea2a
--- /dev/null
+++ b/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.g.props
@@ -0,0 +1,18 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\David\.nuget\packages\;C:\Microsoft\Xamarin\NuGet\
+ PackageReference
+ 5.8.1
+
+
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.g.targets b/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.g.targets
new file mode 100644
index 0000000..53cfaa1
--- /dev/null
+++ b/ImgurAutoUploader/obj/publish/win-x86/ImgurAutoUploader.csproj.nuget.g.targets
@@ -0,0 +1,6 @@
+
+
+
+ $(MSBuildAllProjects);$(MSBuildThisFileFullPath)
+
+
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/publish/win-x86/project.assets.json b/ImgurAutoUploader/obj/publish/win-x86/project.assets.json
new file mode 100644
index 0000000..b660b91
--- /dev/null
+++ b/ImgurAutoUploader/obj/publish/win-x86/project.assets.json
@@ -0,0 +1,185 @@
+{
+ "version": 3,
+ "targets": {
+ "net5.0-windows7.0": {
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/netstandard2.0/Imgur.API.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {}
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "compile": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {}
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {}
+ }
+ }
+ },
+ "net5.0-windows7.0/win-x86": {
+ "Imgur.API/5.0.0": {
+ "type": "package",
+ "dependencies": {
+ "System.Text.Json": "4.7.2"
+ },
+ "compile": {
+ "lib/netstandard2.0/Imgur.API.dll": {}
+ },
+ "runtime": {
+ "lib/netstandard2.0/Imgur.API.dll": {}
+ }
+ },
+ "System.Text.Json/4.7.2": {
+ "type": "package",
+ "compile": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {}
+ },
+ "runtime": {
+ "lib/netcoreapp3.0/System.Text.Json.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Imgur.API/5.0.0": {
+ "sha512": "Iso2lol4tCvSQjyJ7PVVKyPb6k6FPf4ajRb0c6qUPTUV20nT5j9tyxHvHSiSU1uhRON4dZCK9VlfMtwumDQCOw==",
+ "type": "package",
+ "path": "imgur.api/5.0.0",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "LICENSE",
+ "icon.png",
+ "imgur.api.5.0.0.nupkg.sha512",
+ "imgur.api.nuspec",
+ "lib/netstandard2.0/Imgur.API.dll",
+ "lib/netstandard2.0/Imgur.API.xml"
+ ]
+ },
+ "System.Text.Json/4.7.2": {
+ "sha512": "TcMd95wcrubm9nHvJEQs70rC0H/8omiSGGpU4FQ/ZA1URIqD4pjmFJh2Mfv1yH1eHgJDWTi2hMDXwTET+zOOyg==",
+ "type": "package",
+ "path": "system.text.json/4.7.2",
+ "files": [
+ ".nupkg.metadata",
+ ".signature.p7s",
+ "Icon.png",
+ "LICENSE.TXT",
+ "THIRD-PARTY-NOTICES.TXT",
+ "lib/net461/System.Text.Json.dll",
+ "lib/net461/System.Text.Json.xml",
+ "lib/netcoreapp3.0/System.Text.Json.dll",
+ "lib/netcoreapp3.0/System.Text.Json.xml",
+ "lib/netstandard2.0/System.Text.Json.dll",
+ "lib/netstandard2.0/System.Text.Json.xml",
+ "system.text.json.4.7.2.nupkg.sha512",
+ "system.text.json.nuspec",
+ "useSharedDesignerContext.txt",
+ "version.txt"
+ ]
+ }
+ },
+ "projectFileDependencyGroups": {
+ "net5.0-windows7.0": [
+ "Imgur.API >= 5.0.0"
+ ]
+ },
+ "packageFolders": {
+ "C:\\Users\\David\\.nuget\\packages\\": {},
+ "C:\\Microsoft\\Xamarin\\NuGet\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "projectName": "ImgurAutoUploader",
+ "projectPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "packagesPath": "C:\\Users\\David\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\obj\\publish\\win-x86\\",
+ "projectStyle": "PackageReference",
+ "fallbackFolders": [
+ "C:\\Microsoft\\Xamarin\\NuGet\\"
+ ],
+ "configFilePaths": [
+ "C:\\Users\\David\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net5.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+ "https://api.nuget.org/v3/index.json": {}
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net5.0-windows7.0": {
+ "targetAlias": "net5.0-windows",
+ "dependencies": {
+ "Imgur.API": {
+ "target": "Package",
+ "version": "[5.0.0, )"
+ }
+ },
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "downloadDependencies": [
+ {
+ "name": "Microsoft.AspNetCore.App.Runtime.win-x86",
+ "version": "[5.0.4, 5.0.4]"
+ },
+ {
+ "name": "Microsoft.NETCore.App.Runtime.win-x86",
+ "version": "[5.0.4, 5.0.4]"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App.Runtime.win-x86",
+ "version": "[5.0.4, 5.0.4]"
+ }
+ ],
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WPF": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.104\\RuntimeIdentifierGraph.json"
+ }
+ },
+ "runtimes": {
+ "win-x86": {
+ "#import": []
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/ImgurAutoUploader/obj/publish/win-x86/project.nuget.cache b/ImgurAutoUploader/obj/publish/win-x86/project.nuget.cache
new file mode 100644
index 0000000..d10a86e
--- /dev/null
+++ b/ImgurAutoUploader/obj/publish/win-x86/project.nuget.cache
@@ -0,0 +1,14 @@
+{
+ "version": 2,
+ "dgSpecHash": "x1T3JGi93T6oRyuBvA4xU5IUC8qSSPeIoC9AL1Bn5DkqfqUkfw2A1xelEZY50l3moUp37GtL7y50zM1e6PrA/Q==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\David\\Google Drive\\Programmieren\\ImgurAutoUploader\\ImgurAutoUploader\\ImgurAutoUploader.csproj",
+ "expectedPackageFiles": [
+ "C:\\Users\\David\\.nuget\\packages\\imgur.api\\5.0.0\\imgur.api.5.0.0.nupkg.sha512",
+ "C:\\Users\\David\\.nuget\\packages\\system.text.json\\4.7.2\\system.text.json.4.7.2.nupkg.sha512",
+ "C:\\Users\\David\\.nuget\\packages\\microsoft.netcore.app.runtime.win-x86\\5.0.4\\microsoft.netcore.app.runtime.win-x86.5.0.4.nupkg.sha512",
+ "C:\\Users\\David\\.nuget\\packages\\microsoft.windowsdesktop.app.runtime.win-x86\\5.0.4\\microsoft.windowsdesktop.app.runtime.win-x86.5.0.4.nupkg.sha512",
+ "C:\\Users\\David\\.nuget\\packages\\microsoft.aspnetcore.app.runtime.win-x86\\5.0.4\\microsoft.aspnetcore.app.runtime.win-x86.5.0.4.nupkg.sha512"
+ ],
+ "logs": []
+}
\ No newline at end of file