diff --git a/Password Manager/Config.cs b/GUI/Config.cs
similarity index 100%
rename from Password Manager/Config.cs
rename to GUI/Config.cs
diff --git a/Password Manager/ConfigFileManager.cs b/GUI/ConfigFileManager.cs
similarity index 100%
rename from Password Manager/ConfigFileManager.cs
rename to GUI/ConfigFileManager.cs
diff --git a/Password Manager/Password Manager.csproj b/GUI/GUI.csproj
similarity index 100%
rename from Password Manager/Password Manager.csproj
rename to GUI/GUI.csproj
diff --git a/Password Manager/Password Manager.csproj.user b/GUI/GUI.csproj.user
similarity index 100%
rename from Password Manager/Password Manager.csproj.user
rename to GUI/GUI.csproj.user
diff --git a/Password Manager/GeneratePassword.Designer.cs b/GUI/GeneratePassword.Designer.cs
similarity index 100%
rename from Password Manager/GeneratePassword.Designer.cs
rename to GUI/GeneratePassword.Designer.cs
diff --git a/Password Manager/GeneratePassword.cs b/GUI/GeneratePassword.cs
similarity index 100%
rename from Password Manager/GeneratePassword.cs
rename to GUI/GeneratePassword.cs
diff --git a/Password Manager/GeneratePassword.resx b/GUI/GeneratePassword.resx
similarity index 100%
rename from Password Manager/GeneratePassword.resx
rename to GUI/GeneratePassword.resx
diff --git a/Password Manager/InvalidConfigurationException.cs b/GUI/InvalidConfigurationException.cs
similarity index 100%
rename from Password Manager/InvalidConfigurationException.cs
rename to GUI/InvalidConfigurationException.cs
diff --git a/Password Manager/MainForm.Designer.cs b/GUI/MainForm.Designer.cs
similarity index 100%
rename from Password Manager/MainForm.Designer.cs
rename to GUI/MainForm.Designer.cs
diff --git a/Password Manager/MainForm.cs b/GUI/MainForm.cs
similarity index 100%
rename from Password Manager/MainForm.cs
rename to GUI/MainForm.cs
diff --git a/Password Manager/MainForm.resx b/GUI/MainForm.resx
similarity index 100%
rename from Password Manager/MainForm.resx
rename to GUI/MainForm.resx
diff --git a/Password Manager/PasswordGenerator.cs b/GUI/PasswordGenerator.cs
similarity index 100%
rename from Password Manager/PasswordGenerator.cs
rename to GUI/PasswordGenerator.cs
diff --git a/Password Manager/PasswordListBox.cs b/GUI/PasswordListBox.cs
similarity index 100%
rename from Password Manager/PasswordListBox.cs
rename to GUI/PasswordListBox.cs
diff --git a/Password Manager/ProcessBuilder.cs b/GUI/ProcessBuilder.cs
similarity index 100%
rename from Password Manager/ProcessBuilder.cs
rename to GUI/ProcessBuilder.cs
diff --git a/Password Manager/Program.cs b/GUI/Program.cs
similarity index 100%
rename from Password Manager/Program.cs
rename to GUI/Program.cs
diff --git a/Password Manager/ToastNotification.ps1 b/GUI/ToastNotification.ps1
similarity index 100%
rename from Password Manager/ToastNotification.ps1
rename to GUI/ToastNotification.ps1
diff --git a/GUI/bin/Debug/net7.0-windows/Password Manager.deps.json b/GUI/bin/Debug/net7.0-windows/Password Manager.deps.json
new file mode 100644
index 0000000..4c76272
--- /dev/null
+++ b/GUI/bin/Debug/net7.0-windows/Password Manager.deps.json
@@ -0,0 +1,23 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v7.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v7.0": {
+ "Password Manager/1.0.0": {
+ "runtime": {
+ "Password Manager.dll": {}
+ }
+ }
+ }
+ },
+ "libraries": {
+ "Password Manager/1.0.0": {
+ "type": "project",
+ "serviceable": false,
+ "sha512": ""
+ }
+ }
+}
\ No newline at end of file
diff --git a/GUI/bin/Debug/net7.0-windows/Password Manager.dll b/GUI/bin/Debug/net7.0-windows/Password Manager.dll
new file mode 100644
index 0000000..c392d5e
Binary files /dev/null and b/GUI/bin/Debug/net7.0-windows/Password Manager.dll differ
diff --git a/GUI/bin/Debug/net7.0-windows/Password Manager.exe b/GUI/bin/Debug/net7.0-windows/Password Manager.exe
new file mode 100644
index 0000000..d3eede5
Binary files /dev/null and b/GUI/bin/Debug/net7.0-windows/Password Manager.exe differ
diff --git a/GUI/bin/Debug/net7.0-windows/Password Manager.pdb b/GUI/bin/Debug/net7.0-windows/Password Manager.pdb
new file mode 100644
index 0000000..1ed20b2
Binary files /dev/null and b/GUI/bin/Debug/net7.0-windows/Password Manager.pdb differ
diff --git a/GUI/bin/Debug/net7.0-windows/Password Manager.runtimeconfig.json b/GUI/bin/Debug/net7.0-windows/Password Manager.runtimeconfig.json
new file mode 100644
index 0000000..7b1a726
--- /dev/null
+++ b/GUI/bin/Debug/net7.0-windows/Password Manager.runtimeconfig.json
@@ -0,0 +1,15 @@
+{
+ "runtimeOptions": {
+ "tfm": "net7.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "7.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "7.0.0"
+ }
+ ]
+ }
+}
\ No newline at end of file
diff --git a/GUI/bin/Debug/net7.0-windows/ToastNotification.exe b/GUI/bin/Debug/net7.0-windows/ToastNotification.exe
new file mode 100644
index 0000000..1943f10
Binary files /dev/null and b/GUI/bin/Debug/net7.0-windows/ToastNotification.exe differ
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.BuildWithSkipAnalyzers b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.BuildWithSkipAnalyzers
new file mode 100644
index 0000000..e69de29
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.CoreCompileInputs.cache b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..417c111
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+924da642a7442ec5c33c7b2317d77ee457cd12d8
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.FileListAbsolute.txt b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..6fc3a5a
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.FileListAbsolute.txt
@@ -0,0 +1,18 @@
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Debug\net7.0-windows\Password Manager.exe
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Debug\net7.0-windows\Password Manager.deps.json
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Debug\net7.0-windows\Password Manager.runtimeconfig.json
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Debug\net7.0-windows\Password Manager.dll
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Debug\net7.0-windows\Password Manager.pdb
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.csproj.AssemblyReference.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password_Manager.GeneratePassword.resources
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password_Manager.MainForm.resources
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.csproj.GenerateResource.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.AssemblyInfoInputs.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.AssemblyInfo.cs
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.csproj.CoreCompileInputs.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.dll
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\refint\Password Manager.dll
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.pdb
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\Password Manager.genruntimeconfig.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Debug\net7.0-windows\ref\Password Manager.dll
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.GenerateResource.cache b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.GenerateResource.cache
new file mode 100644
index 0000000..ec91ded
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/Password Manager.csproj.GenerateResource.cache differ
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.dll b/GUI/obj/Debug/net7.0-windows/Password Manager.dll
new file mode 100644
index 0000000..c392d5e
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/Password Manager.dll differ
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.genruntimeconfig.cache b/GUI/obj/Debug/net7.0-windows/Password Manager.genruntimeconfig.cache
new file mode 100644
index 0000000..f814950
--- /dev/null
+++ b/GUI/obj/Debug/net7.0-windows/Password Manager.genruntimeconfig.cache
@@ -0,0 +1 @@
+388ec1841f093da200833ba32f6d8bfa703eda5a
diff --git a/GUI/obj/Debug/net7.0-windows/Password Manager.pdb b/GUI/obj/Debug/net7.0-windows/Password Manager.pdb
new file mode 100644
index 0000000..1ed20b2
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/Password Manager.pdb differ
diff --git a/GUI/obj/Debug/net7.0-windows/Password_Manager.GeneratePassword.resources b/GUI/obj/Debug/net7.0-windows/Password_Manager.GeneratePassword.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/Password_Manager.GeneratePassword.resources differ
diff --git a/GUI/obj/Debug/net7.0-windows/Password_Manager.MainForm.resources b/GUI/obj/Debug/net7.0-windows/Password_Manager.MainForm.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/Password_Manager.MainForm.resources differ
diff --git a/GUI/obj/Debug/net7.0-windows/apphost.exe b/GUI/obj/Debug/net7.0-windows/apphost.exe
new file mode 100644
index 0000000..d3eede5
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/apphost.exe differ
diff --git a/GUI/obj/Debug/net7.0-windows/ref/Password Manager.dll b/GUI/obj/Debug/net7.0-windows/ref/Password Manager.dll
new file mode 100644
index 0000000..e10a2b8
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/ref/Password Manager.dll differ
diff --git a/GUI/obj/Debug/net7.0-windows/refint/Password Manager.dll b/GUI/obj/Debug/net7.0-windows/refint/Password Manager.dll
new file mode 100644
index 0000000..e10a2b8
Binary files /dev/null and b/GUI/obj/Debug/net7.0-windows/refint/Password Manager.dll differ
diff --git a/GUI/obj/GUI.csproj.nuget.dgspec.json b/GUI/obj/GUI.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..693ba3c
--- /dev/null
+++ b/GUI/obj/GUI.csproj.nuget.dgspec.json
@@ -0,0 +1,65 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
+ "projectName": "GUI",
+ "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
+ "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
+ },
+ "frameworks": {
+ "net7.0-windows7.0": {
+ "targetAlias": "net7.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0-windows7.0": {
+ "targetAlias": "net7.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GUI/obj/GUI.csproj.nuget.g.props b/GUI/obj/GUI.csproj.nuget.g.props
new file mode 100644
index 0000000..adb2bed
--- /dev/null
+++ b/GUI/obj/GUI.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Typo\.nuget\packages\
+ PackageReference
+ 6.5.0
+
+
+
+
+
\ No newline at end of file
diff --git a/GUI/obj/GUI.csproj.nuget.g.targets b/GUI/obj/GUI.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/GUI/obj/GUI.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/GUI/obj/Password Manager.csproj.nuget.dgspec.json b/GUI/obj/Password Manager.csproj.nuget.dgspec.json
new file mode 100644
index 0000000..9319f2d
--- /dev/null
+++ b/GUI/obj/Password Manager.csproj.nuget.dgspec.json
@@ -0,0 +1,65 @@
+{
+ "format": 1,
+ "restore": {
+ "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Password Manager\\Password Manager.csproj": {}
+ },
+ "projects": {
+ "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Password Manager\\Password Manager.csproj": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Password Manager\\Password Manager.csproj",
+ "projectName": "Password Manager",
+ "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Password Manager\\Password Manager.csproj",
+ "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\Password Manager\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
+ },
+ "frameworks": {
+ "net7.0-windows7.0": {
+ "targetAlias": "net7.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0-windows7.0": {
+ "targetAlias": "net7.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GUI/obj/Password Manager.csproj.nuget.g.props b/GUI/obj/Password Manager.csproj.nuget.g.props
new file mode 100644
index 0000000..adb2bed
--- /dev/null
+++ b/GUI/obj/Password Manager.csproj.nuget.g.props
@@ -0,0 +1,15 @@
+
+
+
+ True
+ NuGet
+ $(MSBuildThisFileDirectory)project.assets.json
+ $(UserProfile)\.nuget\packages\
+ C:\Users\Typo\.nuget\packages\
+ PackageReference
+ 6.5.0
+
+
+
+
+
\ No newline at end of file
diff --git a/GUI/obj/Password Manager.csproj.nuget.g.targets b/GUI/obj/Password Manager.csproj.nuget.g.targets
new file mode 100644
index 0000000..3dc06ef
--- /dev/null
+++ b/GUI/obj/Password Manager.csproj.nuget.g.targets
@@ -0,0 +1,2 @@
+
+
\ No newline at end of file
diff --git a/GUI/obj/Release/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/GUI/obj/Release/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
new file mode 100644
index 0000000..4257f4b
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs
@@ -0,0 +1,4 @@
+//
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")]
diff --git a/GUI/obj/Release/net7.0-windows/GUI.AssemblyInfo.cs b/GUI/obj/Release/net7.0-windows/GUI.AssemblyInfo.cs
new file mode 100644
index 0000000..4dd3e9d
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/GUI.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("GUI")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("GUI")]
+[assembly: System.Reflection.AssemblyTitleAttribute("GUI")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/GUI/obj/Release/net7.0-windows/GUI.AssemblyInfoInputs.cache b/GUI/obj/Release/net7.0-windows/GUI.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..428d4df
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/GUI.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+3b5697c9172c5c221036b2c986dfa23bab2c5116
diff --git a/GUI/obj/Release/net7.0-windows/GUI.GeneratedMSBuildEditorConfig.editorconfig b/GUI/obj/Release/net7.0-windows/GUI.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..8a783de
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/GUI.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net7.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Password_Manager
+build_property.ProjectDir = C:\Users\Typo\Projects\Windows-Password-Manager\GUI\
diff --git a/GUI/obj/Release/net7.0-windows/GUI.GlobalUsings.g.cs b/GUI/obj/Release/net7.0-windows/GUI.GlobalUsings.g.cs
new file mode 100644
index 0000000..84bbb89
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/GUI.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Drawing;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
+global using global::System.Windows.Forms;
diff --git a/GUI/obj/Release/net7.0-windows/GUI.assets.cache b/GUI/obj/Release/net7.0-windows/GUI.assets.cache
new file mode 100644
index 0000000..177de21
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/GUI.assets.cache differ
diff --git a/GUI/obj/Release/net7.0-windows/GUI.csproj.AssemblyReference.cache b/GUI/obj/Release/net7.0-windows/GUI.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..1ca95f0
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/GUI.csproj.AssemblyReference.cache differ
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.AssemblyInfo.cs b/GUI/obj/Release/net7.0-windows/Password Manager.AssemblyInfo.cs
new file mode 100644
index 0000000..a478444
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.AssemblyInfo.cs
@@ -0,0 +1,25 @@
+//------------------------------------------------------------------------------
+//
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Password Manager")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Password Manager")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Password Manager")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+[assembly: System.Runtime.Versioning.TargetPlatformAttribute("Windows7.0")]
+[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("Windows7.0")]
+
+// Generated by the MSBuild WriteCodeFragment class.
+
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.AssemblyInfoInputs.cache b/GUI/obj/Release/net7.0-windows/Password Manager.AssemblyInfoInputs.cache
new file mode 100644
index 0000000..25de393
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.AssemblyInfoInputs.cache
@@ -0,0 +1 @@
+e47eb23f04f19d033ddc60dbac85e73f17fbdc7a
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.GeneratedMSBuildEditorConfig.editorconfig b/GUI/obj/Release/net7.0-windows/Password Manager.GeneratedMSBuildEditorConfig.editorconfig
new file mode 100644
index 0000000..76747c7
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.GeneratedMSBuildEditorConfig.editorconfig
@@ -0,0 +1,17 @@
+is_global = true
+build_property.ApplicationManifest =
+build_property.StartupObject =
+build_property.ApplicationDefaultFont =
+build_property.ApplicationHighDpiMode =
+build_property.ApplicationUseCompatibleTextRendering =
+build_property.ApplicationVisualStyles =
+build_property.TargetFramework = net7.0-windows
+build_property.TargetPlatformMinVersion = 7.0
+build_property.UsingMicrosoftNETSdkWeb =
+build_property.ProjectTypeGuids =
+build_property.InvariantGlobalization =
+build_property.PlatformNeutralAssembly =
+build_property.EnforceExtendedAnalyzerRules =
+build_property._SupportedPlatformList = Linux,macOS,Windows
+build_property.RootNamespace = Password_Manager
+build_property.ProjectDir = C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.GlobalUsings.g.cs b/GUI/obj/Release/net7.0-windows/Password Manager.GlobalUsings.g.cs
new file mode 100644
index 0000000..84bbb89
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.GlobalUsings.g.cs
@@ -0,0 +1,10 @@
+//
+global using global::System;
+global using global::System.Collections.Generic;
+global using global::System.Drawing;
+global using global::System.IO;
+global using global::System.Linq;
+global using global::System.Net.Http;
+global using global::System.Threading;
+global using global::System.Threading.Tasks;
+global using global::System.Windows.Forms;
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.assets.cache b/GUI/obj/Release/net7.0-windows/Password Manager.assets.cache
new file mode 100644
index 0000000..e5911fc
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password Manager.assets.cache differ
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.csproj.AssemblyReference.cache b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.AssemblyReference.cache
new file mode 100644
index 0000000..1ca95f0
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.AssemblyReference.cache differ
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.csproj.CoreCompileInputs.cache b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.CoreCompileInputs.cache
new file mode 100644
index 0000000..578c4c9
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.CoreCompileInputs.cache
@@ -0,0 +1 @@
+9be76c6f2b146ccaf4e05b6c1fd7708b8991998a
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.csproj.FileListAbsolute.txt b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.FileListAbsolute.txt
new file mode 100644
index 0000000..989d000
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.FileListAbsolute.txt
@@ -0,0 +1,18 @@
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.exe
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.deps.json
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.runtimeconfig.json
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.dll
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\bin\Release\net7.0-windows\Password Manager.pdb
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.csproj.AssemblyReference.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password_Manager.GeneratePassword.resources
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password_Manager.MainForm.resources
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.csproj.GenerateResource.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.GeneratedMSBuildEditorConfig.editorconfig
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.AssemblyInfoInputs.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.AssemblyInfo.cs
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.csproj.CoreCompileInputs.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.dll
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\refint\Password Manager.dll
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.pdb
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\Password Manager.genruntimeconfig.cache
+C:\Users\Typo\Projects\Windows-Password-Manager\Password Manager\obj\Release\net7.0-windows\ref\Password Manager.dll
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.csproj.GenerateResource.cache b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.GenerateResource.cache
new file mode 100644
index 0000000..ec91ded
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password Manager.csproj.GenerateResource.cache differ
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.designer.deps.json b/GUI/obj/Release/net7.0-windows/Password Manager.designer.deps.json
new file mode 100644
index 0000000..e775195
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.designer.deps.json
@@ -0,0 +1,11 @@
+{
+ "runtimeTarget": {
+ "name": ".NETCoreApp,Version=v7.0",
+ "signature": ""
+ },
+ "compilationOptions": {},
+ "targets": {
+ ".NETCoreApp,Version=v7.0": {}
+ },
+ "libraries": {}
+}
\ No newline at end of file
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.designer.runtimeconfig.json b/GUI/obj/Release/net7.0-windows/Password Manager.designer.runtimeconfig.json
new file mode 100644
index 0000000..c317754
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.designer.runtimeconfig.json
@@ -0,0 +1,23 @@
+{
+ "runtimeOptions": {
+ "tfm": "net7.0",
+ "frameworks": [
+ {
+ "name": "Microsoft.NETCore.App",
+ "version": "7.0.0"
+ },
+ {
+ "name": "Microsoft.WindowsDesktop.App",
+ "version": "7.0.0"
+ }
+ ],
+ "additionalProbingPaths": [
+ "C:\\Users\\Typo\\.dotnet\\store\\|arch|\\|tfm|",
+ "C:\\Users\\Typo\\.nuget\\packages"
+ ],
+ "configProperties": {
+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false,
+ "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
+ }
+ }
+}
\ No newline at end of file
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.dll b/GUI/obj/Release/net7.0-windows/Password Manager.dll
new file mode 100644
index 0000000..fe46969
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password Manager.dll differ
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.genruntimeconfig.cache b/GUI/obj/Release/net7.0-windows/Password Manager.genruntimeconfig.cache
new file mode 100644
index 0000000..ddfee4f
--- /dev/null
+++ b/GUI/obj/Release/net7.0-windows/Password Manager.genruntimeconfig.cache
@@ -0,0 +1 @@
+2e99e7c3531053203d08be2ec50814766b8c79bb
diff --git a/GUI/obj/Release/net7.0-windows/Password Manager.pdb b/GUI/obj/Release/net7.0-windows/Password Manager.pdb
new file mode 100644
index 0000000..9add54a
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password Manager.pdb differ
diff --git a/GUI/obj/Release/net7.0-windows/Password_Manager.GeneratePassword.resources b/GUI/obj/Release/net7.0-windows/Password_Manager.GeneratePassword.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password_Manager.GeneratePassword.resources differ
diff --git a/GUI/obj/Release/net7.0-windows/Password_Manager.MainForm.resources b/GUI/obj/Release/net7.0-windows/Password_Manager.MainForm.resources
new file mode 100644
index 0000000..6c05a97
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/Password_Manager.MainForm.resources differ
diff --git a/GUI/obj/Release/net7.0-windows/apphost.exe b/GUI/obj/Release/net7.0-windows/apphost.exe
new file mode 100644
index 0000000..d3eede5
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/apphost.exe differ
diff --git a/GUI/obj/Release/net7.0-windows/ref/Password Manager.dll b/GUI/obj/Release/net7.0-windows/ref/Password Manager.dll
new file mode 100644
index 0000000..9fbb26f
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/ref/Password Manager.dll differ
diff --git a/GUI/obj/Release/net7.0-windows/refint/Password Manager.dll b/GUI/obj/Release/net7.0-windows/refint/Password Manager.dll
new file mode 100644
index 0000000..9fbb26f
Binary files /dev/null and b/GUI/obj/Release/net7.0-windows/refint/Password Manager.dll differ
diff --git a/GUI/obj/project.assets.json b/GUI/obj/project.assets.json
new file mode 100644
index 0000000..130067b
--- /dev/null
+++ b/GUI/obj/project.assets.json
@@ -0,0 +1,70 @@
+{
+ "version": 3,
+ "targets": {
+ "net7.0-windows7.0": {}
+ },
+ "libraries": {},
+ "projectFileDependencyGroups": {
+ "net7.0-windows7.0": []
+ },
+ "packageFolders": {
+ "C:\\Users\\Typo\\.nuget\\packages\\": {}
+ },
+ "project": {
+ "version": "1.0.0",
+ "restore": {
+ "projectUniqueName": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
+ "projectName": "GUI",
+ "projectPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
+ "packagesPath": "C:\\Users\\Typo\\.nuget\\packages\\",
+ "outputPath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\obj\\",
+ "projectStyle": "PackageReference",
+ "configFilePaths": [
+ "C:\\Users\\Typo\\AppData\\Roaming\\NuGet\\NuGet.Config",
+ "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+ ],
+ "originalTargetFrameworks": [
+ "net7.0-windows"
+ ],
+ "sources": {
+ "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}
+ },
+ "frameworks": {
+ "net7.0-windows7.0": {
+ "targetAlias": "net7.0-windows",
+ "projectReferences": {}
+ }
+ },
+ "warningProperties": {
+ "warnAsError": [
+ "NU1605"
+ ]
+ }
+ },
+ "frameworks": {
+ "net7.0-windows7.0": {
+ "targetAlias": "net7.0-windows",
+ "imports": [
+ "net461",
+ "net462",
+ "net47",
+ "net471",
+ "net472",
+ "net48",
+ "net481"
+ ],
+ "assetTargetFallback": true,
+ "warn": true,
+ "frameworkReferences": {
+ "Microsoft.NETCore.App": {
+ "privateAssets": "all"
+ },
+ "Microsoft.WindowsDesktop.App.WindowsForms": {
+ "privateAssets": "none"
+ }
+ },
+ "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\7.0.201\\RuntimeIdentifierGraph.json"
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/GUI/obj/project.nuget.cache b/GUI/obj/project.nuget.cache
new file mode 100644
index 0000000..75b204b
--- /dev/null
+++ b/GUI/obj/project.nuget.cache
@@ -0,0 +1,8 @@
+{
+ "version": 2,
+ "dgSpecHash": "xaQBQGwURe1doe22aGJbi0HP95BxuO3cRTGnqxZ81KyO175G+7XH7+HrQ+5nqIv097lQVB83fMvc2QzSX3cXAA==",
+ "success": true,
+ "projectFilePath": "C:\\Users\\Typo\\Projects\\Windows-Password-Manager\\GUI\\GUI.csproj",
+ "expectedPackageFiles": [],
+ "logs": []
+}
\ No newline at end of file
diff --git a/Password Manager.sln b/Password Manager.sln
index c74eb96..02ef550 100644
--- a/Password Manager.sln
+++ b/Password Manager.sln
@@ -3,9 +3,15 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33424.131
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Password Manager", "Password Manager\Password Manager.csproj", "{E5A428BE-2928-470F-9115-7B09D39D786C}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GUI", "GUI\GUI.csproj", "{03A271CC-CBAD-4A88-82E7-5298DC418ECE}"
EndProject
Global
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955}
+ EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
@@ -15,23 +21,17 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|Any CPU.Build.0 = Debug|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x64.ActiveCfg = Debug|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x64.Build.0 = Debug|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x86.ActiveCfg = Debug|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Debug|x86.Build.0 = Debug|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|Any CPU.ActiveCfg = Release|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|Any CPU.Build.0 = Release|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x64.ActiveCfg = Release|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x64.Build.0 = Release|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x86.ActiveCfg = Release|Any CPU
- {E5A428BE-2928-470F-9115-7B09D39D786C}.Release|x86.Build.0 = Release|Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- SolutionGuid = {183ED631-CB57-46BE-9A24-1B9BA5F19955}
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Debug|x64.ActiveCfg = Debug|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Debug|x64.Build.0 = Debug|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Debug|x86.ActiveCfg = Debug|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Debug|x86.Build.0 = Debug|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|Any CPU.Build.0 = Release|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x64.ActiveCfg = Release|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x64.Build.0 = Release|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x86.ActiveCfg = Release|Any CPU
+ {03A271CC-CBAD-4A88-82E7-5298DC418ECE}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal